mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
isNull
This commit is contained in:
parent
dccc869a6a
commit
54c5070569
@ -1,6 +1,6 @@
|
||||
#include "script_component.hpp"
|
||||
PARAMS_2(_target,_args);
|
||||
|
||||
if(isNil "_target" || { objNull _target} || {!local _target} ) exitWith { false };
|
||||
if(isNil "_target" || {isNull _target} || {!local _target} ) exitWith { false };
|
||||
|
||||
[FUNC(guidancePFH), 0, _args] call cba_fnc_addPerFrameHandler;
|
Loading…
Reference in New Issue
Block a user