From e53303b71ab0fdafc825b62a192f9625118399e6 Mon Sep 17 00:00:00 2001
From: FlightControl
Date: Thu, 20 Apr 2017 18:06:27 +0200
Subject: [PATCH] regenerate documentation
---
docs/Documentation/AI_Balancer.html | 1 +
docs/Documentation/AI_Cap.html | 1 +
docs/Documentation/AI_Cas.html | 1 +
docs/Documentation/AI_Designate.html | 626 ++++++++++++++++++++
docs/Documentation/AI_Patrol.html | 1 +
docs/Documentation/Account.html | 1 +
docs/Documentation/Airbase.html | 1 +
docs/Documentation/AirbasePolice.html | 1 +
docs/Documentation/Assign.html | 1 +
docs/Documentation/Base.html | 1 +
docs/Documentation/Cargo.html | 1 +
docs/Documentation/CleanUp.html | 1 +
docs/Documentation/Client.html | 1 +
docs/Documentation/CommandCenter.html | 1 +
docs/Documentation/Controllable.html | 1 +
docs/Documentation/DCSAirbase.html | 1 +
docs/Documentation/DCSCoalitionObject.html | 1 +
docs/Documentation/DCSCommand.html | 1 +
docs/Documentation/DCSController.html | 1 +
docs/Documentation/DCSGroup.html | 1 +
docs/Documentation/DCSObject.html | 1 +
docs/Documentation/DCSTask.html | 1 +
docs/Documentation/DCSTypes.html | 1 +
docs/Documentation/DCSUnit.html | 1 +
docs/Documentation/DCSVec3.html | 1 +
docs/Documentation/DCSWorld.html | 1 +
docs/Documentation/DCSZone.html | 1 +
docs/Documentation/DCScountry.html | 1 +
docs/Documentation/DCStimer.html | 1 +
docs/Documentation/DCStrigger.html | 1 +
docs/Documentation/Database.html | 1 +
docs/Documentation/Detection.html | 1 +
docs/Documentation/DetectionManager.html | 1 +
docs/Documentation/Escort.html | 1 +
docs/Documentation/Event.html | 1 +
docs/Documentation/Fsm.html | 4 +-
docs/Documentation/Group.html | 1 +
docs/Documentation/Identifiable.html | 1 +
docs/Documentation/Menu.html | 1 +
docs/Documentation/Message.html | 1 +
docs/Documentation/MissileTrainer.html | 1 +
docs/Documentation/Mission.html | 1 +
docs/Documentation/Movement.html | 1 +
docs/Documentation/Object.html | 1 +
docs/Documentation/Point.html | 1 +
docs/Documentation/Positionable.html | 27 +-
docs/Documentation/Process_JTAC.html | 1 +
docs/Documentation/Process_Pickup.html | 1 +
docs/Documentation/Radio.html | 1 +
docs/Documentation/Route.html | 1 +
docs/Documentation/Scenery.html | 1 +
docs/Documentation/ScheduleDispatcher.html | 1 +
docs/Documentation/Scheduler.html | 1 +
docs/Documentation/Scoring.html | 1 +
docs/Documentation/Sead.html | 1 +
docs/Documentation/Set.html | 1 +
docs/Documentation/Smoke.html | 1 +
docs/Documentation/Spawn.html | 13 +-
docs/Documentation/SpawnStatic.html | 1 +
docs/Documentation/Spot.html | 21 +
docs/Documentation/Static.html | 1 +
docs/Documentation/StaticObject.html | 1 +
docs/Documentation/Task.html | 1 +
docs/Documentation/Task_A2G.html | 1 +
docs/Documentation/Task_A2G_Dispatcher.html | 1 +
docs/Documentation/Task_Cargo.html | 1 +
docs/Documentation/Task_PICKUP.html | 1 +
docs/Documentation/Unit.html | 1 +
docs/Documentation/Utils.html | 1 +
docs/Documentation/Zone.html | 1 +
docs/Documentation/env.html | 1 +
docs/Documentation/index.html | 7 +
docs/Documentation/land.html | 1 +
docs/Documentation/routines.html | 1 +
74 files changed, 754 insertions(+), 12 deletions(-)
diff --git a/docs/Documentation/AI_Balancer.html b/docs/Documentation/AI_Balancer.html
index 5fa4419fa..d17c8e59a 100644
--- a/docs/Documentation/AI_Balancer.html
+++ b/docs/Documentation/AI_Balancer.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/AI_Cap.html b/docs/Documentation/AI_Cap.html
index 35b84c019..9a258b212 100644
--- a/docs/Documentation/AI_Cap.html
+++ b/docs/Documentation/AI_Cap.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/AI_Cas.html b/docs/Documentation/AI_Cas.html
index 7c46b6a45..277ff5e1c 100644
--- a/docs/Documentation/AI_Cas.html
+++ b/docs/Documentation/AI_Cas.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/AI_Designate.html b/docs/Documentation/AI_Designate.html
index 1815698ac..b551f163f 100644
--- a/docs/Documentation/AI_Designate.html
+++ b/docs/Documentation/AI_Designate.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
@@ -120,6 +121,12 @@ each detected set of potential targets can be lased or smoked...
+ | AI_DESIGNATE:Detect() |
+
+ Detect Trigger for AI_DESIGNATE
+ |
+
+
| AI_DESIGNATE.Detection |
@@ -129,6 +136,18 @@ each detected set of potential targets can be lased or smoked...
| AI_DESIGNATE.GroupSet |
+ |
+
+
+ | AI_DESIGNATE:LaseOff() |
+
+ LaseOff Trigger for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:LaseOn() |
+
+ LaseOn Trigger for AI_DESIGNATE
|
@@ -159,6 +178,66 @@ each detected set of potential targets can be lased or smoked...
| AI_DESIGNATE:New(Detection, GroupSet) |
AI_DESIGNATE Constructor.
+ |
+
+
+ | AI_DESIGNATE:OnAfterDetect(From, Event, To) |
+
+ Detect Handler OnAfter for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnAfterLaseOff(From, Event, To) |
+
+ LaseOff Handler OnAfter for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnAfterLaseOn(From, Event, To) |
+
+ LaseOn Handler OnAfter for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnAfterSmoke(From, Event, To) |
+
+ Smoke Handler OnAfter for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnAfterStatus(From, Event, To) |
+
+ Status Handler OnAfter for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnBeforeDetect(From, Event, To) |
+
+ Detect Handler OnBefore for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnBeforeLaseOff(From, Event, To) |
+
+ LaseOff Handler OnBefore for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnBeforeLaseOn(From, Event, To) |
+
+ LaseOn Handler OnBefore for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnBeforeSmoke(From, Event, To) |
+
+ Smoke Handler OnBefore for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:OnBeforeStatus(From, Event, To) |
+
+ Status Handler OnBefore for AI_DESIGNATE
|
@@ -183,12 +262,54 @@ each detected set of potential targets can be lased or smoked...
| AI_DESIGNATE:SetLaserCodes(<, LaserCodes) |
Set an array of possible laser codes.
+ |
+
+
+ | AI_DESIGNATE:Smoke() |
+
+ Smoke Trigger for AI_DESIGNATE
|
| AI_DESIGNATE.Spots |
+ |
+
+
+ | AI_DESIGNATE:Status() |
+
+ Status Trigger for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:__Detect(Delay) |
+
+ Detect Asynchronous Trigger for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:__LaseOff(Delay) |
+
+ LaseOff Asynchronous Trigger for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:__LaseOn(Delay) |
+
+ LaseOn Asynchronous Trigger for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:__Smoke(Delay) |
+
+ Smoke Asynchronous Trigger for AI_DESIGNATE
+ |
+
+
+ | AI_DESIGNATE:__Status(Delay) |
+
+ Status Asynchronous Trigger for AI_DESIGNATE
|
@@ -316,6 +437,19 @@ One laser code can be given or an sequence of laser codes through an table...
+
+AI_DESIGNATE:Detect()
+
+
+
+
+Detect Trigger for AI_DESIGNATE
+
+
+
+
+-
+
AI_DESIGNATE.Detection
@@ -339,6 +473,32 @@ One laser code can be given or an sequence of laser codes through an table...
+
+
+-
+
+
+AI_DESIGNATE:LaseOff()
+
+
+-
+
+
LaseOff Trigger for AI_DESIGNATE
+
+
+
+
+-
+
+
+AI_DESIGNATE:LaseOn()
+
+
+-
+
+
LaseOn Trigger for AI_DESIGNATE
+
@@ -475,6 +635,341 @@ The set of groups to designate for.
#AI_DESIGNATE:
+
+
+
+-
+
+
+AI_DESIGNATE:OnAfterDetect(From, Event, To)
+
+
+-
+
+
Detect Handler OnAfter for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnAfterLaseOff(From, Event, To)
+
+
+-
+
+
LaseOff Handler OnAfter for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnAfterLaseOn(From, Event, To)
+
+
+-
+
+
LaseOn Handler OnAfter for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnAfterSmoke(From, Event, To)
+
+
+-
+
+
Smoke Handler OnAfter for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnAfterStatus(From, Event, To)
+
+
+-
+
+
Status Handler OnAfter for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnBeforeDetect(From, Event, To)
+
+
+-
+
+
Detect Handler OnBefore for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+ Return value
+
+#boolean:
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnBeforeLaseOff(From, Event, To)
+
+
+-
+
+
LaseOff Handler OnBefore for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+ Return value
+
+#boolean:
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnBeforeLaseOn(From, Event, To)
+
+
+-
+
+
LaseOn Handler OnBefore for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+ Return value
+
+#boolean:
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnBeforeSmoke(From, Event, To)
+
+
+-
+
+
Smoke Handler OnBefore for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+ Return value
+
+#boolean:
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:OnBeforeStatus(From, Event, To)
+
+
+-
+
+
Status Handler OnBefore for AI_DESIGNATE
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+ Return value
+
+#boolean:
+
+
@@ -560,6 +1055,19 @@ number> LaserCodes
#AI_DESIGNATE:
+
+
+
+-
+
+
+AI_DESIGNATE:Smoke()
+
+
+-
+
+
Smoke Trigger for AI_DESIGNATE
+
@@ -574,6 +1082,124 @@ number> LaserCodes
+
+
+
+-
+
+
+AI_DESIGNATE:Status()
+
+
+-
+
+
Status Trigger for AI_DESIGNATE
+
+
+
+
+-
+
+
+AI_DESIGNATE:__Detect(Delay)
+
+
+-
+
+
Detect Asynchronous Trigger for AI_DESIGNATE
+
+ Parameter
+
+ -
+
+
#number Delay :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:__LaseOff(Delay)
+
+
+-
+
+
LaseOff Asynchronous Trigger for AI_DESIGNATE
+
+ Parameter
+
+ -
+
+
#number Delay :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:__LaseOn(Delay)
+
+
+-
+
+
LaseOn Asynchronous Trigger for AI_DESIGNATE
+
+ Parameter
+
+ -
+
+
#number Delay :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:__Smoke(Delay)
+
+
+-
+
+
Smoke Asynchronous Trigger for AI_DESIGNATE
+
+ Parameter
+
+ -
+
+
#number Delay :
+
+
+
+
+
+
+-
+
+
+AI_DESIGNATE:__Status(Delay)
+
+
+-
+
+
Status Asynchronous Trigger for AI_DESIGNATE
+
+ Parameter
+
+ -
+
+
#number Delay :
+
+
+
diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html
index f253cbe2e..3f3376551 100644
--- a/docs/Documentation/AI_Patrol.html
+++ b/docs/Documentation/AI_Patrol.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Account.html b/docs/Documentation/Account.html
index 3387edef3..3f83cf7ca 100644
--- a/docs/Documentation/Account.html
+++ b/docs/Documentation/Account.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Airbase.html b/docs/Documentation/Airbase.html
index 630e0918b..406aef9d1 100644
--- a/docs/Documentation/Airbase.html
+++ b/docs/Documentation/Airbase.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/AirbasePolice.html b/docs/Documentation/AirbasePolice.html
index 3d3b3ceeb..8f5a5788d 100644
--- a/docs/Documentation/AirbasePolice.html
+++ b/docs/Documentation/AirbasePolice.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Assign.html b/docs/Documentation/Assign.html
index 0579f26f6..7f0d5c263 100644
--- a/docs/Documentation/Assign.html
+++ b/docs/Documentation/Assign.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Base.html b/docs/Documentation/Base.html
index dcf9e813a..30a860472 100644
--- a/docs/Documentation/Base.html
+++ b/docs/Documentation/Base.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html
index ef9c1c937..2b21da531 100644
--- a/docs/Documentation/Cargo.html
+++ b/docs/Documentation/Cargo.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/CleanUp.html b/docs/Documentation/CleanUp.html
index 01aae3068..6bceadbdd 100644
--- a/docs/Documentation/CleanUp.html
+++ b/docs/Documentation/CleanUp.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Client.html b/docs/Documentation/Client.html
index 9635a22a1..a16ba5843 100644
--- a/docs/Documentation/Client.html
+++ b/docs/Documentation/Client.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/CommandCenter.html b/docs/Documentation/CommandCenter.html
index a0e8a7ae3..92d92cdc9 100644
--- a/docs/Documentation/CommandCenter.html
+++ b/docs/Documentation/CommandCenter.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Controllable.html b/docs/Documentation/Controllable.html
index 92bf16c73..97059f927 100644
--- a/docs/Documentation/Controllable.html
+++ b/docs/Documentation/Controllable.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSAirbase.html b/docs/Documentation/DCSAirbase.html
index da829d646..a17c268a8 100644
--- a/docs/Documentation/DCSAirbase.html
+++ b/docs/Documentation/DCSAirbase.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSCoalitionObject.html b/docs/Documentation/DCSCoalitionObject.html
index 07b526621..169eae7a3 100644
--- a/docs/Documentation/DCSCoalitionObject.html
+++ b/docs/Documentation/DCSCoalitionObject.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSCommand.html b/docs/Documentation/DCSCommand.html
index 743f700be..e376d7140 100644
--- a/docs/Documentation/DCSCommand.html
+++ b/docs/Documentation/DCSCommand.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSController.html b/docs/Documentation/DCSController.html
index 483c298cb..8fbfebdc6 100644
--- a/docs/Documentation/DCSController.html
+++ b/docs/Documentation/DCSController.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSGroup.html b/docs/Documentation/DCSGroup.html
index dbe661784..ab68bb9f9 100644
--- a/docs/Documentation/DCSGroup.html
+++ b/docs/Documentation/DCSGroup.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSObject.html b/docs/Documentation/DCSObject.html
index 049c50fa6..cb8f9511a 100644
--- a/docs/Documentation/DCSObject.html
+++ b/docs/Documentation/DCSObject.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSTask.html b/docs/Documentation/DCSTask.html
index 1d4bb4bc9..dafc82daa 100644
--- a/docs/Documentation/DCSTask.html
+++ b/docs/Documentation/DCSTask.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSTypes.html b/docs/Documentation/DCSTypes.html
index ceb462542..4c6af5412 100644
--- a/docs/Documentation/DCSTypes.html
+++ b/docs/Documentation/DCSTypes.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSUnit.html b/docs/Documentation/DCSUnit.html
index ea339ecfc..217c9e4db 100644
--- a/docs/Documentation/DCSUnit.html
+++ b/docs/Documentation/DCSUnit.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSVec3.html b/docs/Documentation/DCSVec3.html
index e85c51339..053d821be 100644
--- a/docs/Documentation/DCSVec3.html
+++ b/docs/Documentation/DCSVec3.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSWorld.html b/docs/Documentation/DCSWorld.html
index 5b681ec81..67919a39e 100644
--- a/docs/Documentation/DCSWorld.html
+++ b/docs/Documentation/DCSWorld.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCSZone.html b/docs/Documentation/DCSZone.html
index 6212e6774..b8de6f70b 100644
--- a/docs/Documentation/DCSZone.html
+++ b/docs/Documentation/DCSZone.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCScountry.html b/docs/Documentation/DCScountry.html
index 6650c383d..7f906db86 100644
--- a/docs/Documentation/DCScountry.html
+++ b/docs/Documentation/DCScountry.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCStimer.html b/docs/Documentation/DCStimer.html
index 0b04715a8..cccf1a281 100644
--- a/docs/Documentation/DCStimer.html
+++ b/docs/Documentation/DCStimer.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DCStrigger.html b/docs/Documentation/DCStrigger.html
index 7d937a1cc..559b4a938 100644
--- a/docs/Documentation/DCStrigger.html
+++ b/docs/Documentation/DCStrigger.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Database.html b/docs/Documentation/Database.html
index 56aa6d742..42683bd36 100644
--- a/docs/Documentation/Database.html
+++ b/docs/Documentation/Database.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Detection.html b/docs/Documentation/Detection.html
index c3dc0d729..f5ebc18d1 100644
--- a/docs/Documentation/Detection.html
+++ b/docs/Documentation/Detection.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/DetectionManager.html b/docs/Documentation/DetectionManager.html
index fa62fdd5b..41aa256ff 100644
--- a/docs/Documentation/DetectionManager.html
+++ b/docs/Documentation/DetectionManager.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Escort.html b/docs/Documentation/Escort.html
index 414abb60c..d2c9807af 100644
--- a/docs/Documentation/Escort.html
+++ b/docs/Documentation/Escort.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Event.html b/docs/Documentation/Event.html
index 700756bad..5c5843e5a 100644
--- a/docs/Documentation/Event.html
+++ b/docs/Documentation/Event.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Fsm.html b/docs/Documentation/Fsm.html
index e01356242..7d9bc4a08 100644
--- a/docs/Documentation/Fsm.html
+++ b/docs/Documentation/Fsm.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
@@ -1621,7 +1622,7 @@ A string defining the start state.
-
- #string
+
FSM._StartState
@@ -1920,6 +1921,7 @@ A string defining the start state.
-
+
FSM.current
diff --git a/docs/Documentation/Group.html b/docs/Documentation/Group.html
index ef518add8..7404cd7ba 100644
--- a/docs/Documentation/Group.html
+++ b/docs/Documentation/Group.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Identifiable.html b/docs/Documentation/Identifiable.html
index e28701a7d..42ccbca59 100644
--- a/docs/Documentation/Identifiable.html
+++ b/docs/Documentation/Identifiable.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Menu.html b/docs/Documentation/Menu.html
index 8ffae99b0..ec7099fe7 100644
--- a/docs/Documentation/Menu.html
+++ b/docs/Documentation/Menu.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Message.html b/docs/Documentation/Message.html
index f79b7989d..b85ad5af2 100644
--- a/docs/Documentation/Message.html
+++ b/docs/Documentation/Message.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/MissileTrainer.html b/docs/Documentation/MissileTrainer.html
index d51deb05b..599c08c33 100644
--- a/docs/Documentation/MissileTrainer.html
+++ b/docs/Documentation/MissileTrainer.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Mission.html b/docs/Documentation/Mission.html
index 3fd0ce54a..e26e2d679 100644
--- a/docs/Documentation/Mission.html
+++ b/docs/Documentation/Mission.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Movement.html b/docs/Documentation/Movement.html
index 4df691742..6c410e890 100644
--- a/docs/Documentation/Movement.html
+++ b/docs/Documentation/Movement.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Object.html b/docs/Documentation/Object.html
index 1e95fab2b..8d18b31f7 100644
--- a/docs/Documentation/Object.html
+++ b/docs/Documentation/Object.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Point.html b/docs/Documentation/Point.html
index f242af7ec..44e1d0d90 100644
--- a/docs/Documentation/Point.html
+++ b/docs/Documentation/Point.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Positionable.html b/docs/Documentation/Positionable.html
index e2b66ffe4..2d0a62858 100644
--- a/docs/Documentation/Positionable.html
+++ b/docs/Documentation/Positionable.html
@@ -157,6 +157,12 @@
POSITIONABLE:GetAltitude() |
Returns the altitude of the POSITIONABLE.
+ |
+
+
+ | POSITIONABLE:GetBeacon() |
+
+ Create a Radio#BEACON, to allow this POSITIONABLE to broadcast beacon signals
|
@@ -403,6 +409,24 @@ The POSITIONABLE is not existing or alive.
-
+
+POSITIONABLE:GetBeacon()
+
+
+-
+
+
Create a Radio#BEACON, to allow this POSITIONABLE to broadcast beacon signals
+
+ Return value
+
+#RADIO:
+Radio
+
+
+
+
+-
+
POSITIONABLE:GetHeading()
@@ -858,8 +882,8 @@ true if it is lasing a target
Return value
+Core.Spot#SPOT:
-Spot
@@ -1184,7 +1208,6 @@ self
-
-
POSITIONABLE.Spot
diff --git a/docs/Documentation/Process_JTAC.html b/docs/Documentation/Process_JTAC.html
index e208166ff..87cc09ff3 100644
--- a/docs/Documentation/Process_JTAC.html
+++ b/docs/Documentation/Process_JTAC.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Process_Pickup.html b/docs/Documentation/Process_Pickup.html
index d3bd792b5..883d39fb0 100644
--- a/docs/Documentation/Process_Pickup.html
+++ b/docs/Documentation/Process_Pickup.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Radio.html b/docs/Documentation/Radio.html
index 1a6575f42..c583effb9 100644
--- a/docs/Documentation/Radio.html
+++ b/docs/Documentation/Radio.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Route.html b/docs/Documentation/Route.html
index fd8564a6f..d8cee89d9 100644
--- a/docs/Documentation/Route.html
+++ b/docs/Documentation/Route.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Scenery.html b/docs/Documentation/Scenery.html
index befe15421..b574ee5e8 100644
--- a/docs/Documentation/Scenery.html
+++ b/docs/Documentation/Scenery.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/ScheduleDispatcher.html b/docs/Documentation/ScheduleDispatcher.html
index 9871c732b..a6c841425 100644
--- a/docs/Documentation/ScheduleDispatcher.html
+++ b/docs/Documentation/ScheduleDispatcher.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Scheduler.html b/docs/Documentation/Scheduler.html
index 2344a52b8..b0e07d4a5 100644
--- a/docs/Documentation/Scheduler.html
+++ b/docs/Documentation/Scheduler.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Scoring.html b/docs/Documentation/Scoring.html
index 7e5366752..eca127f05 100644
--- a/docs/Documentation/Scoring.html
+++ b/docs/Documentation/Scoring.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Sead.html b/docs/Documentation/Sead.html
index c7be240e7..067d5c8f2 100644
--- a/docs/Documentation/Sead.html
+++ b/docs/Documentation/Sead.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Set.html b/docs/Documentation/Set.html
index 994c1fe35..a74f207e9 100644
--- a/docs/Documentation/Set.html
+++ b/docs/Documentation/Set.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Smoke.html b/docs/Documentation/Smoke.html
index 0e78290e4..1daebbfe7 100644
--- a/docs/Documentation/Smoke.html
+++ b/docs/Documentation/Smoke.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
diff --git a/docs/Documentation/Spawn.html b/docs/Documentation/Spawn.html
index fc425af73..896cf233e 100644
--- a/docs/Documentation/Spawn.html
+++ b/docs/Documentation/Spawn.html
@@ -62,6 +62,7 @@
- Movement
- Object
- Point
+ - Positionable
- Process_JTAC
- Process_Pickup
- Radio
@@ -2112,9 +2113,6 @@ The group that was spawned. You can use this group for further actions.
-
- Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-
@@ -2585,9 +2583,6 @@ when nothing was spawned.
-
- By default, no InitLimit
-
@@ -2623,7 +2618,7 @@ when nothing was spawned.
-
- #number
+
SPAWN.SpawnMaxGroups
@@ -2640,7 +2635,7 @@ when nothing was spawned.
-
- #number
+
SPAWN.SpawnMaxUnitsAlive
@@ -2992,7 +2987,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
-
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
+ When the first Spawn executes, all the Groups need to be made visible before start.
diff --git a/docs/Documentation/SpawnStatic.html b/docs/Documentation/SpawnStatic.html
index dc1525554..23a722fcf 100644
--- a/docs/Documentation/SpawnStatic.html
+++ b/docs/Documentation/SpawnStatic.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Spot.html b/docs/Documentation/Spot.html
index 2a621520a..a9450d82c 100644
--- a/docs/Documentation/Spot.html
+++ b/docs/Documentation/Spot.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
@@ -152,6 +153,12 @@
SPOT.LaseScheduler |
+ |
+
+
+ | SPOT.LaserCode |
+
+
|
@@ -267,6 +274,20 @@ true if it is lasing
+
+
+
+-
+
+
+
+SPOT.LaserCode
+
+
+-
+
+
+
diff --git a/docs/Documentation/Static.html b/docs/Documentation/Static.html
index 449ae254b..969de0fe0 100644
--- a/docs/Documentation/Static.html
+++ b/docs/Documentation/Static.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/StaticObject.html b/docs/Documentation/StaticObject.html
index 79106ac1f..7648af701 100644
--- a/docs/Documentation/StaticObject.html
+++ b/docs/Documentation/StaticObject.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Task.html b/docs/Documentation/Task.html
index 909924fdb..745408ed1 100644
--- a/docs/Documentation/Task.html
+++ b/docs/Documentation/Task.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Task_A2G.html b/docs/Documentation/Task_A2G.html
index e229ef3bd..e69ed8a75 100644
--- a/docs/Documentation/Task_A2G.html
+++ b/docs/Documentation/Task_A2G.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Task_A2G_Dispatcher.html b/docs/Documentation/Task_A2G_Dispatcher.html
index 181598508..56199fde1 100644
--- a/docs/Documentation/Task_A2G_Dispatcher.html
+++ b/docs/Documentation/Task_A2G_Dispatcher.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Task_Cargo.html b/docs/Documentation/Task_Cargo.html
index a8a39f7aa..73897fb41 100644
--- a/docs/Documentation/Task_Cargo.html
+++ b/docs/Documentation/Task_Cargo.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Task_PICKUP.html b/docs/Documentation/Task_PICKUP.html
index d5ad2b0d0..a5e5d70b1 100644
--- a/docs/Documentation/Task_PICKUP.html
+++ b/docs/Documentation/Task_PICKUP.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Unit.html b/docs/Documentation/Unit.html
index 9f2bcf22d..33927e5d5 100644
--- a/docs/Documentation/Unit.html
+++ b/docs/Documentation/Unit.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Utils.html b/docs/Documentation/Utils.html
index 1f689e540..088bf9bbf 100644
--- a/docs/Documentation/Utils.html
+++ b/docs/Documentation/Utils.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/Zone.html b/docs/Documentation/Zone.html
index baee4a865..893b7d773 100644
--- a/docs/Documentation/Zone.html
+++ b/docs/Documentation/Zone.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/env.html b/docs/Documentation/env.html
index ad4cc7f87..f56af08b7 100644
--- a/docs/Documentation/env.html
+++ b/docs/Documentation/env.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/index.html b/docs/Documentation/index.html
index 97d2bbdfa..35e2da0ac 100644
--- a/docs/Documentation/index.html
+++ b/docs/Documentation/index.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
@@ -407,6 +408,12 @@ are design patterns allowing efficient (long-lasting) processes and workflows.
Point |
Core - POINT_VEC classes define an extensive API to manage 3D points in the simulation space.
+ |
+
+
+ | Positionable |
+
+ This module contains the POSITIONABLE class.
|
diff --git a/docs/Documentation/land.html b/docs/Documentation/land.html
index 8f6b05546..e7e0a1632 100644
--- a/docs/Documentation/land.html
+++ b/docs/Documentation/land.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio
diff --git a/docs/Documentation/routines.html b/docs/Documentation/routines.html
index 89fac4048..1db62f852 100644
--- a/docs/Documentation/routines.html
+++ b/docs/Documentation/routines.html
@@ -62,6 +62,7 @@
Movement
Object
Point
+ Positionable
Process_JTAC
Process_Pickup
Radio