ACE3/addons/rearm/XEH_preInit.sqf

18 lines
305 B
Plaintext
Raw Normal View History

2015-08-15 16:43:13 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(addRearmActions);
PREP(canRearm);
PREP(canPickupAmmo);
PREP(getMaxMagazines);
PREP(pickUpAmmo);
PREP(pickUpSuccess);
PREP(rearm);
2015-08-16 00:18:53 +00:00
PREP(rearmEntireVehicle);
PREP(rearmEntireVehicleSuccess);
2015-08-15 16:43:13 +00:00
PREP(rearmSuccess);
PREP(moduleRearmSettings);
ADDON = true;