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