mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
/**
|
|
* fn_getInteractionTarget.sqf
|
|
* @Descr: N/A
|
|
* @Author: Glowbal
|
|
*
|
|
* @Arguments: []
|
|
* @Return:
|
|
* @PublicAPI: false
|
|
*/
|
|
|
|
private ["_unit","_prevTarget"];
|
|
_unit = [_this,0,ObjNull,[ObjNull]] call BIS_fnc_Param;
|
|
_prevTarget = [_unit,"cse_interactionTarget"] call cse_fnc_getVariable;
|
|
_prevTarget |