GetPositionY - ObjectReference
Revision as of 16:56, 21 October 2011 by imported>Jlundin
Member of: ObjectReference Script
Returns the current Y position of the reference.
Syntax[edit | edit source]
float Function GetPositionY() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The current Y position of the reference.
Examples[edit | edit source]
Debug.Trace("The box has an y position of: " + box.GetPositionY())
Notes[edit | edit source]
The object reference's Y property also returns this value.