ACE3/addons/radiodirectionfinder/functions/fnc_displayCondition.sqf
2019-08-27 00:07:05 -05:00

22 lines
337 B
Plaintext

#include "script_component.hpp"
/*
* Author: PabstMirror
*
*
* Arguments:
* 0: vehicle that it will be attached to (player or vehicle) <OBJECT>
*
* Return Value:
* None
*
* Example:
* [player] call ace_radiodirectionfinder_fnc_displayCondition
*
* Public: No
*/
params ["_unit"];
(alive _unit)
&& {(backpack _unit) == QGVAR(backpack)}