GetBodyWeight - ActorBase
Revision as of 20:14, 19 April 2017 by imported>Qazaaq (Changed the example)
F4SE Member of: ActorBase Script
Returns this actors BodyWeight information.
Syntax
BodyWeight Function GetBodyWeight() Native
Parameters
None.
Return Value
The BodyWeight for this actor.
Examples
Actor Player = Game.GetPlayer()
ActorBase:BodyWeight bodyWeight = Player.GetActorBase().GetBodyWeight()
Debug.Trace(bodyWeight)
Notes
None.