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