GetPositionY - ObjectReference
From Creation Kit
Member of: ObjectReference Script
Returns the current Y position of the reference.
Contents |
Syntax
float Function GetPositionY() native
Parameters
None.
Return Value
The current Y position of the reference.
Examples
Debug.Trace("The box has an y position of: " + box.GetPositionY())
Notes
The object reference's Y property also returns this value.

