Background for Skyrim SE
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

CK Wiki - Notes

  • Actors, including the player, generally cannot rotate about the Y axis, and will therefore almost always return 0.

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 Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.