ACE3/TO_MERGE/cse/main/interaction/functions/fn_getCanInteract.sqf

13 lines
252 B
Plaintext
Raw Normal View History

2015-01-12 22:35:40 +00:00
/**
* 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])