Difference between revisions of "SetBodyWeight - ActorBase"
Jump to navigation
Jump to search
Changed the example
imported>Qazaaq (Changed the example) |
imported>Qazaaq (Changed the example) |
||
Line 24: | Line 24: | ||
Debug.Trace(bodyWeight) | Debug.Trace(bodyWeight) | ||
Player.SetBodyWeight(bodyWeight) | Player.GetActorBase().SetBodyWeight(bodyWeight) | ||
Player.QueueUpdate() | Player.QueueUpdate() | ||
</source> | </source> |