mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
845f3656d4
* Remove deprecated functionality for 3.12.0 * Remove associated deprecated module icon * Restore a dummy version of old module This is just to prevent existing missions from breaking due to a missing object.
40 lines
904 B
C++
40 lines
904 B
C++
PREP(addMagazineToSupply);
|
|
PREP(addRearmActions);
|
|
PREP(addVehicleMagazinesToSupply);
|
|
PREP(canReadSupplyCounter);
|
|
PREP(canRearm);
|
|
PREP(canStoreAmmo);
|
|
PREP(canTakeAmmo);
|
|
PREP(createDummy);
|
|
PREP(disable);
|
|
PREP(dropAmmo);
|
|
PREP(getAllRearmTurrets);
|
|
PREP(getCaliber);
|
|
PREP(getMaxMagazines);
|
|
PREP(getNeedRearmMagazines);
|
|
PREP(getSupplyCount);
|
|
PREP(getTurretConfigMagazines);
|
|
PREP(getTurretMagazineAmmo);
|
|
PREP(grabAmmo);
|
|
PREP(handleKilled);
|
|
PREP(handleRespawn);
|
|
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(setTurretMagazineAmmo);
|
|
PREP(storeAmmo);
|
|
PREP(takeAmmo);
|
|
PREP(takeSuccess);
|