Call of Duty Script Documentation
atan(<tan value>)
ModuleMath
Summary
Returns an angle corresponding to a particular tangential value
Example
upAngle = atan(height/distance);
Minimum Number of arguments: 1
1 : <tan value> A tangential value
Number of optional arguments: 0
Return to Function List