Description
Wiki Description
Returns the current Y position of the reference.
Documentation Comment
Get the current Y position of the object
Caveats
CK Wiki - Notes
The object reference's Y property also returns this value.
Examples
Debug.Trace("The box has an y position of: " + box.GetPositionY())Auto-Generated Example
float returnedValue = myObjectReference__toCallFunctionOn.GetPositionY()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
