mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
New version
This commit is contained in:
parent
be48f7751c
commit
6a4741d0dc
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSAirbase
|
-- @module DCS.DCSAirbase
|
||||||
|
|
||||||
|
|
||||||
--- Represents airbases: airdromes, helipads and ships with flying decks or landing pads.
|
--- Represents airbases: airdromes, helipads and ships with flying decks or landing pads.
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSCoalitionObject
|
-- @module DCS.DCSCoalitionObject
|
||||||
|
|
||||||
--- @type CoalitionObject
|
--- @type CoalitionObject
|
||||||
-- @extends Dcs.DCSWrapper.Object#Object
|
-- @extends Dcs.DCSWrapper.Object#Object
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
--- @module DCSCommand
|
--- @module DCS.DCSCommand
|
||||||
|
|
||||||
|
|
||||||
--- @type Command
|
--- @type Command
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSController
|
-- @module DCS.DCSController
|
||||||
|
|
||||||
--- Controller is an object that performs A.I.-routines. Other words controller is an instance of A.I.. Controller stores current main task, active enroute tasks and behavior options. Controller performs commands. Please, read DCS A-10C GUI Manual EN.pdf chapter "Task Planning for Unit Groups", page 91 to understand A.I. system of DCS:A-10C.
|
--- Controller is an object that performs A.I.-routines. Other words controller is an instance of A.I.. Controller stores current main task, active enroute tasks and behavior options. Controller performs commands. Please, read DCS A-10C GUI Manual EN.pdf chapter "Task Planning for Unit Groups", page 91 to understand A.I. system of DCS:A-10C.
|
||||||
--
|
--
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSGroup
|
-- @module DCS.DCSGroup
|
||||||
|
|
||||||
--- Represents group of Units.
|
--- Represents group of Units.
|
||||||
-- @type Group
|
-- @type Group
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSObject
|
-- @module DCS.DCSObject
|
||||||
|
|
||||||
--- @type Object
|
--- @type Object
|
||||||
-- @field #Object.Category Category
|
-- @field #Object.Category Category
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSStaticObject
|
-- @module DCS.DCSStaticObject
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
--- @module DCSTask
|
--- @module DCS.DCSTask
|
||||||
|
|
||||||
|
|
||||||
--- A task descriptor (internal structure for DCS World)
|
--- A task descriptor (internal structure for DCS World)
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSTime
|
-- @module DCS.DCSTime
|
||||||
|
|
||||||
--- @type ModelTime
|
--- @type ModelTime
|
||||||
-- @extends #number
|
-- @extends #number
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSTypes
|
-- @module DCS.DCSTypes
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSUnit
|
-- @module DCS.DCSUnit
|
||||||
|
|
||||||
--- @type Unit
|
--- @type Unit
|
||||||
-- @extends Dcs.DCSCoalitionWrapper.Object#CoalitionObject
|
-- @extends Dcs.DCSCoalitionWrapper.Object#CoalitionObject
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSVec3
|
-- @module DCS.DCSVec3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSZone
|
-- @module DCS.DCSZone
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCScoalition
|
-- @module DCS.DCScoalition
|
||||||
|
|
||||||
--- @type coalition
|
--- @type coalition
|
||||||
-- @field #coalition.side side
|
-- @field #coalition.side side
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCScountry
|
-- @module DCS.DCScountry
|
||||||
|
|
||||||
--- @type country
|
--- @type country
|
||||||
-- @field #country.id id
|
-- @field #country.id id
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module env
|
-- @module DCS.DCSenv
|
||||||
|
|
||||||
--- @type env
|
--- @type env
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module land
|
-- @module DCS.land
|
||||||
|
|
||||||
--- @type land
|
--- @type land
|
||||||
-- @field #land.SurfaceType SurfaceType
|
-- @field #land.SurfaceType SurfaceType
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCStimer
|
-- @module DCS.DCStimer
|
||||||
|
|
||||||
--- @type timer
|
--- @type timer
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCStrigger
|
-- @module DCS.DCStrigger
|
||||||
|
|
||||||
|
|
||||||
trigger = {} --#timer
|
trigger = {} --#timer
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
-- @module DCSWorld
|
-- @module DCS.DCSWorld
|
||||||
|
|
||||||
--- @type world
|
--- @type world
|
||||||
-- @field #world.event event
|
-- @field #world.event event
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user