mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
071a673f28
copied across treatment framework from medical and adjusted it to suit the repair actions
34 lines
649 B
Plaintext
34 lines
649 B
Plaintext
#include "script_component.hpp"
|
|
|
|
ADDON = false;
|
|
|
|
PREP(addRepairActions);
|
|
PREP(canRemoveWheel);
|
|
PREP(canRepair);
|
|
PREP(canReplaceWheel);
|
|
PREP(doRemoveWheel);
|
|
PREP(doRepair);
|
|
PREP(doReplaceWheel);
|
|
PREP(getPostRepairDamage);
|
|
PREP(getWheelHitPointsWithSelections);
|
|
PREP(hasItems);
|
|
PREP(isEngineer);
|
|
PREP(isInRepairFacility);
|
|
PREP(isNearRepairVehicle);
|
|
PREP(isRepairVehicle);
|
|
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);
|
|
|
|
ADDON = true;
|