ACE3/addons/repair/XEH_preInit.sqf

44 lines
902 B
Plaintext
Raw Normal View History

2015-03-10 17:05:56 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(addRepairActions);
PREP(addSpareParts);
PREP(canMiscRepair);
PREP(canRemove);
2015-03-28 10:08:17 +00:00
PREP(canRepair);
PREP(canRepairTrack);
PREP(canReplaceTrack);
PREP(canReplaceWheel);
PREP(doFullRepair);
PREP(doRemoveTrack);
PREP(doRemoveWheel);
2015-03-10 20:49:53 +00:00
PREP(doRepair);
PREP(doRepairTrack);
PREP(doReplaceTrack);
PREP(doReplaceWheel);
2015-08-24 18:58:54 +00:00
PREP(getHitPointString);
2015-04-22 19:01:22 +00:00
PREP(getPostRepairDamage);
PREP(getWheelHitPointsWithSelections);
PREP(hasItems);
2015-04-22 19:01:22 +00:00
PREP(isEngineer);
PREP(isInRepairFacility);
PREP(isNearRepairVehicle);
PREP(isRepairVehicle);
PREP(moduleAddSpareParts);
PREP(moduleAssignEngineer);
2015-08-15 13:49:41 +00:00
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);
2015-03-10 17:05:56 +00:00
ADDON = true;