GetBodyWeight - ActorBase

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

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

Returns this actors BodyWeight information.

Syntax[edit | edit source]

BodyWeight Function GetBodyWeight() Native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The BodyWeight for this actor.

Examples[edit | edit source]

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

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

Notes[edit | edit source]

None.

See Also[edit | edit source]