mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
f35f80ee82
* Dynamic Add * Support 1.70 Pylon Loadouts * Properly handle old compat pbos - Update RHS Compat * Re-add documentation * cleanup headers (note from other pr) * Cleanup * Fix var spelling
38 lines
824 B
C++
38 lines
824 B
C++
|
|
PREP(addMagazineToSupply);
|
|
PREP(addRearmActions);
|
|
PREP(addVehicleMagazinesToSupply);
|
|
PREP(canReadSupplyCounter);
|
|
PREP(canRearm);
|
|
PREP(canStoreAmmo);
|
|
PREP(canTakeAmmo);
|
|
PREP(createDummy);
|
|
PREP(disable);
|
|
PREP(dropAmmo);
|
|
PREP(getCaliber);
|
|
PREP(getHardpointMagazines);
|
|
PREP(getMaxMagazines);
|
|
PREP(getNeedRearmMagazines);
|
|
PREP(getSupplyCount);
|
|
PREP(getVehicleMagazines);
|
|
PREP(grabAmmo);
|
|
PREP(handleKilled);
|
|
PREP(handleUnconscious);
|
|
PREP(hasEnoughSupply);
|
|
PREP(initSupplyVehicle);
|
|
PREP(makeDummy);
|
|
PREP(moduleRearmSettings);
|
|
PREP(pickUpAmmo);
|
|
PREP(readSupplyCounter);
|
|
PREP(rearm);
|
|
PREP(rearmEntireVehicle);
|
|
PREP(rearmEntireVehicleSuccess);
|
|
PREP(rearmEntireVehicleSuccessLocal);
|
|
PREP(rearmSuccess);
|
|
PREP(rearmSuccessLocal);
|
|
PREP(removeMagazineFromSupply);
|
|
PREP(setSupplyCount);
|
|
PREP(storeAmmo);
|
|
PREP(takeAmmo);
|
|
PREP(takeSuccess);
|