Difference between revisions of "DCS func addSubMenuForCoalition"
From DCS World Wiki - Hoggitworld.com
m (1 revision imported) |
(No difference)
|
m (1 revision imported) |
(No difference)
|
| Envrioment: | Mission Scripting | ||
| Function: | addSubMenuForCoalition | Added with: 1.2.0 | |
| Member Of: | missionCommands | ||
| Syntax: | table missionCommands.addSubMenuForCoalition(enum coalition.side , string name , table path) | ||
| Description: | Creates a submenu of a specified name for the specified coalition. Can be used to create nested sub menues. If the path is not specified, submenu is added to the root menu.
| ||
| 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.addSubMenu on information for the path and more examples. | ||