GetLength - ObjectReference
Revision as of 16:47, 21 October 2011 by imported>Jlundin (Created page with "Category:Scripting Category:Papyrus '''Member of:''' ObjectReference Script Calculates and returns the length of this reference (distance between the bounding box mi...")
Member of: ObjectReference Script
Calculates and returns the length of this reference (distance between the bounding box min and max y values).
Syntax[edit | edit source]
float Function GetLength() native
Parameters[edit | edit source]
None.
Return Value[edit | edit source]
The length of this object.
Examples[edit | edit source]
Debug.Trace("The box is " + Box.GetLength() + " units long")