Difference between revisions of "DCS func removeItemForGroup"

From DCS World Wiki - Hoggitworld.com
m (1 revision imported)
 
 
Line 46: Line 46:
 
}}
 
}}
 
[[Category:Singleton Functions|removeItemForGroup]]
 
[[Category:Singleton Functions|removeItemForGroup]]
 +
[[Category:Game Patch 1.2.4|removeItemForGroup]]

Latest revision as of 22:19, 17 March 2022

Scripting Root

Envrioment: Mission Scripting
Function: removeItemForGroup Added with: 1.2.4
Member Of: missionCommands
Syntax: function missionCommands.removeItemForGroup(number groupId , table/nil path )
Description: Removes the item of the specified path from the F10 radio menu for the specified group. If the value is nil all items will be removed from the radio menu.


Return Value: function
Return Example: none
Examples:
Related Functions: missionCommands Functions: addCommand, addSubMenu, removeItem, addCommandForCoalition, addSubMenuForCoalition, removeItemForCoalition, addCommandForGroup, addSubMenuForGroup, removeItemForGroup
Notes: