ACE3/addons/common/functions/fnc_hasMagazine.sqf
johnb432 dae2c5b465
Common - Clean up ace_common_fnc_hasItem & ace_common_fnc_hasMagazine functions (#10108)
* Clean up hasItem & hasMagazine functions

* Replace EFUNC

* Update fnc_hasItem.sqf
2024-07-03 08:39:04 -07:00

22 lines
491 B
Plaintext

#include "..\script_component.hpp"
/*
* Author: Glowbal
* Check if given unit has a magazine of given classname. Note: Case sensitive.
*
* Arguments:
* 0: Unit <OBJECT>
* 1: Magazine classname <STRING>
*
* Return Value:
* Unit has magazine <BOOL>
*
* Example:
* [player, "30Rnd_65x39_caseless_mag"] call ace_common_fnc_hasMagazine
*
* Public: yes
*/
params [["_unit", objNull, [objNull]], ["_magazine", "", [""]]];
_magazine in ([_unit, 2] call FUNC(uniqueItems)) // return