BIN fnc setRagdoll: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|game([0-9])=([^ ]+) * \|version([0-9])=([^ ]+) * " to "|game$1=$2 |version$3=$4 ")
(Page filling)
 
Line 6: Line 6:
|gr1= Object Manipulation
|gr1= Object Manipulation


|descr= <pre>/*
|descr= Set the provided unit in ragdoll state (pushed by an invisible object).
Input:
{{Feature|informative|{{GVI|arma3|2.18}} [[addForce]] can be used in vanilla {{arma3}}.}}
0: _unit [object] - Name of unit (works only with man type units)
 
1: _force [vector] - Amount of force that will be applied to colliding object
2: _position [string] (optional) - Name of selection from which it will try to calculate center point (default: spine1)
Usage:
[player,[0,100,0]] call BIN_fnc_setRagdoll -
*/</pre>
{{Wiki|placeholder}}
{{Feature|arma3contact}}
{{Feature|arma3contact}}


|s1= <!-- [] call [[BIN_fnc_setRagdoll]] -->
|s1= [unit, force, selectionPos] call [[BIN_fnc_setRagdoll]]
 
|p1= unit: [[Object]] - the unit to ragdoll
 
|p2= unit: [[Array]] format [[Vector3D]] - force applied to the colliding object
 
|p3= unit: [[String]]


|r1=
|r1= [[String]] event ID from [[BIS_fnc_addStackedEventHandler]]


|x1=
|x1= <sqf>[player, [0, 100, 0]] call BIN_fnc_setRagdoll;</sqf>


|seealso=
|seealso= [[setUnconscious]] [[addForce]]
}}
}}

Latest revision as of 11:22, 14 October 2024

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