mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
5dc8859984
* Add zeus arsenal modules * Add french strings to arsenal modules * Fix typo in french string * Make changes to fit review * locality check, use showMessage, set categroy
40 lines
977 B
C++
40 lines
977 B
C++
|
|
PREP(addObjectToCurator);
|
|
PREP(bi_moduleCurator);
|
|
PREP(bi_moduleMine);
|
|
PREP(bi_moduleProjectile);
|
|
PREP(bi_moduleRemoteControl);
|
|
PREP(getModuleDestination);
|
|
PREP(handleZeusUnitAssigned);
|
|
PREP(moduleAddArsenal);
|
|
PREP(moduleAddSpareTrack);
|
|
PREP(moduleAddSpareWheel);
|
|
PREP(moduleAddOrRemoveFRIES);
|
|
PREP(moduleCaptive);
|
|
PREP(moduleGlobalSetSkill);
|
|
PREP(moduleGroupSide);
|
|
PREP(moduleRemoveArsenal);
|
|
PREP(moduleSearchNearby);
|
|
PREP(moduleSetMedic);
|
|
PREP(moduleSetMedicalVehicle);
|
|
PREP(moduleSetMedicalFacility);
|
|
PREP(moduleSimulation);
|
|
PREP(moduleSuppressiveFire);
|
|
PREP(moduleSuppressiveFireLocal);
|
|
PREP(moduleSurrender);
|
|
PREP(moduleTeleportPlayers);
|
|
PREP(moduleUnconscious);
|
|
PREP(moduleZeusSettings);
|
|
PREP(showMessage);
|
|
PREP(ui_attributeCargo);
|
|
//PREP(ui_attributePosition);
|
|
PREP(ui_attributeRadius);
|
|
PREP(ui_defendArea);
|
|
PREP(ui_editableObjects);
|
|
PREP(ui_globalSetSkill);
|
|
PREP(ui_groupSide);
|
|
PREP(ui_patrolArea);
|
|
PREP(ui_searchArea);
|
|
PREP(ui_teleportPlayers);
|
|
PREP(zeusAttributes);
|