mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Documentation
This commit is contained in:
@@ -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() )
|
||||
|
||||
Reference in New Issue
Block a user