New version

This commit is contained in:
FlightControl_Master 2018-05-21 22:34:19 +02:00
parent be48f7751c
commit 6a4741d0dc
20 changed files with 20 additions and 20 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSCoalitionObject -- @module DCS.DCSCoalitionObject
--- @type CoalitionObject --- @type CoalitionObject
-- @extends Dcs.DCSWrapper.Object#Object -- @extends Dcs.DCSWrapper.Object#Object

View File

@ -1,4 +1,4 @@
--- @module DCSCommand --- @module DCS.DCSCommand
--- @type Command --- @type Command

View File

@ -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.
-- --

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSGroup -- @module DCS.DCSGroup
--- Represents group of Units. --- Represents group of Units.
-- @type Group -- @type Group

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSObject -- @module DCS.DCSObject
--- @type Object --- @type Object
-- @field #Object.Category Category -- @field #Object.Category Category

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSStaticObject -- @module DCS.DCSStaticObject
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View File

@ -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)

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSTime -- @module DCS.DCSTime
--- @type ModelTime --- @type ModelTime
-- @extends #number -- @extends #number

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSTypes -- @module DCS.DCSTypes

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSUnit -- @module DCS.DCSUnit
--- @type Unit --- @type Unit
-- @extends Dcs.DCSCoalitionWrapper.Object#CoalitionObject -- @extends Dcs.DCSCoalitionWrapper.Object#CoalitionObject

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSVec3 -- @module DCS.DCSVec3

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSZone -- @module DCS.DCSZone

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCScoalition -- @module DCS.DCScoalition
--- @type coalition --- @type coalition
-- @field #coalition.side side -- @field #coalition.side side

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCScountry -- @module DCS.DCScountry
--- @type country --- @type country
-- @field #country.id id -- @field #country.id id

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module env -- @module DCS.DCSenv
--- @type env --- @type env

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module land -- @module DCS.land
--- @type land --- @type land
-- @field #land.SurfaceType SurfaceType -- @field #land.SurfaceType SurfaceType

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCStimer -- @module DCS.DCStimer
--- @type timer --- @type timer

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCStrigger -- @module DCS.DCStrigger
trigger = {} --#timer trigger = {} --#timer

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
-- @module DCSWorld -- @module DCS.DCSWorld
--- @type world --- @type world
-- @field #world.event event -- @field #world.event event