ACE3/addons/repair/XEH_PREP.hpp

42 lines
921 B
C++
Raw Normal View History

2016-02-22 14:20:36 +00:00
PREP(addRepairActions);
PREP(addSpareParts);
PREP(canMiscRepair);
PREP(canRemove);
PREP(canRepair);
PREP(canRepairTrack);
PREP(canReplaceTrack);
PREP(canReplaceWheel);
PREP(doFullRepair);
PREP(doRemoveTrack);
PREP(doRemoveWheel);
PREP(doRepair);
PREP(doRepairTrack);
PREP(doReplaceTrack);
PREP(doReplaceWheel);
PREP(getClaimObjects);
PREP(getHitPointString);
PREP(getPostRepairDamage);
PREP(getWheelHitPointsWithSelections);
PREP(hasItems);
PREP(isEngineer);
PREP(isInRepairFacility);
PREP(isNearRepairVehicle);
PREP(isRepairVehicle);
PREP(modifyInteraction);
PREP(modifySelectionInteraction);
2016-02-22 14:20:36 +00:00
PREP(moduleAddSpareParts);
PREP(moduleAssignEngineer);
PREP(moduleAssignRepairVehicle);
PREP(moduleAssignRepairFacility);
PREP(moduleRepairSettings);
PREP(normalizeHitPoints);
PREP(repair);
PREP(repair_failure);
PREP(repair_success);
PREP(setDamage);
PREP(setHitPointDamage);
PREP(spawnObject);
PREP(useItem);
PREP(useItems);