ACE3/addons/dragging/functions/fnc_initPerson.sqf
2016-01-28 12:52:53 -06:00

22 lines
456 B
Plaintext

/*
* Author: commy2
* Initialize variables for drag or carryable persons. Called from init EH.
*
* Argument:
* 0: Unit <OBJECT>
*
* Return value:
* None
*
* Example:
* [player] call ace_dragging_fnc_initPerson;
*
* Public: No
*/
#include "script_component.hpp"
params ["_unit"];
[_unit, true, [0,1.1,0.092], 180] call FUNC(setDraggable);
[_unit, true, [0.4,-0.1,-1.25], 195] call FUNC(setCarryable); // hard-coded selection: "LeftShoulder"