ACE3/addons/repair/XEH_preInit.sqf

34 lines
655 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);
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(normalizeHitPoints);
//PREP(removeWheel);
PREP(repair);
//PREP(repairVehicle);
PREP(repair_failure);
PREP(repair_success);
//PREP(replaceWheel);
PREP(setDamage);
PREP(setHitPointDamage);
PREP(spawnObject);
PREP(useItem);
PREP(useItems);
2015-03-10 17:05:56 +00:00
ADDON = true;