ACE3/addons/arsenal/functions/fnc_statTextStatement_magCount.sqf
jonpas 742626ff1a
General - Relative script_component.hpp includes (#9378)
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
2023-09-12 20:58:10 +02:00

20 lines
361 B
Plaintext

#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");