- Found in:
- F4SE
Description
Wiki Description
Returns this actors BodyWeight information.
Documentation Comment
Returns the 3 weight ratios
Caveats
CK Wiki - Notes
None.
Examples
ActorBase PlayerBase = Game.GetPlayer().GetActorBase()
ActorBase:BodyWeight bodyWeight = PlayerBase.GetBodyWeight()
Debug.Trace(bodyWeight)Auto-Generated Example
ActorBase:BodyWeight returnedValue = myActorBase__toCallFunctionOn.GetBodyWeight()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
