GetHeight - ActorBase
Revision as of 01:04, 1 March 2013 by imported>Wafflesalot (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ActorBase Script Returns the body height of this actor. (This function requires SKSE) ...")
SKSE Member of: ActorBase Script
Returns the body height of this actor. (This function requires SKSE)
Syntax
float Function GetHeight() native
Return Value
Returns the body height of this actor.
Examples
Float Height = Game.GetPlayer().GetActorBase().GetHeight()
Debug.Trace("The player's, current height is " + Height)