GetPositionY - ObjectReference
Member of: ObjectReference Script
Returns the current Y position of the reference.
SyntaxEdit
float Function GetPositionY() native
ParametersEdit
None.
Return ValueEdit
The current Y position of the reference.
ExamplesEdit
Debug.Trace("The box has an y position of: " + box.GetPositionY())
NotesEdit
The object reference's Y property also returns this value.