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.

Definition

void AddRagdollForce(Vector3 force, bool ignoreMass = false)
void AddRagdollForce(Vector3 force, bool ignoreMass = false)

Parameters

ParameterDescription
Vector3 force

Amount of force to apply

bool ignoreMass

Ignore the mass of the avatar (big avatars need more force to move)