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
- ObjectReference
- ObjectReference.GetAngleX()
- ObjectReference.GetAngleZ()
- ObjectReference.GetHeadingAngle(...)
- ObjectReference.SetAngle(...)
- GetAngle Console Function
