DCS func addCommandForCoalition
From DCS World Wiki - Hoggitworld.com
Envrioment: | Mission Scripting | ||
Function: | addCommandForCoalition | Added with: 1.2.4 | |
Member Of: | missionCommands | ||
Syntax: | table missionCommands.addCommandForCoalition(enum coalition.side , string name , table/nil path , function functionToRun , any anyArguement) | ||
Description: | Adds a command to the "F10 Other" radio menu allowing players to run specified scripting functions. Command is added for the specified coalition. The string name is the text that will be displayed in the F10 Other menu and is also used in the function to remove the command from the menu.
Path is an optional value that defines whether or not the command will be in a named submenu. FunctionToCall is the name of the function, with the optional argument value designating any passed values.
| ||
Return Value: | table | ||
Return Example: | none | ||
Examples: | |||
Related Functions: | missionCommands Functions: addCommand, addSubMenu, removeItem, addCommandForCoalition, addSubMenuForCoalition, removeItemForCoalition, addCommandForGroup, addSubMenuForGroup, removeItemForGroup | ||
Notes: | See page on missionCommands.addCommand on information for the path and more examples. |