mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
421071027e
* Add wheel hitpoint function * Moved cache to missionNamespace
50 lines
1.1 KiB
C++
50 lines
1.1 KiB
C++
|
|
PREP(addRepairActions);
|
|
PREP(addSpareParts);
|
|
PREP(canMiscRepair);
|
|
PREP(canPatchRemovedWheel);
|
|
PREP(canPatchWheel);
|
|
PREP(canRemove);
|
|
PREP(canRepair);
|
|
PREP(canRepairTrack);
|
|
PREP(canReplaceTrack);
|
|
PREP(canReplaceWheel);
|
|
PREP(doFullRepair);
|
|
PREP(doPatchWheelProgress);
|
|
PREP(doRemoveTrack);
|
|
PREP(doRemoveWheel);
|
|
PREP(doRepair);
|
|
PREP(doRepairTrack);
|
|
PREP(doReplaceTrack);
|
|
PREP(doReplaceWheel);
|
|
PREP(fullRepairProgress);
|
|
PREP(getClaimObjects);
|
|
PREP(getFullRepairTime);
|
|
PREP(getHitPointString);
|
|
PREP(getSelectionsToIgnore);
|
|
PREP(getPatchWheelTime);
|
|
PREP(getPostRepairDamage);
|
|
PREP(getRepairItems);
|
|
PREP(hasItems);
|
|
PREP(isEngineer);
|
|
PREP(isInRepairFacility);
|
|
PREP(isNearRepairVehicle);
|
|
PREP(isRepairVehicle);
|
|
PREP(modifyInteraction);
|
|
PREP(modifySelectionInteraction);
|
|
PREP(moduleAddSpareParts);
|
|
PREP(moduleAssignEngineer);
|
|
PREP(moduleAssignRepairVehicle);
|
|
PREP(moduleAssignRepairFacility);
|
|
PREP(moduleRepairSettings);
|
|
PREP(normalizeHitPoints);
|
|
PREP(patchRemovedWheel);
|
|
PREP(repair);
|
|
PREP(repair_failure);
|
|
PREP(repair_success);
|
|
PREP(setDamage);
|
|
PREP(setHitPointDamage);
|
|
PREP(spawnObject);
|
|
PREP(useItem);
|
|
PREP(useItems);
|