Game Actions: Difference between revisions
(Created page with "Actions in the game can be modified. Actions in the game can be manipulated by creating an '''actions''' folder inside the mod. The following is a list of the available actions in the game: {| class="wikitable" style="margin:auto" |+ Available actions |- ! Action name !! Constructor name!! Description |- | Power of CO 0 || ACTION_ACTIVATE_POWER_CO_0 || Activation of the CO power in the front position |- | Power of CO 1 || ACTION_ACTIVATE_POWER_CO_1 || Activation of the...") |
No edit summary |
||
Line 16: | Line 16: | ||
|- | |- | ||
| Tag power || ACTION_ACTIVATE_TAGPOWER || Activation of the tag power | | Tag power || ACTION_ACTIVATE_TAGPOWER || Activation of the tag power | ||
|- | |||
| Black hole factory door 1 || ACTION_BLACKHOLEFACTORY_DOOR1 || Allows building units from the door 1 of a black hole factory | |||
|- | |||
| Black hole factory door 2 || ACTION_BLACKHOLEFACTORY_DOOR2 || Allows building units from the door 2 of a black hole factory | |||
|- | |||
| Black hole factory door 3 || ACTION_BLACKHOLEFACTORY_DOOR3 || Allows building units from the door 3 of a black hole factory | |||
|- | |||
|Build temporary airport ||ACTION_BUILD_TEMP_AIRPORT || Orders an APC to build a temporary airport | |||
|} | |} | ||
[[Category:Modding tutorials]] | [[Category:Modding tutorials]] |
Revision as of 04:06, 17 September 2023
Actions in the game can be modified. Actions in the game can be manipulated by creating an actions folder inside the mod. The following is a list of the available actions in the game:
Action name | Constructor name | Description |
---|---|---|
Power of CO 0 | ACTION_ACTIVATE_POWER_CO_0 | Activation of the CO power in the front position |
Power of CO 1 | ACTION_ACTIVATE_POWER_CO_1 | Activation of the CO power in the secondary position |
Superpower of CO 0 | ACTION_ACTIVATE_SUPERPOWER_CO_0 | Activation of the CO superpower in the front position |
Superpower CO 1 | ACTION_ACTIVATE_SUPERPOWER_CO_1 | Activation of the CO superpower in the secondary position |
Tag power | ACTION_ACTIVATE_TAGPOWER | Activation of the tag power |
Black hole factory door 1 | ACTION_BLACKHOLEFACTORY_DOOR1 | Allows building units from the door 1 of a black hole factory |
Black hole factory door 2 | ACTION_BLACKHOLEFACTORY_DOOR2 | Allows building units from the door 2 of a black hole factory |
Black hole factory door 3 | ACTION_BLACKHOLEFACTORY_DOOR3 | Allows building units from the door 3 of a black hole factory |
Build temporary airport | ACTION_BUILD_TEMP_AIRPORT | Orders an APC to build a temporary airport |