ACE3/addons/nightvision/ACE_Arsenal_Stats.hpp

13 lines
416 B
C++
Raw Normal View History

class EGVAR(arsenal,stats) {
class statBase;
class GVAR(generation): statBase {
scope = 2;
priority = 1.6;
condition = QUOTE('nvg' in (getArray ((_this select 1) >> 'visionMode') apply {toLowerANSI _x}));
displayName = CSTRING(NVGeneration);
showText = 1;
textStatement = QUOTE(call FUNC(statTextStatement_NVGeneration));
tabs[] = {{8}, {}};
};
};