Skip to content

ATan2 (RSDKv4)

Description

Performs an arctan operation using x and y, storing the result in store.

Parameters

store

The variable to store the result.

x, y

The values used in the arctan operation.

Return Value

Sets store to the result.

Syntax

ATan2(var store, int x, int y)

Example

ATan2(temp1, object.value5, temp0)