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.

View File

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

View File

@ -1,4 +1,4 @@
--- @module DCSCommand
--- @module DCS.DCSCommand
--- @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.
--

View File

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

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSObject
-- @module DCS.DCSObject
--- @type Object
-- @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)

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
-- @module DCSTime
-- @module DCS.DCSTime
--- @type ModelTime
-- @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
-- @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
-- @field #coalition.side side

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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