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:
Sven Van de Velde
2016-07-29 08:22:57 +02:00
parent 54ff64aa94
commit daef3e415f
9 changed files with 184 additions and 1843 deletions

View File

@@ -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" )