Fixed problem with Escort menus and could fine-tune the prototyping.

This commit is contained in:
FlightControl
2016-03-25 09:25:39 +01:00
parent 7abd07f545
commit ca4d9f1464
12 changed files with 274 additions and 172 deletions

View File

@@ -1,7 +1,6 @@
--- A GROUP class abstraction of a DCSGroup class.
-- The GROUP class will take an abstraction of the DCSGroup class, providing more methods that can be done with a GROUP.
-- @module GROUP
-- @extends BASE#BASE
-- @module Group
Include.File( "Routines" )
Include.File( "Base" )
@@ -10,6 +9,7 @@ Include.File( "Unit" )
--- The GROUP class
-- @type GROUP
-- @extends Base#BASE
-- @field #Group DCSGroup The DCS group class.
-- @field #string GroupName The name of the group.
-- @field #number GroupID the ID of the group.