From c0b6253c76df3e9044c8e299146e1eb56f3b1750 Mon Sep 17 00:00:00 2001
From: FlightControl-User
Date: Sat, 23 Mar 2019 10:31:32 +0000
Subject: [PATCH] MOOSE generated documentation [skip ci]
---
Documentation/AI.AI_A2A.html | 44 -------
Documentation/AI.AI_Cargo_Airplane.html | 12 --
Documentation/AI.AI_Patrol.html | 12 --
Documentation/Cargo.CargoGroup.html | 34 ++++-
Documentation/Cargo.CargoUnit.html | 44 +++++++
Documentation/Core.Point.html | 33 -----
Documentation/Core.Settings.html | 22 ++++
Documentation/Core.Spawn.html | 166 +++++++++++++++++++-----
Documentation/Core.Spot.html | 132 -------------------
Documentation/Functional.Designate.html | 55 --------
Documentation/Functional.Detection.html | 66 ++++++++++
Documentation/Functional.Rat.html | 18 +++
Documentation/Functional.ZoneGoal.html | 42 ------
13 files changed, 314 insertions(+), 366 deletions(-)
diff --git a/Documentation/AI.AI_A2A.html b/Documentation/AI.AI_A2A.html
index b4d3ff5b6..24ed52a30 100644
--- a/Documentation/AI.AI_A2A.html
+++ b/Documentation/AI.AI_A2A.html
@@ -2391,17 +2391,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4970,17 +4959,6 @@ Once the time is finished, the old AI will return to the base.
-
-
-
-
@@ -5670,17 +5648,6 @@ Once the time is finished, the old AI will return to the base.
-
-
-
-
@@ -7008,17 +6975,6 @@ Once the time is finished, the old AI will return to the base.
-
-
-
-
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html
index 06ee0479d..11237e681 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2169,9 +2169,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a depoly mission.
-
@@ -3720,9 +3717,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a depoly mission.
-
@@ -4363,9 +4357,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a depoly mission.
-
@@ -5644,9 +5635,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Aircraft is on a depoly mission.
-
diff --git a/Documentation/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html
index c476f71b6..ad6e190c2 100644
--- a/Documentation/AI.AI_Patrol.html
+++ b/Documentation/AI.AI_Patrol.html
@@ -2636,9 +2636,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- This table contains the targets detected during patrol.
-
@@ -5886,9 +5883,6 @@ Note that this method is required, as triggers the next route when patrolling fo
-
- This table contains the targets detected during patrol.
-
@@ -6633,9 +6627,6 @@ Note that this method is required, as triggers the next route when patrolling fo
-
- This table contains the targets detected during patrol.
-
@@ -8018,9 +8009,6 @@ Note that this method is required, as triggers the next route when patrolling fo
-
- This table contains the targets detected during patrol.
-
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html
index 4034bfef8..aa7cce832 100644
--- a/Documentation/Cargo.CargoGroup.html
+++ b/Documentation/Cargo.CargoGroup.html
@@ -1445,9 +1445,6 @@ which are excellent tools to be reused in an OO environment!.
-
- Then we register the new group in the database
-
@@ -1459,6 +1456,20 @@ which are excellent tools to be reused in an OO environment!.
+
+
+
+
@@ -2777,9 +2788,6 @@ This works for ground only groups.
-
- Then we register the new group in the database
-
@@ -2791,6 +2799,20 @@ This works for ground only groups.
+
+
+
+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html
index c9d544d0c..0c67f699f 100644
--- a/Documentation/Cargo.CargoUnit.html
+++ b/Documentation/Cargo.CargoUnit.html
@@ -1305,6 +1305,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -1320,6 +1331,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
@@ -2006,6 +2028,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
+
+
CARGO_UNIT.CargoInAir
@@ -2021,6 +2054,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+
+
+
+
diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html
index 51b4db22e..f135ce13d 100644
--- a/Documentation/Core.Point.html
+++ b/Documentation/Core.Point.html
@@ -12275,17 +12275,6 @@ BASE:TraceOnOff( false )
the y coordinate in meters.
-
-
-
-
@@ -13084,17 +13073,6 @@ BASE:TraceOnOff( false )
the y coordinate in meters.
-
-
-
-
@@ -18467,17 +18445,6 @@ By default, the last point is the closest point on road of the ToCoord. Hence, t
the y coordinate in meters.
-
-
-
-
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index b432910d2..fa9a2860d 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2169,6 +2169,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4043,6 +4054,17 @@ It is advised to use this method at the start of the mission.
+
+
+
+
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index cb0d29076..6a0936b54 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2214,6 +2214,24 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ SPAWN.livery_id |
+
+
+ |
+
+
+ SPAWN.skill |
+
+
+ |
+
+
+ SPAWN.uncontrolled |
+
+
|
@@ -2744,9 +2762,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-
@@ -2940,6 +2955,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -2951,6 +2980,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3131,17 +3171,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3154,7 +3183,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- 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.
@@ -3192,6 +3221,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
+
+
+
+
+
+
@@ -7323,9 +7385,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
-
@@ -7519,6 +7578,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -7530,6 +7603,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -7710,17 +7794,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -7733,7 +7806,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. 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.
@@ -7771,6 +7844,39 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
+
+
+
+
+
+
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index e72eb76e2..f5e56447c 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2139,50 +2139,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -3114,50 +3070,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
@@ -4397,50 +4309,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index 2cf617288..35d02144e 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2933,17 +2933,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -6101,17 +6090,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
@@ -6911,17 +6889,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
@@ -7691,17 +7658,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
@@ -9109,17 +9065,6 @@ Designate:SetFlashStatusMenu( false )
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 9312c6e46..667211c28 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -16311,6 +16311,28 @@ BASE:TraceOnOff( false )
+
+
+
+
+
@@ -20621,6 +20643,28 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
+
+
+
@@ -22102,6 +22146,28 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+
+
+
+
+
diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html
index a4cab81af..a31aae459 100644
--- a/Documentation/Functional.Rat.html
+++ b/Documentation/Functional.Rat.html
@@ -3783,6 +3783,24 @@ and any spaces before and after the resulting name are removed.
RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ RAT.livery_id |
+
+
+ |
+
+
+ RAT.skill |
+
+
+ |
+
+
+ RAT.uncontrolled |
+
+
|
diff --git a/Documentation/Functional.ZoneGoal.html b/Documentation/Functional.ZoneGoal.html
index 725deec17..5d593eaa5 100644
--- a/Documentation/Functional.ZoneGoal.html
+++ b/Documentation/Functional.ZoneGoal.html
@@ -1956,20 +1956,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -2099,20 +2085,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3352,20 +3324,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-