ACE3/addons/repair/XEH_preInit.sqf

23 lines
423 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(canRepair);
PREP(canReplaceWheel);
PREP(doRemoveWheel);
2015-03-10 20:49:53 +00:00
PREP(doRepair);
2015-03-29 09:01:23 +00:00
PREP(doReplaceWheel);
PREP(getWheelHitPointsWithSelections);
2015-04-21 11:17:09 +00:00
PREP(moduleRepairSettings);
PREP(normalizeHitPoints);
PREP(removeWheel);
2015-03-10 20:49:53 +00:00
PREP(repairVehicle);
PREP(replaceWheel);
PREP(setDamage);
PREP(setHitPointDamage);
PREP(spawnObject);
2015-03-10 17:05:56 +00:00
ADDON = true;