Description
Wiki Description
Gets this object's rotation around the x axis.
Documentation Comment
Get the current X angle of this object
Caveats
CK Wiki - Notes
- The range for actors is 90° to -90°.
Examples
Debug.Trace("We are rotated " + GetAngleX() + " degrees around the X axis")Auto-Generated Example
float returnedValue = myObjectReference__toCallFunctionOn.GetAngleX()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
