AddRagdollForce
Method
Add a force to the avatar's ragdoll body. This will only work if ragdoll physics are enabled for the space
and avatar. See SetRagdollPhysicsActive.
Parameters
| Parameter | Description |
|---|---|
| Vector3 force | Amount of force to apply |
| bool ignoreMass | Ignore the mass of the avatar (big avatars need more force to move) |