ACE3/addons/repair/XEH_preInit.sqf

16 lines
271 B
Plaintext
Raw Normal View History

2015-03-10 17:05:56 +00:00
#include "script_component.hpp"
ADDON = false;
PREP(addRepairActions);
2015-03-10 20:49:53 +00:00
PREP(doRepair);
PREP(getWheelHitPointsWithSelections);
PREP(normalizeHitPoints);
PREP(removeWheel);
2015-03-10 20:49:53 +00:00
PREP(repairVehicle);
PREP(replaceWheel);
PREP(setDamage);
PREP(setHitPointDamage);
2015-03-10 17:05:56 +00:00
ADDON = true;