ACE3/addons/reloadlaunchers/ACE_Arsenal_Stats.hpp
PabstMirror 6ce625a52f
Cleanup spaces in config macros (#9621)
* Cleanup spaces in config macros

* remove extra whitespace before call

---------

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2023-11-05 12:36:00 -06:00

14 lines
446 B
C++

class EGVAR(arsenal,stats) {
class statBase;
class ADDON: statBase {
scope = 2;
priority = -1;
stats[] = {QGVAR(enabled)};
displayName = CSTRING(featureDescription);
showText = 1;
textStatement = QUOTE(localize QUOTE(ELSTRING(Common,Enabled)));
condition = QUOTE(params[ARR_2('_stat','_config')]; (getNumber (_config >> _stat select 0)) == 1);
tabs[] = {{2}, {}};
};
};