mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Optimized comments and documentation set
This commit is contained in:
@@ -35,7 +35,7 @@ do -- TASK_MANAGER
|
||||
|
||||
--- TASK_MANAGER class.
|
||||
-- @type TASK_MANAGER
|
||||
-- @field Set#SET_GROUP SetGroup The set of group objects containing players for which tasks are managed.
|
||||
-- @field Core.Set#SET_GROUP SetGroup The set of group objects containing players for which tasks are managed.
|
||||
-- @extends Core.Fsm#FSM
|
||||
TASK_MANAGER = {
|
||||
ClassName = "TASK_MANAGER",
|
||||
@@ -44,7 +44,7 @@ do -- TASK_MANAGER
|
||||
|
||||
--- TASK\_MANAGER constructor.
|
||||
-- @param #TASK_MANAGER self
|
||||
-- @param Set#SET_GROUP SetGroup The set of group objects containing players for which tasks are managed.
|
||||
-- @param Core.Set#SET_GROUP SetGroup The set of group objects containing players for which tasks are managed.
|
||||
-- @return #TASK_MANAGER self
|
||||
function TASK_MANAGER:New( SetGroup )
|
||||
|
||||
@@ -180,7 +180,7 @@ do -- TASK_MANAGER
|
||||
end
|
||||
|
||||
|
||||
--- Manages the tasks for the @{Set#SET_GROUP}.
|
||||
--- Manages the tasks for the @{Core.Set#SET_GROUP}.
|
||||
-- @param #TASK_MANAGER self
|
||||
-- @return #TASK_MANAGER self
|
||||
function TASK_MANAGER:ManageTasks()
|
||||
|
||||
Reference in New Issue
Block a user