Background for Fallout 4
Member of the ObjectReference script
floatfunctionGetAngleX()Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.