ACE3/addons/rearm/XEH_preInit.sqf

22 lines
396 B
Plaintext
Raw Normal View History

2015-08-15 16:43:13 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(addRearmActions);
PREP(canPickupAmmo);
PREP(canRearm);
2015-08-15 16:43:13 +00:00
PREP(getMaxMagazines);
PREP(getNeedRearmMagazines);
PREP(handleKilled);
PREP(handleUnconscious);
PREP(makeDummy);
PREP(moduleRearmSettings);
2015-08-15 16:43:13 +00:00
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);
ADDON = true;