mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
3a1dba4486
Using a shared `radius` attribute for all of these displays so a generalized method of initializing and retrieving the value associated that was implemented.
30 lines
706 B
C++
30 lines
706 B
C++
|
|
PREP(addObjectToCurator);
|
|
PREP(bi_moduleCurator);
|
|
PREP(bi_moduleMine);
|
|
PREP(bi_moduleProjectile);
|
|
PREP(bi_moduleRemoteControl);
|
|
PREP(handleZeusUnitAssigned);
|
|
PREP(moduleAddSpareTrack);
|
|
PREP(moduleAddSpareWheel);
|
|
PREP(moduleCaptive);
|
|
PREP(moduleGlobalSetSkill);
|
|
PREP(moduleGroupSide);
|
|
PREP(moduleSearchNearby);
|
|
PREP(moduleSetMedic);
|
|
PREP(moduleSetMedicalVehicle);
|
|
PREP(moduleSetMedicalFacility);
|
|
PREP(moduleSurrender);
|
|
PREP(moduleTeleportPlayers);
|
|
PREP(moduleUnconscious);
|
|
PREP(moduleZeusSettings);
|
|
PREP(ui_attributeCargo);
|
|
PREP(ui_attributeRadius);
|
|
PREP(ui_defendArea);
|
|
PREP(ui_globalSetSkill);
|
|
PREP(ui_groupSide);
|
|
PREP(ui_patrolArea);
|
|
PREP(ui_searchArea);
|
|
PREP(ui_teleportPlayers);
|
|
PREP(zeusAttributes);
|