- Found in:
- F4SE
[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
None.
Parameters
Examples
Actor Player = Game.GetPlayer()
ActorBase:BodyWeight bodyWeight = new ActorBase:BodyWeight
bodyWeight.Thin = 0.8
bodyWeight.Muscular = 0.1
bodyWeight.Large = 0.1
Debug.Trace(bodyWeight)
Player.GetActorBase().SetBodyWeight(bodyWeight)
Player.QueueUpdate()Auto-Generated Example
ActorBase:BodyWeight myActorBase_BodyWeight__weight
myActorBase__toCallFunctionOn.SetBodyWeight(myActorBase_BodyWeight__weight)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
