GetHeight - ObjectReference
From Creation Kit
Member of: ObjectReference Script
Calculates and returns the height of this reference (distance between the bounding box min and max z values).
Contents |
Syntax
float Function GetHeight() native
Parameters
None.
Return Value
The height of this object.
Examples
Debug.Trace("The box is " + Box.GetHeight() + " units high")

