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

Description

Wiki Description

Gets this object's rotation around the y axis.

Documentation Comment

Get the current Y angle of this object


Caveats


Examples

Debug.Trace("We are rotated " + GetAngleY() + " degrees around the Y axis")

Auto-Generated Example

float returnedValue = myObjectReference__toCallFunctionOn.GetAngleY()

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.