Difference between revisions of "SetBodyWeight - ActorBase"
Jump to navigation
Jump to search
Changed the example
imported>Qazaaq (Added F4SE member) |
imported>Qazaaq (Changed the example) |
||
Line 19: | Line 19: | ||
ActorBase:BodyWeight bodyWeight = new ActorBase:BodyWeight | ActorBase:BodyWeight bodyWeight = new ActorBase:BodyWeight | ||
bodyWeight.Thin = 0. | bodyWeight.Thin = 0.8 | ||
bodyWeight.Muscular = 0. | bodyWeight.Muscular = 0.1 | ||
bodyWeight.Large = 1 | bodyWeight.Large = 0.1 | ||
Debug.Trace(bodyWeight) | Debug.Trace(bodyWeight) | ||