Difference between revisions of "DCS func addSubMenuForGroup"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 3: Line 3:
 
|fName= addSubMenuForGroup
 
|fName= addSubMenuForGroup
  
|vNum= 1.2.0
+
|vNum= 1.2.4
  
 
|par1= [[DCS_singleton_missionCommands|missionCommands]]
 
|par1= [[DCS_singleton_missionCommands|missionCommands]]
Line 46: Line 46:
  
 
[[Category:Singleton Functions|addSubMenuForGroup]]
 
[[Category:Singleton Functions|addSubMenuForGroup]]
 +
[[Category:Game Patch 1.2.4|addSubMenuForGroup]]

Latest revision as of 22:19, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: addSubMenuForGroup Added with: 1.2.4
Member Of: missionCommands
Syntax: table missionCommands.addSubMenuForGroup(number groupId , string name , table path)
Description: Creates a submenu of a specified name for the specified group. 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.