BIN_fnc_setRagdoll

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Set the provided unit in ragdoll state (pushed by an invisible object).
Arma 3 logo black.png2.18 addForce can be used in vanilla Arma 3.
enoch icon ca.png
This content is exclusive to the Arma 3 Contact Expansion.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
[unit, force, selectionPos] call BIN_fnc_setRagdoll
Parameters:
unit: Object - the unit to ragdoll
unit: Array format Vector3D - force applied to the colliding object
unit: String
Return Value:
String event ID from BIS_fnc_addStackedEventHandler

Examples

Example 1:
[player, [0, 100, 0]] call BIN_fnc_setRagdoll;

Additional Information

See also:
setUnconscious addForce

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note