GetBodyWeight - ActorBase

Revision as of 03:19, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

F4SE Member of: ActorBase Script
Requires F4SE version 0.3.1 or higher.

Returns this actors BodyWeight information.

SyntaxEdit

BodyWeight Function GetBodyWeight() Native

ParametersEdit

None.

Return ValueEdit

The BodyWeight for this actor.

ExamplesEdit

ActorBase PlayerBase = Game.GetPlayer().GetActorBase()

ActorBase:BodyWeight bodyWeight = PlayerBase.GetBodyWeight()
Debug.Trace(bodyWeight)

NotesEdit

None.

See AlsoEdit