GetBodyWeight - ActorBase

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