2016-05-30 16:37:03 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
PARAMS_2(_target,_args);
|
|
|
|
|
|
|
|
if(isNil "_target" || {isNull _target} || {!local _target} ) exitWith { false };
|
|
|
|
|
2015-08-04 07:34:31 +00:00
|
|
|
[FUNC(guidancePFH), 0, _args] call CBA_fnc_addPerFrameHandler;
|