ACE3/addons/arsenal/functions/fnc_statTextStatement_magCount.sqf

20 lines
362 B
Plaintext
Raw Normal View History

#include "..\script_component.hpp"
/*
* Author: LinkIsGrim
* Text statement for the magazine capacity stat.
*
* Arguments:
* 0: Stats Array <ARRAY> (not used)
* 1: Item config path <CONFIG>
*
* Return Value:
* String to display
*
* Public: No
*/
params ["", "_config"];
TRACE_1("statTextStatement_magCount",_config);
getNumber (_config >> "count");