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-03-28 10:08:17 +00:00
|
|
|
PREP(canRemoveWheel);
|
|
|
|
PREP(canRepair);
|
|
|
|
PREP(canReplaceWheel);
|
2015-03-29 01:35:55 +00:00
|
|
|
PREP(doRemoveWheel);
|
2015-03-10 20:49:53 +00:00
|
|
|
PREP(doRepair);
|
2015-03-29 09:01:23 +00:00
|
|
|
PREP(doReplaceWheel);
|
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-04-21 11:17:09 +00:00
|
|
|
PREP(moduleRepairSettings);
|
2015-03-11 22:30:24 +00:00
|
|
|
PREP(normalizeHitPoints);
|
2015-08-09 13:53:52 +00:00
|
|
|
//PREP(removeWheel);
|
2015-07-03 21:14:23 +00:00
|
|
|
PREP(repair);
|
2015-08-09 13:53:52 +00:00
|
|
|
//PREP(repairVehicle);
|
2015-07-03 21:14:23 +00:00
|
|
|
PREP(repair_failure);
|
|
|
|
PREP(repair_success);
|
2015-08-09 13:53:52 +00:00
|
|
|
//PREP(replaceWheel);
|
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;
|