mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
1.54 - Replace typeName with isEqualType
This commit is contained in:
@ -17,7 +17,7 @@ params ["_target"];
|
||||
private ["_objectType","_actionsVarName","_isMan"];
|
||||
_objectType = _target;
|
||||
_isMan = false;
|
||||
if (typeName _target == "OBJECT") then {
|
||||
if (_target isEqualType objNull) then {
|
||||
_objectType = typeOf _target;
|
||||
_isMan = _target isKindOf "CAManBase";
|
||||
};
|
||||
|
Reference in New Issue
Block a user