Cleanup of documentation of AI

This commit is contained in:
FlightControl_Master 2018-03-20 10:34:53 +01:00
parent 7a5c8d54e7
commit 706aea01ca
66 changed files with 271 additions and 395 deletions

View File

@ -1,14 +1,12 @@
--- **AI** -- **AI A2A Air Patrolling or Staging.** --- **AI** -- (R2.2) - Models the process of air operations for airplanes.
-- --
-- ==== -- This is a class used in the @{AI_A2A_Dispatcher}.
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ===
-- ### Contributions:
-- --
-- * **[Dutch_Baron](https://forums.eagle.ru/member.php?u=112075)**: Working together with James has resulted in the creation of the AI_BALANCER class. James has shared his ideas on balancing AI with air units, and together we made a first design which you can use now :-) -- ### Author: **FlightControl**
-- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Testing and API concept review.
-- --
-- ==== -- ===
-- --
-- @module AI_A2A -- @module AI_A2A

View File

@ -1,28 +1,12 @@
--- **AI** -- **Execute Combat Air Patrol (CAP).** --- **AI** -- (R2.2) - Models the process of Combat Air Patrol (CAP) for airplanes.
--
-- This is a class used in the @{AI_A2A_Dispatcher}.
-- --
-- ![Banner Image](..\Presentations\AI_CAP\Dia1.JPG)
--
-- === -- ===
-- --
-- AI CAP classes makes AI Groups execute a Combat Air Patrol. -- ### Author: **FlightControl**
-- --
-- There are the following types of CAP classes defined: -- ===
--
-- * @{#AI_A2A_CAP}: Perform a CAP in a zone.
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
--
-- ### Contributions:
--
-- * **[Quax](https://forums.eagle.ru/member.php?u=90530)**: Concept, Advice & Testing.
-- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Concept, Advice & Testing.
-- * **[Gunterlund](http://forums.eagle.ru:8080/member.php?u=75036)**: Test case revision.
-- * **[Whisper](http://forums.eagle.ru/member.php?u=3829): Testing.
-- * **[Delta99](https://forums.eagle.ru/member.php?u=125166): Testing.
--
-- ====
-- --
-- @module AI_A2A_Cap -- @module AI_A2A_Cap

View File

@ -1,8 +1,10 @@
--- **AI** - The AI_A2A_DISPATCHER creates an automatic A2A defense system based on an EWR network targets and coordinating CAP and GCI. --- **AI** - (R2.2) - Manages the process of an automatic A2A defense system based on an EWR network targets and coordinating CAP and GCI.
--
-- ===
-- --
-- ![Banner Image](..\Presentations\AI_A2A_DISPATCHER\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_A2A_DISPATCHER\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- # QUICK START GUIDE -- # QUICK START GUIDE
-- --
@ -150,7 +152,7 @@
-- --
-- === -- ===
-- --
-- ### Authors: **Sven Van de Velde (FlightControl)** rework of GCICAP + introduction of new concepts (squadrons). -- ### Authors: **FlightControl** rework of GCICAP + introduction of new concepts (squadrons).
-- ### Authors: **Stonehouse**, **SNAFU** in terms of the advice, documentation, and the original GCICAP script. -- ### Authors: **Stonehouse**, **SNAFU** in terms of the advice, documentation, and the original GCICAP script.
-- --
-- @module AI_A2A_Dispatcher -- @module AI_A2A_Dispatcher
@ -169,13 +171,13 @@ do -- AI_A2A_DISPATCHER
-- --
-- The @{#AI_A2A_DISPATCHER} class is designed to create an automatic air defence system for a coalition. -- The @{#AI_A2A_DISPATCHER} class is designed to create an automatic air defence system for a coalition.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
-- ### [AI\_A2A\_DISPATCHER Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching) -- ### [AI\_A2A\_DISPATCHER Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/release-2-2-pre/AID%20-%20AI%20Dispatching)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
@ -3178,7 +3180,7 @@ do
-- The AI_A2A_GCICAP class is designed to create an automatic air defence system for a coalition setting up GCI and CAP air defenses. -- The AI_A2A_GCICAP class is designed to create an automatic air defence system for a coalition setting up GCI and CAP air defenses.
-- The class derives from @{AI#AI_A2A_DISPATCHER} and thus, all the methods that are defined in the @{AI#AI_A2A_DISPATCHER} class, can be used also in AI\_A2A\_GCICAP. -- The class derives from @{AI#AI_A2A_DISPATCHER} and thus, all the methods that are defined in the @{AI#AI_A2A_DISPATCHER} class, can be used also in AI\_A2A\_GCICAP.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
@ -3188,7 +3190,7 @@ do
-- --
-- ### [AI\_A2A\_GCICAP for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/AID%20-%20AI%20Dispatching) -- ### [AI\_A2A\_GCICAP for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/AID%20-%20AI%20Dispatching)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
@ -3218,7 +3220,7 @@ do
-- --
-- In short it is a plug in very flexible and configurable air defence module for DCS World. -- In short it is a plug in very flexible and configurable air defence module for DCS World.
-- --
-- ==== -- ===
-- --
-- # The following actions need to be followed when using AI\_A2A\_GCICAP in your mission: -- # The following actions need to be followed when using AI\_A2A\_GCICAP in your mission:
-- --

View File

@ -1,28 +1,16 @@
--- **AI** -- **Execute Ground Controlled Interception (GCI).** --- **AI** -- (R2.2) - Models the process of Ground Controlled Interception (GCI) for airplanes.
-- --
-- ![Banner Image](..\Presentations\AI_GCI\Dia1.JPG) -- This is a class used in the @{AI_A2A_Dispatcher}.
-- --
-- === -- ===
-- --
-- AI A2A_INTEREPT class makes AI Groups execute an Intercept. -- ### Author: **FlightControl**
-- --
-- There are the following types of GCI classes defined: -- ===
--
-- * @{#AI_A2A_GCI}: Perform a GCI in a zone.
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
--
-- ### Contributions:
--
-- ====
-- --
-- @module AI_A2A_GCI -- @module AI_A2A_GCI
--BASE:TraceClass("AI_A2A_GCI")
--- @type AI_A2A_GCI --- @type AI_A2A_GCI
-- @extends AI.AI_A2A#AI_A2A -- @extends AI.AI_A2A#AI_A2A

View File

@ -1,40 +1,12 @@
--- **AI** -- **Air Patrolling or Staging.** --- **AI** -- (R2.2) - Models the process of air patrol of airplanes.
-- --
-- ![Banner Image](..\Presentations\AI_PATROL\Dia1.JPG) -- This is a class used in the @{AI_A2A_Dispatcher}.
-- --
-- === -- ===
-- --
-- AI PATROL classes makes AI Groups execute an Patrol. -- ### Author: **FlightControl**
-- --
-- There are the following types of PATROL classes defined: -- ===
--
-- * @{#AI_A2A_PATROL}: Perform a PATROL in a zone.
--
-- ====
--
-- # Demo Missions
--
-- ### [AI_PATROL Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/PAT%20-%20Patrolling)
--
-- ### [AI_PATROL Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/PAT%20-%20Patrolling)
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
--
-- ====
--
-- # YouTube Channel
--
-- ### [AI_PATROL YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl35HvYZKA6G22WMt7iI3zky)
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
-- ### Contributions:
--
-- * **[Dutch_Baron](https://forums.eagle.ru/member.php?u=112075)**: Working together with James has resulted in the creation of the AI_BALANCER class. James has shared his ideas on balancing AI with air units, and together we made a first design which you can use now :-)
-- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Testing and API concept review.
--
-- ====
-- --
-- @module AI_A2A_Patrol -- @module AI_A2A_Patrol

View File

@ -1,40 +1,25 @@
--- **AI** -- **Provide Battlefield Air Interdiction (bombing).** --- **AI** -- (R2.1) - Manages the independent process of Battlefield Air Interdiction (bombing) for airplanes.
--
-- ===
-- --
-- ![Banner Image](..\Presentations\AI_BAI\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_BAI\Dia1.JPG)
-- --
-- === -- ===
-- --
-- AI_BAI classes makes AI Controllables execute bombing tasks. -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/BAI%20-%20Battlefield%20Air%20Interdiction)
-- --
-- There are the following types of BAI classes defined: -- ===
-- --
-- * @{#AI_BAI_ZONE}: Perform a BAI in a zone. -- ### [YouTube Playlist]()
--
-- ====
-- --
-- # Demo Missions -- ===
--
-- ### [AI_BAI Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/BOMB%20-%20Close%20Air%20Support)
--
-- ### [AI_BAI Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/BOMB%20-%20Close%20Air%20Support)
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
--
-- ====
--
-- # YouTube Channel
--
-- ### [AI_BAI YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl3JBO1WDqqpyYRRmIkR2ir2)
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
-- --
-- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- * **[Gunterlund](http://forums.eagle.ru:8080/member.php?u=75036)**: Test case revision. -- * **[Gunterlund](http://forums.eagle.ru:8080/member.php?u=75036)**: Test case revision.
-- --
-- ==== -- ===
-- --
-- @module AI_Bai -- @module AI_Bai

View File

@ -1,33 +1,25 @@
--- **AI** -- **AI Balancing will replace in multi player missions --- **AI** -- (2.1) - Balance player slots with AI to create an engaging simulation environment, independent of the amount of players.
-- non-occupied human slots with AI groups, in order to provide an engaging simulation environment, --
-- even when there are hardly any players in the mission.** -- ===
-- --
-- ![Banner Image](..\Presentations\AI_Balancer\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_Balancer\Dia1.JPG)
--
-- ====
-- --
-- # Demo Missions -- ===
-- --
-- ### [AI_BALANCER Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/AIB%20-%20AI%20Balancing) -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/AIB%20-%20AI%20Balancing)
-- --
-- ### [AI_BALANCER Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/AIB%20-%20AI%20Balancing) -- ===
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ### [YouTube Playlist](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl2CJVIrL1TdAumuVS8n64B7)
-- --
-- # YouTube Channel -- ===
-- --
-- ### [AI_BALANCER YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl2CJVIrL1TdAumuVS8n64B7) -- ### Author: **FlightControl**
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
-- ### Contributions: -- ### Contributions:
-- --
-- * **[Dutch_Baron](https://forums.eagle.ru/member.php?u=112075)**: Working together with James has resulted in the creation of the AI_BALANCER class. James has shared his ideas on balancing AI with air units, and together we made a first design which you can use now :-) -- * **[Dutch_Baron](https://forums.eagle.ru/member.php?u=112075)**: Working together with James has resulted in the creation of the AI_BALANCER class. James has shared his ideas on balancing AI with air units, and together we made a first design which you can use now :-)
-- --
-- ==== -- ===
-- --
-- @module AI_Balancer -- @module AI_Balancer

View File

@ -1,35 +1,20 @@
--- **AI** -- **Execute Combat Air Patrol (CAP).** --- **AI** -- (R2.1) - Manages the independent process of Combat Air Patrol (CAP) for airplanes.
--
-- ===
-- --
-- ![Banner Image](..\Presentations\AI_CAP\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_CAP\Dia1.JPG)
-- --
-- === -- ===
-- --
-- AI CAP classes makes AI Controllables execute a Combat Air Patrol. -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/CAP%20-%20Combat%20Air%20Patrol)
-- --
-- There are the following types of CAP classes defined: -- ===
-- --
-- * @{#AI_CAP_ZONE}: Perform a CAP in a zone. -- ### [YouTube Playlist](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl1YCyPxJgoZn-CfhwyeW65L)
--
-- ====
-- --
-- # Demo Missions -- ===
--
-- ### [AI_CAP Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/CAP%20-%20Combat%20Air%20Patrol)
--
-- ### [AI_CAP Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/CAP%20-%20Combat%20Air%20Patrol)
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
--
-- ====
--
-- # YouTube Channel
--
-- ### [AI_CAP YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl1YCyPxJgoZn-CfhwyeW65L)
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
-- --
-- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- * **[Quax](https://forums.eagle.ru/member.php?u=90530)**: Concept, Advice & Testing. -- * **[Quax](https://forums.eagle.ru/member.php?u=90530)**: Concept, Advice & Testing.
@ -38,7 +23,7 @@
-- * **[Whisper](http://forums.eagle.ru/member.php?u=3829): Testing. -- * **[Whisper](http://forums.eagle.ru/member.php?u=3829): Testing.
-- * **[Delta99](https://forums.eagle.ru/member.php?u=125166): Testing. -- * **[Delta99](https://forums.eagle.ru/member.php?u=125166): Testing.
-- --
-- ==== -- ===
-- --
-- @module AI_Cap -- @module AI_Cap

View File

@ -1,43 +1,27 @@
--- **AI** -- **Provide Close Air Support to friendly ground troops.** --- **AI** -- (R2.1) - Manages the independent process of Close Air Support for airplanes.
--
-- ===
-- --
-- ![Banner Image](..\Presentations\AI_CAS\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_CAS\Dia1.JPG)
-- --
-- === -- ===
-- --
-- AI CAS classes makes AI Controllables execute a Close Air Support. -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/CAS%20-%20Close%20Air%20Support)
-- --
-- There are the following types of CAS classes defined: -- ===
-- --
-- * @{#AI_CAS_ZONE}: Perform a CAS in a zone. -- ### [YouTube Playlist](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl3JBO1WDqqpyYRRmIkR2ir2)
--
-- ====
-- --
-- # Demo Missions -- ===
--
-- ### [AI_CAS Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/CAS%20-%20Close%20Air%20Support)
--
-- ### [AI_CAS Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/CAS%20-%20Close%20Air%20Support)
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
--
-- ====
--
-- # YouTube Channel
--
-- ### [AI_CAS YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl3JBO1WDqqpyYRRmIkR2ir2)
--
-- ====
--
--
-- ### Author: **Sven Van de Velde (FlightControl)**
-- --
-- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- * **[Quax](https://forums.eagle.ru/member.php?u=90530)**: Concept, Advice & Testing. -- * **[Quax](https://forums.eagle.ru/member.php?u=90530)**: Concept, Advice & Testing.
-- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Concept, Advice & Testing. -- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Concept, Advice & Testing.
-- * **[Gunterlund](http://forums.eagle.ru:8080/member.php?u=75036)**: Test case revision. -- * **[Gunterlund](http://forums.eagle.ru:8080/member.php?u=75036)**: Test case revision.
-- --
-- ==== -- ===
-- --
-- @module AI_Cas -- @module AI_Cas

View File

@ -1,4 +1,6 @@
--- **AI** -- Build large **formations** of AI @{Group}s flying together. --- **AI** -- (R2.2) - Build large airborne formations of aircraft.
--
-- ===
-- --
-- ![Banner Image](..\Presentations\AI_FORMATION\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_FORMATION\Dia1.JPG)
-- --
@ -28,29 +30,20 @@
-- --
-- * @{#AI_FORMATION}: Create a formation from several @{GROUP}s. -- * @{#AI_FORMATION}: Create a formation from several @{GROUP}s.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/FOR%20-%20Formation)
--
-- ### [AI_FORMATION Demo Missions source code]()
--
-- ### [AI_FORMATION Demo Missions, only for beta testers]()
--
-- ### [ALL Demo Missions pack of the last release]()
--
-- ====
--
-- # YouTube Channel
--
--- ### [AI_FORMATION YouTube Channel]()
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### [YouTube Playlist](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl0bFIJ9jIdYM22uaWmIN4oz)
-- --
-- ===
--
-- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module AI_Formation -- @module AI_Formation

View File

@ -1,4 +1,6 @@
--- **AI** -- **Air Patrolling or Staging.** --- **AI** -- (R2.1) - Manages the independent process of Air Patrol for airplanes.
--
-- ===
-- --
-- ![Banner Image](..\Presentations\AI_PATROL\Dia1.JPG) -- ![Banner Image](..\Presentations\AI_PATROL\Dia1.JPG)
-- --
@ -10,31 +12,23 @@
-- --
-- * @{#AI_PATROL_ZONE}: Perform a PATROL in a zone. -- * @{#AI_PATROL_ZONE}: Perform a PATROL in a zone.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/PAT%20-%20Patrolling)
-- --
-- ### [AI_PATROL Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/PAT%20-%20Patrolling) -- ===
-- --
-- ### [AI_PATROL Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/PAT%20-%20Patrolling) -- ### [YouTube Playlist](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl35HvYZKA6G22WMt7iI3zky)
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- ### Author: **FlightControl**
--
-- ### [AI_PATROL YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl35HvYZKA6G22WMt7iI3zky)
--
-- ====
--
-- ### Author: **Sven Van de Velde (FlightControl)**
-- ### Contributions: -- ### Contributions:
-- --
-- * **[Dutch_Baron](https://forums.eagle.ru/member.php?u=112075)**: Working together with James has resulted in the creation of the AI_BALANCER class. James has shared his ideas on balancing AI with air units, and together we made a first design which you can use now :-) -- * **[Dutch_Baron](https://forums.eagle.ru/member.php?u=112075)**: Working together with James has resulted in the creation of the AI_BALANCER class. James has shared his ideas on balancing AI with air units, and together we made a first design which you can use now :-)
-- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Testing and API concept review. -- * **[Pikey](https://forums.eagle.ru/member.php?u=62835)**: Testing and API concept review.
-- --
-- ==== -- ===
-- --
-- @module AI_Patrol -- @module AI_Patrol

View File

@ -4,10 +4,10 @@
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Base -- @module Base

View File

@ -11,7 +11,7 @@
-- --
-- This module is still under construction, but is described above works already, and will keep working ... -- This module is still under construction, but is described above works already, and will keep working ...
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
@ -21,18 +21,18 @@
-- --
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
-- ### [CARGO YouTube Channel](https://www.youtube.com/watch?v=tM00lTlkpYs&list=PL7ZUrU4zZUl2zUTuKrLW5RsO9zLMqUtbf) -- ### [CARGO YouTube Channel](https://www.youtube.com/watch?v=tM00lTlkpYs&list=PL7ZUrU4zZUl2zUTuKrLW5RsO9zLMqUtbf)
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Cargo -- @module Cargo

View File

@ -1,11 +1,11 @@
--- **Core** -- DATABASE manages the database of mission objects. --- **Core** -- DATABASE manages the database of mission objects.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Database -- @module Database

View File

@ -159,10 +159,10 @@
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Event -- @module Event

View File

@ -56,13 +56,13 @@
-- * @{#FSM_SET}: Models Finite State Machines for @{Set}s. Note that these FSMs control multiple objects!!! So State concerns here -- * @{#FSM_SET}: Models Finite State Machines for @{Set}s. Note that these FSMs control multiple objects!!! So State concerns here
-- for multiple objects or the position of the state machine in the process. -- for multiple objects or the position of the state machine in the process.
-- --
-- ==== -- ===
-- --
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Fsm -- @module Fsm

View File

@ -1,14 +1,14 @@
--- **Core (WIP)** -- Base class to allow the modeling of processes to achieve Goals. --- **Core (WIP)** -- Base class to allow the modeling of processes to achieve Goals.
-- --
-- ==== -- ===
-- --
-- GOAL models processes that have an objective with a defined achievement. Derived classes implement the ways how the achievements can be realized. -- GOAL models processes that have an objective with a defined achievement. Derived classes implement the ways how the achievements can be realized.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ==== -- ===
-- --
-- @module Goal -- @module Goal

View File

@ -25,10 +25,10 @@
-- --
-- === -- ===
--- ---
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Menu -- @module Menu

View File

@ -39,12 +39,12 @@
-- * To all players using @{Message#MESSAGE.ToAllIf}(). -- * To all players using @{Message#MESSAGE.ToAllIf}().
-- * To a coalition using @{Message#MESSAGE.ToCoalitionIf}(). -- * To a coalition using @{Message#MESSAGE.ToCoalitionIf}().
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @field #MESSAGE -- @field #MESSAGE
MESSAGE = { MESSAGE = {

View File

@ -2,7 +2,7 @@
-- --
-- ![Banner Image](..\Presentations\POINT\Dia1.JPG) -- ![Banner Image](..\Presentations\POINT\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
@ -12,7 +12,7 @@
-- --
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --

View File

@ -21,13 +21,13 @@
-- --
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
-- ### [SCHEDULER YouTube Channel (none)]() -- ### [SCHEDULER YouTube Channel (none)]()
-- --
-- ==== -- ===
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -23,12 +23,12 @@
-- * Validate the presence of objects in the SET. -- * Validate the presence of objects in the SET.
-- * Trigger events when objects in the SET change a zone presence. -- * Trigger events when objects in the SET change a zone presence.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Set -- @module Set

View File

@ -2,7 +2,7 @@
-- --
-- ![Banner Image](..\Presentations\SETTINGS\Dia1.JPG) -- ![Banner Image](..\Presentations\SETTINGS\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- The documentation of the SETTINGS class can be found further in this document. -- The documentation of the SETTINGS class can be found further in this document.
-- --

View File

@ -2,43 +2,27 @@
-- --
-- ![Banner Image](..\Presentations\SPAWN\SPAWN.JPG) -- ![Banner Image](..\Presentations\SPAWN\SPAWN.JPG)
-- --
-- ==== -- ===
-- --
-- The documentation of the SPAWN class can be found further in this document. -- The documentation of the SPAWN class can be found further in this document.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/SPA%20-%20Spawning)
--
-- ### [SPAWN Demo Missions source code](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/SPA%20-%20Spawning)
--
-- ### [SPAWN Demo Missions, only for beta testers](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master/SPA%20-%20Spawning)
--
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
--
-- ====
--
-- # YouTube Channel
--
-- ### [SPAWN YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl1jirWIo4t4YxqN-HxjqRkL)
-- --
-- === -- ===
-- --
-- # **AUTHORS and CONTRIBUTIONS** -- ### [YouTube Playlist](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl1jirWIo4t4YxqN-HxjqRkL)
-- --
-- ### Contributions: -- ===
-- --
-- * **Aaron**: Posed the idea for Group position randomization at SpawnInZone and make the Unit randomization separate from the Group randomization. -- ### Author: **FlightControl**
-- * [**Entropy**](https://forums.eagle.ru/member.php?u=111471), **Afinegan**: Came up with the requirement for AIOnOff(). -- ### Contributions: A lot of people within this community!
-- --
-- ### Authors: -- ===
--
-- * **FlightControl**: Design & Programming
-- --
-- @module Spawn -- @module Spawn
----BASE:TraceClass("SPAWN")
--- SPAWN Class --- SPAWN Class
-- @type SPAWN -- @type SPAWN

View File

@ -2,11 +2,11 @@
-- --
-- ![Banner Image](..\Presentations\SPAWNSTATIC\Dia1.JPG) -- ![Banner Image](..\Presentations\SPAWNSTATIC\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- SPAWNSTATIC spawns static structures in your missions dynamically. See below the SPAWNSTATIC class documentation. -- SPAWNSTATIC spawns static structures in your missions dynamically. See below the SPAWNSTATIC class documentation.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
@ -16,18 +16,18 @@
-- --
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
-- ### [SPAWNSTATIC YouTube Channel]() -- ### [SPAWNSTATIC YouTube Channel]()
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module SpawnStatic -- @module SpawnStatic

View File

@ -2,7 +2,7 @@
-- --
-- ![Banner Image](..\Presentations\SPOT\Dia1.JPG) -- ![Banner Image](..\Presentations\SPOT\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- SPOT implements the DCS Spot class functionality, but adds additional luxury to be able to: -- SPOT implements the DCS Spot class functionality, but adds additional luxury to be able to:
-- --
@ -11,7 +11,7 @@
-- * Provide a @{Unit} as a target, instead of a point. -- * Provide a @{Unit} as a target, instead of a point.
-- * Implement a status machine, LaseOn, LaseOff. -- * Implement a status machine, LaseOn, LaseOff.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
@ -21,22 +21,22 @@
-- --
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
-- ### [SPOT YouTube Channel]() -- ### [SPOT YouTube Channel]()
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- * [**Ciribob**](https://forums.eagle.ru/member.php?u=112175): Showing the way how to lase targets + how laser codes work!!! Explained the autolase script. -- * [**Ciribob**](https://forums.eagle.ru/member.php?u=112175): Showing the way how to lase targets + how laser codes work!!! Explained the autolase script.
-- * [**EasyEB**](https://forums.eagle.ru/member.php?u=112055): Ideas and Beta Testing -- * [**EasyEB**](https://forums.eagle.ru/member.php?u=112055): Ideas and Beta Testing
-- * [**Wingthor**](https://forums.eagle.ru/member.php?u=123698): Beta Testing -- * [**Wingthor**](https://forums.eagle.ru/member.php?u=123698): Beta Testing
-- --
-- ==== -- ===
-- --
-- @module Spot -- @module Spot

View File

@ -1,14 +1,14 @@
--- **Core (WIP)** -- Manage user flags. --- **Core (WIP)** -- Manage user flags.
-- --
-- ==== -- ===
-- --
-- Management of DCS User Flags. -- Management of DCS User Flags.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ==== -- ===
-- --
-- @module UserFlag -- @module UserFlag

View File

@ -1,14 +1,14 @@
--- **Core (WIP)** -- Manage user sound. --- **Core (WIP)** -- Manage user sound.
-- --
-- ==== -- ===
-- --
-- Management of DCS User Sound. -- Management of DCS User Sound.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ==== -- ===
-- --
-- @module UserSound -- @module UserSound

View File

@ -2,10 +2,10 @@
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Velocity -- @module Velocity

View File

@ -2,7 +2,7 @@
-- --
-- ![Banner Image](..\Presentations\ZONE\Dia1.JPG) -- ![Banner Image](..\Presentations\ZONE\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- There are essentially two core functions that zones accomodate: -- There are essentially two core functions that zones accomodate:
-- --
@ -27,12 +27,12 @@
-- * @{#ZONE_GROUP}: The ZONE_GROUP class defines by a zone around a @{Group#GROUP} with a radius. -- * @{#ZONE_GROUP}: The ZONE_GROUP class defines by a zone around a @{Group#GROUP} with a radius.
-- * @{#ZONE_POLYGON}: The ZONE_POLYGON class defines by a sequence of @{Group#GROUP} waypoints within the Mission Editor, forming a polygon. -- * @{#ZONE_POLYGON}: The ZONE_POLYGON class defines by a sequence of @{Group#GROUP} waypoints within the Mission Editor, forming a polygon.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Zone -- @module Zone

View File

@ -2,10 +2,10 @@
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module CleanUp -- @module CleanUp

View File

@ -9,7 +9,7 @@
-- --
-- Find the DETECTION classes documentation further in this document in the globals section. -- Find the DETECTION classes documentation further in this document in the globals section.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
@ -19,13 +19,13 @@
-- --
-- ### [ALL Demo Missions pack of the Latest Release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the Latest Release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
-- ### [DETECTION YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl3Cf5jpI6BS0sBOVWK__tji) -- ### [DETECTION YouTube Channel](https://www.youtube.com/playlist?list=PL7ZUrU4zZUl3Cf5jpI6BS0sBOVWK__tji)
-- --
-- ==== -- ===
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -1,9 +1,9 @@
--- **Functional** -- Taking the lead of AI escorting your flight. --- **Functional** -- Taking the lead of AI escorting your flight.
-- --
-- ==== -- ===
-- --
-- @{#ESCORT} class -- @{#ESCORT} class
-- ================ -- ===
-- The @{#ESCORT} class allows you to interact with escorting AI on your flight and take the lead. -- The @{#ESCORT} class allows you to interact with escorting AI on your flight and take the lead.
-- Each escorting group can be commanded with a whole set of radio commands (radio menu in your flight, and then F10). -- Each escorting group can be commanded with a whole set of radio commands (radio menu in your flight, and then F10).
-- --
@ -11,7 +11,7 @@
-- Ships and Ground troops will have a more limited set, but they can provide support through the bombing of targets designated by the other escorts. -- Ships and Ground troops will have a more limited set, but they can provide support through the bombing of targets designated by the other escorts.
-- --
-- RADIO MENUs that can be created: -- RADIO MENUs that can be created:
-- ================================ -- ===
-- Find a summary below of the current available commands: -- Find a summary below of the current available commands:
-- --
-- Navigation ...: -- Navigation ...:
@ -79,13 +79,13 @@
-- Note that this is really fantastic, as you now have the dynamic of taking control of the escort groups, and allowing them to resume their path or mission. -- Note that this is really fantastic, as you now have the dynamic of taking control of the escort groups, and allowing them to resume their path or mission.
-- --
-- ESCORT construction methods. -- ESCORT construction methods.
-- ============================ -- ===
-- Create a new SPAWN object with the @{#ESCORT.New} method: -- Create a new SPAWN object with the @{#ESCORT.New} method:
-- --
-- * @{#ESCORT.New}: Creates a new ESCORT object from a @{Group#GROUP} for a @{Client#CLIENT}, with an optional briefing text. -- * @{#ESCORT.New}: Creates a new ESCORT object from a @{Group#GROUP} for a @{Client#CLIENT}, with an optional briefing text.
-- --
-- ESCORT initialization methods. -- ESCORT initialization methods.
-- ============================== -- ===
-- The following menus are created within the RADIO MENU (F10) of an active unit hosted by a player: -- The following menus are created within the RADIO MENU (F10) of an active unit hosted by a player:
-- --
-- * @{#ESCORT.MenuFollowAt}: Creates a menu to make the escort follow the client. -- * @{#ESCORT.MenuFollowAt}: Creates a menu to make the escort follow the client.

View File

@ -3,7 +3,7 @@
-- === -- ===
-- --
-- 1) @{MissileTrainer#MISSILETRAINER} class, extends @{Base#BASE} -- 1) @{MissileTrainer#MISSILETRAINER} class, extends @{Base#BASE}
-- =============================================================== -- ===
-- The @{#MISSILETRAINER} class uses the DCS world messaging system to be alerted of any missiles fired, and when a missile would hit your aircraft, -- The @{#MISSILETRAINER} class uses the DCS world messaging system to be alerted of any missiles fired, and when a missile would hit your aircraft,
-- the class will destroy the missile within a certain range, to avoid damage to your aircraft. -- the class will destroy the missile within a certain range, to avoid damage to your aircraft.
-- It suports the following functionality: -- It suports the following functionality:
@ -71,7 +71,7 @@
-- === -- ===
-- --
-- CREDITS -- CREDITS
-- ======= -- ===
-- **Stuka (Danny)** Who you can search on the Eagle Dynamics Forums. -- **Stuka (Danny)** Who you can search on the Eagle Dynamics Forums.
-- Working together with Danny has resulted in the MISSILETRAINER class. -- Working together with Danny has resulted in the MISSILETRAINER class.
-- Danny has shared his ideas and together we made a design. -- Danny has shared his ideas and together we made a design.

View File

@ -1,6 +1,6 @@
--- **Functional** -- Limit the MOVEMENT of simulaneous moving ground vehicles. --- **Functional** -- Limit the MOVEMENT of simulaneous moving ground vehicles.
-- --
-- ==== -- ===
-- --
-- Limit the simultaneous movement of Groups within a running Mission. -- Limit the simultaneous movement of Groups within a running Mission.
-- This module is defined to improve the performance in missions, and to bring additional realism for GROUND vehicles. -- This module is defined to improve the performance in missions, and to bring additional realism for GROUND vehicles.

View File

@ -2,10 +2,10 @@
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- ### Contributions: **MillerTime** -- ### Contributions: **MillerTime**
-- --
-- ==== -- ===
-- --
-- @module Protect -- @module Protect

View File

@ -1,9 +1,11 @@
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--- **Functional** - Create random airtraffic in your missions. --- **Functional** - (R2.2) - Create random airtraffic in your missions.
-- --
-- ===
--
-- ![Banner Image](..\Presentations\RAT\RAT.png) -- ![Banner Image](..\Presentations\RAT\RAT.png)
-- --
-- ==== -- ===
-- --
-- The aim of the RAT class is to fill the empty DCS world with randomized air traffic and bring more life to your airports. -- The aim of the RAT class is to fill the empty DCS world with randomized air traffic and bring more life to your airports.
-- --
@ -36,14 +38,14 @@
-- --
-- More of the documentation include some simple examples can be found further down this page. -- More of the documentation include some simple examples can be found further down this page.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
-- ### [RAT Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/Release/RAT%20-%20Random%20Air%20Traffic) -- ### [RAT Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/Release/RAT%20-%20Random%20Air%20Traffic)
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
@ -56,7 +58,7 @@
-- --
-- ### Contributions: **Sven van de Velde ([FlightControl](https://forums.eagle.ru/member.php?u=89536))** -- ### Contributions: **Sven van de Velde ([FlightControl](https://forums.eagle.ru/member.php?u=89536))**
-- --
-- ==== -- ===
-- @module Rat -- @module Rat
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

View File

@ -1,9 +1,11 @@
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--- **Functional** - Range Practice. --- **Functional** - (R2.3) - Range Practice.
-- --
-- ===
--
-- ![Banner Image](..\Presentations\RANGE\RANGE_Main.png) -- ![Banner Image](..\Presentations\RANGE\RANGE_Main.png)
-- --
-- ==== -- ===
-- --
-- The RANGE class enables easy set up of bombing and strafing ranges within DCS World. -- The RANGE class enables easy set up of bombing and strafing ranges within DCS World.
-- --
@ -24,13 +26,13 @@
-- --
-- More information and examples can be found below. -- More information and examples can be found below.
-- --
-- ==== -- ===
-- --
-- # Demo Missions -- # Demo Missions
-- --
-- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases) -- ### [ALL Demo Missions pack of the last release](https://github.com/FlightControl-Master/MOOSE_MISSIONS/releases)
-- --
-- ==== -- ===
-- --
-- # YouTube Channel -- # YouTube Channel
-- --
@ -42,7 +44,7 @@
-- --
-- ### Contributions: [FlightControl](https://forums.eagle.ru/member.php?u=89536), [Ciribob](https://forums.eagle.ru/member.php?u=112175) -- ### Contributions: [FlightControl](https://forums.eagle.ru/member.php?u=89536), [Ciribob](https://forums.eagle.ru/member.php?u=112175)
-- --
-- ==== -- ===
-- @module Range -- @module Range
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

View File

@ -1,5 +1,6 @@
--- **Functional** -- **Administer the SCORING of player achievements, --- **Functional** -- (R2.0) - Administer the scoring of player achievements, and create a CSV file logging the scoring events for use at team or squadron websites.
-- and create a CSV file logging the scoring events for use at team or squadron websites.** --
-- ===
-- --
-- ![Banner Image](..\Presentations\SCORING\Dia1.JPG) -- ![Banner Image](..\Presentations\SCORING\Dia1.JPG)
-- --
@ -178,7 +179,7 @@
-- * @{#SCORING.SetMessagesToCoalition}(): Configure to send messages to only those players within the same coalition as the player. -- * @{#SCORING.SetMessagesToCoalition}(): Configure to send messages to only those players within the same coalition as the player.
-- --
-- --
-- ==== -- ===
-- --
-- # **API CHANGE HISTORY** -- # **API CHANGE HISTORY**
-- --

View File

@ -1,6 +1,6 @@
--- **Functional** -- Provides defensive behaviour to a set of SAM sites within a running Mission. --- **Functional** -- Provides defensive behaviour to a set of SAM sites within a running Mission.
-- --
-- ==== -- ===
-- --
-- @module Sead -- @module Sead

View File

@ -1,15 +1,25 @@
--- **Functional** -- (WIP R2.3) Models the process to capture a Zone for a Coalition, which is guarded by another Coalition. --- **Functional** -- (R2.3) Models the process to zone guarding and capturing.
-- --
-- ==== -- ===
-- --
-- ![Banner Image](..\Presentations\ZONE_CAPTURE_COALITION\Dia1.JPG) -- ![Banner Image](..\Presentations\ZONE_CAPTURE_COALITION\Dia1.JPG)
-- --
-- === -- ===
-- --
-- ### Contributions: **Millertime**: Concept -- ### [Demo Missions](https://github.com/FlightControl-Master/MOOSE_MISSIONS/tree/master-release/CAZ%20-%20Capture Zones)
-- ### Author: **Sven Van de Velde (FlightControl)**
-- --
-- ==== -- - CAZ-000 - Capture Zone: Demonstrates the basic concept of capturing a zone.
--
-- ===
--
-- ### [YouTube Playlist](https://www.youtube.com/watch?v=0m6K6Yxa-os&list=PL7ZUrU4zZUl0qqJsfa8DPvZWDY-OyDumE)
--
-- ===
--
-- ### Author: **FlightControl**
-- ### Contributions: **Millertime** - Concept
--
-- ===
-- --
-- @module ZoneCaptureCoalition -- @module ZoneCaptureCoalition

View File

@ -1,15 +1,15 @@
--- **Functional (WIP)** -- Base class that models processes to achieve goals involving a Zone. --- **Functional (WIP)** -- Base class that models processes to achieve goals involving a Zone.
-- --
-- ==== -- ===
-- --
-- ZONE_GOAL models processes that have a Goal with a defined achievement involving a Zone. -- ZONE_GOAL models processes that have a Goal with a defined achievement involving a Zone.
-- Derived classes implement the ways how the achievements can be realized. -- Derived classes implement the ways how the achievements can be realized.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ==== -- ===
-- --
-- @module ZoneGoal -- @module ZoneGoal

View File

@ -1,15 +1,15 @@
--- **Functional (WIP)** -- Base class that models processes to achieve goals involving a Zone and Cargo. --- **Functional (WIP)** -- Base class that models processes to achieve goals involving a Zone and Cargo.
-- --
-- ==== -- ===
-- --
-- ZONE_GOAL_CARGO models processes that have a Goal with a defined achievement involving a Zone and Cargo. -- ZONE_GOAL_CARGO models processes that have a Goal with a defined achievement involving a Zone and Cargo.
-- Derived classes implement the ways how the achievements can be realized. -- Derived classes implement the ways how the achievements can be realized.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ==== -- ===
-- --
-- @module ZoneGoalCargo -- @module ZoneGoalCargo

View File

@ -1,15 +1,15 @@
--- **Functional (WIP)** -- Base class that models processes to achieve goals involving a Zone for a Coalition. --- **Functional (WIP)** -- Base class that models processes to achieve goals involving a Zone for a Coalition.
-- --
-- ==== -- ===
-- --
-- ZONE_GOAL_COALITION models processes that have a Goal with a defined achievement involving a Zone for a Coalition. -- ZONE_GOAL_COALITION models processes that have a Goal with a defined achievement involving a Zone for a Coalition.
-- Derived classes implement the ways how the achievements can be realized. -- Derived classes implement the ways how the achievements can be realized.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ==== -- ===
-- --
-- @module ZoneGoalCoalition -- @module ZoneGoalCoalition

View File

@ -3,11 +3,11 @@
-- --
-- === -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module CommandCenter -- @module CommandCenter

View File

@ -3,7 +3,7 @@
-- === -- ===
-- --
-- 1) @{DetectionManager#DETECTION_MANAGER} class, extends @{Fsm#FSM} -- 1) @{DetectionManager#DETECTION_MANAGER} class, extends @{Fsm#FSM}
-- ==================================================================== -- ===
-- The @{DetectionManager#DETECTION_MANAGER} class defines the core functions to report detected objects to groups. -- The @{DetectionManager#DETECTION_MANAGER} class defines the core functions to report detected objects to groups.
-- Reportings can be done in several manners, and it is up to the derived classes if DETECTION_MANAGER to model the reporting behaviour. -- Reportings can be done in several manners, and it is up to the derived classes if DETECTION_MANAGER to model the reporting behaviour.
-- --
@ -27,7 +27,7 @@
-- === -- ===
-- --
-- 2) @{DetectionManager#DETECTION_REPORTING} class, extends @{DetectionManager#DETECTION_MANAGER} -- 2) @{DetectionManager#DETECTION_REPORTING} class, extends @{DetectionManager#DETECTION_MANAGER}
-- ========================================================================================= -- ===
-- The @{DetectionManager#DETECTION_REPORTING} class implements detected units reporting. Reporting can be controlled using the reporting methods available in the @{DetectionManager#DETECTION_MANAGER} class. -- The @{DetectionManager#DETECTION_REPORTING} class implements detected units reporting. Reporting can be controlled using the reporting methods available in the @{DetectionManager#DETECTION_MANAGER} class.
-- --
-- 2.1) DETECTION_REPORTING constructor: -- 2.1) DETECTION_REPORTING constructor:

View File

@ -1,8 +1,8 @@
--- **Tasking** -- A MISSION is the main owner of a Mission orchestration within MOOSE. --- **Tasking** -- A MISSION is the main owner of a Mission orchestration within MOOSE.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -1,12 +1,12 @@
--- **Tasking** -- This module contains the TASK class, the main engine to run human taskings. --- **Tasking** -- This module contains the TASK class, the main engine to run human taskings.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Task -- @module Task

View File

@ -1,12 +1,12 @@
--- **Tasking** -- Controls the information of a Task. --- **Tasking** -- Controls the information of a Task.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module TaskInfo -- @module TaskInfo

View File

@ -1,12 +1,12 @@
--- **Tasking** - The TASK_Protect models tasks for players to protect or capture specific zones. --- **Tasking** - The TASK_Protect models tasks for players to protect or capture specific zones.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: MillerTime -- ### Contributions: MillerTime
-- --
-- ==== -- ===
-- --
-- @module TaskZoneCapture -- @module TaskZoneCapture

View File

@ -1,12 +1,12 @@
--- **Tasking** - The TASK_A2A models tasks for players in Air to Air engagements. --- **Tasking** - The TASK_A2A models tasks for players in Air to Air engagements.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Task_A2A -- @module Task_A2A

View File

@ -2,13 +2,13 @@
-- --
-- The @{#TASK_A2A_DISPATCHER} classes implement the dynamic dispatching of tasks upon groups of detected units determined a @{Set} of EWR installation groups. -- The @{#TASK_A2A_DISPATCHER} classes implement the dynamic dispatching of tasks upon groups of detected units determined a @{Set} of EWR installation groups.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Task_A2A_Dispatcher -- @module Task_A2A_Dispatcher

View File

@ -1,12 +1,12 @@
--- **Tasking** - The TASK_A2G models tasks for players in Air to Ground engagements. --- **Tasking** - The TASK_A2G models tasks for players in Air to Ground engagements.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Task_A2G -- @module Task_A2G

View File

@ -1,12 +1,12 @@
--- **Tasking** - The TASK\_A2G\_DISPATCHER dispatches A2G Tasks to Players based on enemy location detection. --- **Tasking** - The TASK\_A2G\_DISPATCHER dispatches A2G Tasks to Players based on enemy location detection.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Task_A2G_Dispatcher -- @module Task_A2G_Dispatcher

View File

@ -2,7 +2,7 @@
-- --
-- ![Banner Image](..\Presentations\TASK_CARGO\Dia1.JPG) -- ![Banner Image](..\Presentations\TASK_CARGO\Dia1.JPG)
-- --
-- ==== -- ===
-- --
-- The Moose framework provides various CARGO classes that allow DCS phisical or logical objects to be transported or sling loaded by Carriers. -- The Moose framework provides various CARGO classes that allow DCS phisical or logical objects to be transported or sling loaded by Carriers.
-- The CARGO_ classes, as part of the moose core, are able to Board, Load, UnBoard and UnLoad cargo between Carrier units. -- The CARGO_ classes, as part of the moose core, are able to Board, Load, UnBoard and UnLoad cargo between Carrier units.
@ -14,13 +14,13 @@
-- --
-- * @{#TASK_CARGO_TRANSPORT}: Defines a task for a human player to transport a set of cargo between various zones. -- * @{#TASK_CARGO_TRANSPORT}: Defines a task for a human player to transport a set of cargo between various zones.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Task_Cargo -- @module Task_Cargo

View File

@ -1,7 +1,7 @@
--- This module contains the TASK_PICKUP classes. --- This module contains the TASK_PICKUP classes.
-- --
-- 1) @{#TASK_PICKUP} class, extends @{Task#TASK} -- 1) @{#TASK_PICKUP} class, extends @{Task#TASK}
-- =================================================== -- ===
-- The @{#TASK_PICKUP} class defines a pickup task of a @{Set} of @{CARGO} objects defined within the mission. -- The @{#TASK_PICKUP} class defines a pickup task of a @{Set} of @{CARGO} objects defined within the mission.
-- based on the tasking capabilities defined in @{Task#TASK}. -- based on the tasking capabilities defined in @{Task#TASK}.
-- The TASK_PICKUP is implemented using a @{Statemachine#FSM_TASK}, and has the following statuses: -- The TASK_PICKUP is implemented using a @{Statemachine#FSM_TASK}, and has the following statuses:

View File

@ -1,8 +1,8 @@
--- **Wrapper** -- AIRBASE is a wrapper class to handle the DCS Airbase objects. --- **Wrapper** -- AIRBASE is a wrapper class to handle the DCS Airbase objects.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -1,8 +1,8 @@
--- **Wrapper** -- CLIENT wraps DCS Unit objects acting as a __Client__ or __Player__ within a mission. --- **Wrapper** -- CLIENT wraps DCS Unit objects acting as a __Client__ or __Player__ within a mission.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -1,8 +1,8 @@
--- **Wrapper** -- CONTROLLABLE is an intermediate class wrapping Group and Unit classes "controllers". --- **Wrapper** -- CONTROLLABLE is an intermediate class wrapping Group and Unit classes "controllers".
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -13,15 +13,15 @@
-- --
-- See the detailed documentation on the GROUP class. -- See the detailed documentation on the GROUP class.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- * [**Entropy**](https://forums.eagle.ru/member.php?u=111471), **Afinegan**: Came up with the requirement for AIOnOff(). -- * [**Entropy**](https://forums.eagle.ru/member.php?u=111471), **Afinegan**: Came up with the requirement for AIOnOff().
-- --
-- ==== -- ===
-- --
-- @module Group -- @module Group

View File

@ -1,12 +1,12 @@
--- **Wrapper** -- IDENTIFIABLE is an intermediate class wrapping DCS Object class derived Objects. --- **Wrapper** -- IDENTIFIABLE is an intermediate class wrapping DCS Object class derived Objects.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Identifiable -- @module Identifiable

View File

@ -1,8 +1,8 @@
--- **Wrapper** -- OBJECT wraps the DCS Object derived objects. --- **Wrapper** -- OBJECT wraps the DCS Object derived objects.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --

View File

@ -1,12 +1,12 @@
--- **Wrapper** -- POSITIONABLE wraps DCS classes that are "positionable". --- **Wrapper** -- POSITIONABLE wraps DCS classes that are "positionable".
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Positionable -- @module Positionable

View File

@ -1,12 +1,12 @@
--- **Wrapper** -- SCENERY models scenery within the DCS simulator. --- **Wrapper** -- SCENERY models scenery within the DCS simulator.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Scenery -- @module Scenery

View File

@ -1,12 +1,12 @@
--- **Wrapper** -- STATIC wraps the DCS StaticObject class. --- **Wrapper** -- STATIC wraps the DCS StaticObject class.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Static -- @module Static

View File

@ -9,13 +9,13 @@
-- * Handle local Unit Controller. -- * Handle local Unit Controller.
-- * Manage the "state" of the DCS Unit. -- * Manage the "state" of the DCS Unit.
-- --
-- ==== -- ===
-- --
-- ### Author: **Sven Van de Velde (FlightControl)** -- ### Author: **FlightControl**
-- --
-- ### Contributions: -- ### Contributions:
-- --
-- ==== -- ===
-- --
-- @module Unit -- @module Unit