ACE3/TO_MERGE/cse/main/interaction/functions/fn_getCanInteract.sqf
2015-01-12 23:35:40 +01:00

13 lines
252 B
Plaintext

/**
* fn_getCanInteract.sqf
* @Descr: N/A
* @Author: Glowbal
*
* @Arguments: []
* @Return:
* @PublicAPI: false
*/
private ["_unit","_return"];
_unit = [_this, 0, objNull, [objNull]] call BIS_fnc_param;
(_unit getvariable ["cse_canInteract",0])