ACE3/addons/interaction/functions/fnc_canTapShoulder.sqf

24 lines
452 B
Plaintext
Raw Permalink Normal View History

#include "..\script_component.hpp"
/*
* Author: commy2
* Checks if the player can tap a shoulder.
*
* Arguments:
* 0: Player <OBJECT>
* 1: Target <OBJECT>
*
2015-09-28 16:06:25 +00:00
* Return Value:
* Able to tap a shoulder <BOOL>
*
* Example:
2015-05-14 18:00:56 +00:00
* [player, target] call ace_interaction_fnc_canTapShoulder
*
* Public: No
*/
2015-01-11 23:13:47 +00:00
params ["_unit", "_target"];
2015-01-11 19:32:51 +00:00
_target isKindOf "CAManBase" &&
{_target call EFUNC(common,isAwake)} &&
{_unit distance _target < 4} // return