Intellisense docu fixes

This commit is contained in:
Applevangelist 2023-09-13 16:03:32 +02:00
parent 3e2d312202
commit 674fef554d
7 changed files with 8 additions and 4 deletions

View File

@ -34,6 +34,7 @@ local _TraceClassMethod = {}
local _ClassID = 0
---
-- @type BASE
-- @field ClassName The name of the class.
-- @field ClassID The ID number of the class.

View File

@ -31,7 +31,7 @@
-- @module Core.Database
-- @image Core_Database.JPG
---
-- @type DATABASE
-- @field #string ClassName Name of the class.
-- @field #table Templates Templates: Units, Groups, Statics, ClientsByName, ClientsByID.

View File

@ -286,6 +286,7 @@ SPAWN.Takeoff = {
Cold = 4,
}
---
-- @type SPAWN.SpawnZoneTable
-- @list <Core.Zone#ZONE_BASE> SpawnZone

View File

@ -108,7 +108,7 @@
-- @image Escorting.JPG
---
-- @type ESCORT
-- @extends Core.Base#BASE
-- @field Wrapper.Client#CLIENT EscortClient

View File

@ -67,7 +67,7 @@
-- @module Functional.MissileTrainer
-- @image Missile_Trainer.JPG
---
-- @type MISSILETRAINER
-- @field Core.Set#SET_CLIENT DBClients
-- @extends Core.Base#BASE

View File

@ -10,6 +10,7 @@
-- @module Functional.Movement
-- @image MOOSE.JPG
---
-- @type MOVEMENT
-- @extends Core.Base#BASE

View File

@ -12,7 +12,7 @@
-- @module Utilities.Utils
-- @image MOOSE.JPG
---
-- @type SMOKECOLOR
-- @field Green
-- @field Red
@ -22,6 +22,7 @@
SMOKECOLOR = trigger.smokeColor -- #SMOKECOLOR
---
-- @type FLARECOLOR
-- @field Green
-- @field Red