#include "script_component.hpp" /* * Author: Glowbal * Check if unit has item. Note: case-sensitive. * * Arguments: * 0: Unit * 1: Item Classname * * Return Value: * Unit has Item * * Example: * [bob, "item"] call ace_common_fnc_hasItem * * Public: Yes */ params [["_unit", objNull, [objNull]], ["_item", "", [""]]]; _item in (_unit call EFUNC(common,uniqueItems))