GetHeight - ObjectReference

Revision as of 17:46, 21 October 2011 by imported>Jlundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Calculates and returns the height of this reference (distance between the bounding box mi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: ObjectReference Script

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

SyntaxEdit

float Function GetHeight() native

ParametersEdit

None.

Return ValueEdit

The height of this object.

ExamplesEdit

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

See AlsoEdit