ForceRemoveRagdollFromWorld - ObjectReference

From the CreationKit Wiki
Revision as of 18:16, 6 August 2018 by imported>DavidJCobb (clarified purpose)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

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

Syntax[edit | edit source]

Function ForceRemoveRagdollFromWorld() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]