ACE3/addons/flags/CfgVehicles.hpp
2022-06-10 22:36:18 +02:00

23 lines
826 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));
icon = QPATHTOF(data\icons\place\white_place_icon.paa);
class GVAR(furlFlag) {
displayName = CSTRING(furl);
condition = QUOTE(_player call FUNC(carriesFlag));
statement = QUOTE(_player call FUNC(furlFlag));
icon = QPATHTOF(data\icons\carry\white_furl_icon.paa);
};
};
};
};
};
};