|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Math.Atan2

OverviewExamples

number Math.Atan2 ( number Num1,


number Num2 )


De s cr ip t ion


Returns the arctangent (inverse tangent) of Num1/Num2 (in radians).


P arame t er s


Num1


(number) The number to use as the dividend.


|