2015-03-10 17:05:56 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
|
|
|
ADDON = false;
|
|
|
|
|
2015-03-11 14:21:35 +00:00
|
|
|
PREP(addRepairActions);
|
2015-08-18 21:41:25 +00:00
|
|
|
PREP(addSpareParts);
|
2015-08-24 03:14:04 +00:00
|
|
|
PREP(canMiscRepair);
|
2015-08-16 19:39:42 +00:00
|
|
|
PREP(canRemove);
|
2015-03-28 10:08:17 +00:00
|
|
|
PREP(canRepair);
|
2015-08-11 19:35:13 +00:00
|
|
|
PREP(canRepairTrack);
|
2015-08-09 16:08:53 +00:00
|
|
|
PREP(canReplaceTrack);
|
2015-08-16 19:39:42 +00:00
|
|
|
PREP(canReplaceWheel);
|
|
|
|
PREP(doFullRepair);
|
2015-08-09 16:08:53 +00:00
|
|
|
PREP(doRemoveTrack);
|
2015-08-16 19:39:42 +00:00
|
|
|
PREP(doRemoveWheel);
|
2015-03-10 20:49:53 +00:00
|
|
|
PREP(doRepair);
|
2015-08-11 19:35:13 +00:00
|
|
|
PREP(doRepairTrack);
|
2015-08-09 16:08:53 +00:00
|
|
|
PREP(doReplaceTrack);
|
2015-08-16 19:39:42 +00:00
|
|
|
PREP(doReplaceWheel);
|
2015-08-24 18:58:54 +00:00
|
|
|
PREP(getHitPointString);
|
2015-04-22 19:01:22 +00:00
|
|
|
PREP(getPostRepairDamage);
|
2015-03-11 08:37:11 +00:00
|
|
|
PREP(getWheelHitPointsWithSelections);
|
2015-07-03 21:14:23 +00:00
|
|
|
PREP(hasItems);
|
2015-04-22 19:01:22 +00:00
|
|
|
PREP(isEngineer);
|
2015-07-03 21:14:23 +00:00
|
|
|
PREP(isInRepairFacility);
|
|
|
|
PREP(isNearRepairVehicle);
|
|
|
|
PREP(isRepairVehicle);
|
2015-08-18 21:41:25 +00:00
|
|
|
PREP(moduleAddSpareParts);
|
2015-08-14 18:49:51 +00:00
|
|
|
PREP(moduleAssignEngineer);
|
2015-08-15 13:49:41 +00:00
|
|
|
PREP(moduleAssignRepairVehicle);
|
|
|
|
PREP(moduleAssignRepairFacility);
|
2015-08-16 19:39:42 +00:00
|
|
|
PREP(moduleRepairSettings);
|
2015-03-11 22:30:24 +00:00
|
|
|
PREP(normalizeHitPoints);
|
2015-07-03 21:14:23 +00:00
|
|
|
PREP(repair);
|
|
|
|
PREP(repair_failure);
|
|
|
|
PREP(repair_success);
|
2015-03-10 18:42:21 +00:00
|
|
|
PREP(setDamage);
|
|
|
|
PREP(setHitPointDamage);
|
2015-03-29 01:35:55 +00:00
|
|
|
PREP(spawnObject);
|
2015-07-03 21:14:23 +00:00
|
|
|
PREP(useItem);
|
|
|
|
PREP(useItems);
|
2015-03-10 17:05:56 +00:00
|
|
|
|
|
|
|
ADDON = true;
|