mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Update OpsGroup.lua
This commit is contained in:
parent
4a6377c204
commit
3b2cbea1c4
@ -179,7 +179,6 @@ OPSGROUP = {
|
|||||||
|
|
||||||
--- OPS group element.
|
--- OPS group element.
|
||||||
-- @type OPSGROUP.Element
|
-- @type OPSGROUP.Element
|
||||||
--
|
|
||||||
-- @field #string name Name of the element, i.e. the unit.
|
-- @field #string name Name of the element, i.e. the unit.
|
||||||
-- @field #string status The element status. See @{#OPSGROUP.ElementStatus}.
|
-- @field #string status The element status. See @{#OPSGROUP.ElementStatus}.
|
||||||
-- @field Wrapper.Unit#UNIT unit The UNIT object.
|
-- @field Wrapper.Unit#UNIT unit The UNIT object.
|
||||||
@ -188,6 +187,10 @@ OPSGROUP = {
|
|||||||
-- @field #boolean ai If true, element is AI.
|
-- @field #boolean ai If true, element is AI.
|
||||||
-- @field #string skill Skill level.
|
-- @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 #string typename Type name.
|
||||||
-- @field #number category Aircraft category.
|
-- @field #number category Aircraft category.
|
||||||
-- @field #string categoryname Aircraft category name.
|
-- @field #string categoryname Aircraft category name.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user