Intellisense

This commit is contained in:
Applevangelist
2023-09-13 16:02:38 +02:00
parent 0e3d4205c9
commit 74f87b3f2d
17 changed files with 30 additions and 4 deletions

View File

@@ -181,6 +181,7 @@ COMMANDCENTER = {
}
---
-- @type COMMANDCENTER.AutoAssignMethods
COMMANDCENTER.AutoAssignMethods = {
["Random"] = 1,

View File

@@ -19,6 +19,7 @@
-- @module Tasking.Mission
-- @image Task_Mission.JPG
---
-- @type MISSION
-- @field #MISSION.Clients _Clients
-- @field Core.Menu#MENU_COALITION MissionMenu

View File

@@ -220,6 +220,7 @@
-- @module Tasking.Task
-- @image MOOSE.JPG
---
-- @type TASK
-- @field Core.Scheduler#SCHEDULER TaskScheduler
-- @field Tasking.Mission#MISSION Mission

View File

@@ -11,6 +11,7 @@
-- @module Tasking.TaskInfo
-- @image MOOSE.JPG
---
-- @type TASKINFO
-- @extends Core.Base#BASE
@@ -29,6 +30,7 @@ TASKINFO = {
ClassName = "TASKINFO",
}
---
-- @type TASKINFO.Detail #string A string that flags to document which level of detail needs to be shown in the report.
--
-- - "M" for Markings on the Map (F10).