GetHeight - ObjectReference

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: ObjectReference Script

Calculates and returns the height of this reference (distance between the bounding box min and max z values).

Syntax[edit | edit source]

float Function GetHeight() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The height of this object.

Examples[edit | edit source]

Debug.Trace("The box is " + Box.GetHeight() + " units high")

See Also[edit | edit source]