ACE3/addons/repair/XEH_preInit.sqf

39 lines
768 B
Plaintext
Raw Normal View History

2015-03-10 17:05:56 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(addRepairActions);
2015-03-28 10:08:17 +00:00
PREP(canRemoveWheel);
PREP(canRemoveTrack);
2015-03-28 10:08:17 +00:00
PREP(canRepair);
PREP(canRepairTrack);
2015-03-28 10:08:17 +00:00
PREP(canReplaceWheel);
PREP(canReplaceTrack);
PREP(doRemoveWheel);
PREP(doRemoveTrack);
2015-03-10 20:49:53 +00:00
PREP(doRepair);
PREP(doFullRepair);
PREP(doRepairTrack);
2015-03-29 09:01:23 +00:00
PREP(doReplaceWheel);
PREP(doReplaceTrack);
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);
2015-04-21 11:17:09 +00:00
PREP(moduleRepairSettings);
PREP(moduleAssignEngineer);
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;