mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Added documentation in SPAWN
-- Added documentation for methods GetFirstAliveGroup, GetNextAliveGroup, GetLastAliveGroup. -- Added code snippets to the documentation for the methods GetFirstAliveGroup, GetNextAliveGroup, GetLastAliveGroup.
This commit is contained in:
@@ -801,7 +801,6 @@ Using this object reference, you can then remove ALL the menus and submenus unde
|
||||
|
||||
--- @param Client#CLIENT MenuClient
|
||||
local function AddStatusMenu( MenuClient )
|
||||
env.info(MenuClient.ClientName)
|
||||
local MenuClientName = MenuClient:GetName()
|
||||
-- This would create a menu for the red coalition under the MenuCoalitionRed menu object.
|
||||
MenuStatus[MenuClientName] = MENU_CLIENT:New( MenuClient, "Status for Planes" )
|
||||
@@ -1383,7 +1382,6 @@ self</p>
|
||||
|
||||
--- @param Group#GROUP MenuGroup
|
||||
local function AddStatusMenu( MenuGroup )
|
||||
env.info(MenuGroup.GroupName)
|
||||
local MenuGroupName = MenuGroup:GetName()
|
||||
-- This would create a menu for the red coalition under the MenuCoalitionRed menu object.
|
||||
MenuStatus[MenuGroupName] = MENU_GROUP:New( MenuGroup, "Status for Planes" )
|
||||
|
||||
Reference in New Issue
Block a user