ForceRemoveRagdollFromWorld - ObjectReference

Member of: ObjectReference Script

Forcibly removes the reference's ragdoll from the world — that is, it forces an actor to stop ragdolling.

SyntaxEdit

Function ForceRemoveRagdollFromWorld() native

ParametersEdit

None.

Return ValueEdit

None.

ExamplesEdit

; Removes the bandit's ragdoll from the world
Bandit.ForceRemoveRagdollFromWorld()

See AlsoEdit