2015-08-15 16:43:13 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
|
|
|
PREP(addRearmActions);
|
2015-08-18 00:32:10 +00:00
|
|
|
PREP(canRearm);
|
2015-08-20 17:51:22 +00:00
|
|
|
PREP(canStoreAmmo);
|
|
|
|
PREP(canTakeAmmo);
|
|
|
|
PREP(createDummy);
|
|
|
|
PREP(dropAmmo);
|
2015-08-19 15:33:32 +00:00
|
|
|
PREP(getConfigMagazines);
|
2015-08-15 16:43:13 +00:00
|
|
|
PREP(getMaxMagazines);
|
2015-08-18 00:32:10 +00:00
|
|
|
PREP(getNeedRearmMagazines);
|
2015-08-20 17:51:22 +00:00
|
|
|
PREP(grabAmmo);
|
2015-08-18 00:32:10 +00:00
|
|
|
PREP(handleKilled);
|
|
|
|
PREP(handleUnconscious);
|
2015-08-18 15:38:50 +00:00
|
|
|
PREP(makeDummy);
|
2015-08-18 00:32:10 +00:00
|
|
|
PREP(moduleRearmSettings);
|
2015-08-15 16:43:13 +00:00
|
|
|
PREP(pickUpAmmo);
|
|
|
|
PREP(rearm);
|
2015-08-16 00:18:53 +00:00
|
|
|
PREP(rearmEntireVehicle);
|
|
|
|
PREP(rearmEntireVehicleSuccess);
|
2015-08-19 15:33:32 +00:00
|
|
|
PREP(rearmEntireVehicleSuccessLocal);
|
2015-08-15 16:43:13 +00:00
|
|
|
PREP(rearmSuccess);
|
2015-08-19 15:33:32 +00:00
|
|
|
PREP(rearmSuccessLocal);
|
2015-08-20 17:51:22 +00:00
|
|
|
PREP(storeAmmo);
|
|
|
|
PREP(takeAmmo);
|
|
|
|
PREP(takeSuccess);
|
2015-08-15 16:43:13 +00:00
|
|
|
|
|
|
|
ADDON = true;
|