mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'develop' into FF/Develop
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- **AI** -- (R2.2) - Models the process of Combat Air Patrol (CAP) for airplanes.
|
||||
--
|
||||
-- This is a class used in the @{AI_A2A_Dispatcher}.
|
||||
-- This is a class used in the @{AI.AI_A2A_Dispatcher}.
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
-- ### Authors: **FlightControl** rework of GCICAP + introduction of new concepts (squadrons).
|
||||
-- ### Authors: **Stonehouse**, **SNAFU** in terms of the advice, documentation, and the original GCICAP script.
|
||||
--
|
||||
-- @module AI_A2A_Dispatcher
|
||||
-- @module AI.AI_A2A_Dispatcher
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Base
|
||||
-- @module Core.Base
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Database
|
||||
-- @module Core.Database
|
||||
|
||||
|
||||
--- @type DATABASE
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Event
|
||||
-- @module Core.Event
|
||||
|
||||
|
||||
--- The EVENT structure
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Fsm
|
||||
-- @module Core.Fsm
|
||||
|
||||
do -- FSM
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Goal
|
||||
-- @module Core.Goal
|
||||
|
||||
do -- Goal
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Menu
|
||||
-- @module Core.Menu
|
||||
|
||||
|
||||
MENU_INDEX = {}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Message
|
||||
-- @module Core.Message
|
||||
|
||||
--- The MESSAGE class
|
||||
-- @type MESSAGE
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
--
|
||||
-- ### Contributions:
|
||||
--
|
||||
-- @module Point
|
||||
-- @module Core.Point
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
--
|
||||
-- ### Author: Hugues "Grey_Echo" Bousquet
|
||||
--
|
||||
-- @module Radio
|
||||
-- @module Core.Radio
|
||||
|
||||
|
||||
--- # RADIO class, extends @{Base#BASE}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
-- ### Contributions: -
|
||||
-- ### Authors: FlightControl : Design & Programming
|
||||
--
|
||||
-- @module ScheduleDispatcher
|
||||
-- @module Core.ScheduleDispatcher
|
||||
|
||||
--- The SCHEDULEDISPATCHER structure
|
||||
-- @type SCHEDULEDISPATCHER
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Scheduler
|
||||
-- @module Core.Scheduler
|
||||
|
||||
|
||||
--- The SCHEDULER class
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Set
|
||||
-- @module Core.Set
|
||||
|
||||
|
||||
--- @type SET_BASE
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
--
|
||||
-- * **FlightControl**: Design & Programming
|
||||
--
|
||||
-- @module Settings
|
||||
-- @module Core.Settings
|
||||
|
||||
|
||||
--- @type SETTINGS
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Spawn
|
||||
-- @module Core.Spawn
|
||||
|
||||
|
||||
--- SPAWN Class
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module SpawnStatic
|
||||
-- @module Core.SpawnStatic
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Spot
|
||||
-- @module Core.Spot
|
||||
|
||||
|
||||
do
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module UserFlag
|
||||
-- @module Core.UserFlag
|
||||
|
||||
do -- UserFlag
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module UserSound
|
||||
-- @module Core.UserSound
|
||||
|
||||
do -- UserSound
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Velocity
|
||||
-- @module Core.Velocity
|
||||
|
||||
do -- Velocity
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
--
|
||||
-- ===
|
||||
--
|
||||
-- @module Zone
|
||||
-- @module Core.Zone
|
||||
|
||||
|
||||
--- @type ZONE_BASE
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSAirbase
|
||||
-- @module DCS.DCSAirbase
|
||||
|
||||
|
||||
--- Represents airbases: airdromes, helipads and ships with flying decks or landing pads.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSCoalitionObject
|
||||
-- @module DCS.DCSCoalitionObject
|
||||
|
||||
--- @type CoalitionObject
|
||||
-- @extends Dcs.DCSWrapper.Object#Object
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
--- @module DCSCommand
|
||||
--- @module DCS.DCSCommand
|
||||
|
||||
|
||||
--- @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.
|
||||
--
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSGroup
|
||||
-- @module DCS.DCSGroup
|
||||
|
||||
--- Represents group of Units.
|
||||
-- @type Group
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSObject
|
||||
-- @module DCS.DCSObject
|
||||
|
||||
--- @type Object
|
||||
-- @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)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSTime
|
||||
-- @module DCS.DCSTime
|
||||
|
||||
--- @type ModelTime
|
||||
-- @extends #number
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSTypes
|
||||
-- @module DCS.DCSTypes
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSUnit
|
||||
-- @module DCS.DCSUnit
|
||||
|
||||
--- @type Unit
|
||||
-- @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
|
||||
-- @field #coalition.side side
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCScountry
|
||||
-- @module DCS.DCScountry
|
||||
|
||||
--- @type country
|
||||
-- @field #country.id id
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module env
|
||||
-- @module DCS.DCSenv
|
||||
|
||||
--- @type env
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module land
|
||||
-- @module DCS.land
|
||||
|
||||
--- @type land
|
||||
-- @field #land.SurfaceType SurfaceType
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCStimer
|
||||
-- @module DCS.DCStimer
|
||||
|
||||
--- @type timer
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCStrigger
|
||||
-- @module DCS.DCStrigger
|
||||
|
||||
|
||||
trigger = {} --#timer
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
-------------------------------------------------------------------------------
|
||||
-- @module DCSWorld
|
||||
-- @module DCS.DCSWorld
|
||||
|
||||
--- @type world
|
||||
-- @field #world.event event
|
||||
|
||||
Reference in New Issue
Block a user