GetBodyWeight - ActorBase

From the Fallout4 CreationKit Wiki
Revision as of 02:19, 21 January 2018 by imported>Qazaaq (added required f4se version)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]