Difference between revisions of "ForceRemoveRagdollFromWorld - ObjectReference"
Jump to navigation
Jump to search
imported>Scornett m (Reverted edits by Scornett-Bot (talk) to last revision by Jlundin) |
imported>DavidJCobb (clarified purpose) |
||
Line 4: | Line 4: | ||
'''Member of:''' [[ObjectReference Script]] | '''Member of:''' [[ObjectReference Script]] | ||
Forcibly removes the reference's ragdoll from the world | Forcibly removes the reference's ragdoll from the world — that is, it forces an actor to stop ragdolling. | ||
== Syntax == | == Syntax == |
Latest revision as of 17:16, 6 August 2018
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()