mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
22 lines
391 B
Plaintext
22 lines
391 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(addRearmActions);
|
|
PREP(canPickupAmmo);
|
|
PREP(canRearm);
|
|
PREP(getMaxMagazines);
|
|
PREP(getNeedRearmMagazines);
|
|
PREP(handleKilled);
|
|
PREP(handleUnconscious);
|
|
PREP(moduleRearmSettings);
|
|
PREP(pickUpAmmo);
|
|
PREP(pickUpSuccess);
|
|
PREP(rearm);
|
|
PREP(rearmEntireVehicle);
|
|
PREP(rearmEntireVehicleSuccess);
|
|
PREP(rearmSuccess);
|
|
PREP(turn);
|
|
|
|
ADDON = true;
|