GetHeight - ActorBase

From the CreationKit Wiki
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) ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

See Also