GetBodyWeight - ActorBase
Revision as of 02:19, 21 January 2018 by imported>Qazaaq (added required f4se version)
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.