Description
Wiki Description
Calculates the arctangent of the value it is given. The returned value is in degrees.
Documentation Comment
Calculates the arctangent of the passed in value, returning degrees
Caveats
Parameters
floatafValue
CK Wiki Description
The value to get the arctangent of.
Examples
float x = atan(0) ; x == 180
float y = acos(1) ; y == 45Auto-Generated Example
float myFloat__afValue
float returnedValue = Math.atan(myFloat__afValue)Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
