Call of Duty Script Documentation

atan(<tan value>)


Module
Math


Summary


Returns an angle corresponding to a particular tangential value

Example


upAngle = atan(height/distance);

Minimum Number of arguments: 1


Number of optional arguments: 0



Return to Function List