Update OpsGroup.lua

This commit is contained in:
Frank 2021-03-02 21:12:51 +01:00
parent 4a6377c204
commit 3b2cbea1c4

View File

@ -179,7 +179,6 @@ OPSGROUP = {
--- OPS group element.
-- @type OPSGROUP.Element
--
-- @field #string name Name of the element, i.e. the unit.
-- @field #string status The element status. See @{#OPSGROUP.ElementStatus}.
-- @field Wrapper.Unit#UNIT unit The UNIT object.
@ -188,6 +187,10 @@ OPSGROUP = {
-- @field #boolean ai If true, element is AI.
-- @field #string skill Skill level.
--
-- @field Core.Zone#ZONE zoneBoundingbox Bounding box zone of the
-- @field Core.Zone#ZONE zoneLoad Loading zone.
-- @field Core.Zone#ZONE zoneUnload Unloading zone.
--
-- @field #string typename Type name.
-- @field #number category Aircraft category.
-- @field #string categoryname Aircraft category name.