GetPositionX - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Returns the current X position of the reference.

Syntax[edit | edit source]

float Function GetPositionX() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The current X position of the reference.

Examples[edit | edit source]

Debug.Trace("The box has an x position of: " + box.GetPositionX())

Notes[edit | edit source]

The object reference's X property also returns this value.

See Also[edit | edit source]