Background for Fallout 4
Member of the ActorBase script
ActorBase:BodyWeightfunctionGetBodyWeight()Native

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

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.