ACE3/addons/flags/CfgVehicles.hpp
2022-06-10 21:46:20 +02:00

21 lines
675 B
C++

class CfgVehicles {
class Man;
class CAManBase: Man {
class ACE_SelfActions {
class ACE_Equipment {
class ADDON {
displayName = CSTRING(action);
condition = QUOTE(_player call FUNC(hasFlag));
insertChildren = QUOTE(_this call FUNC(addActions));
class GVAR(furlFlag) {
displayName = CSTRING(furlFlag);
condition = QUOTE(_player call FUNC(carriesFlag));
statement = QUOTE(_player call FUNC(furlFlag));
};
};
};
};
};
};