Documentation

This commit is contained in:
svenvandevelde
2016-03-15 17:56:41 +01:00
parent 4228c2c1ca
commit 17f961f7d9
42 changed files with 1569 additions and 1300 deletions

View File

@@ -1,17 +1,20 @@
--- GROUP Classes
-- @classmod GROUP
-- @module GROUP
-- @return #GROUP
Include.File( "Routines" )
Include.File( "Base" )
Include.File( "Message" )
Include.File( "Unit" )
GROUPS = {}
--- The GROUP class
-- @type GROUP
-- @field ClassName The name of the class.
GROUP = {
ClassName="GROUP",
ClassName = "GROUP",
}
GROUPS = {}
function GROUP:New( DCSGroup )
local self = BASE:Inherit( self, BASE:New() )