From dddcb42e328cc3e2f69b9f8a92a554e1a576638a Mon Sep 17 00:00:00 2001
From: FlightControl_Master
Date: Wed, 26 Jul 2017 15:14:44 +0200
Subject: [PATCH] Documentation
---
docs/Documentation/AI_A2A.html | 1 -
docs/Documentation/Cargo.html | 1 -
docs/Documentation/Designate.html | 1 -
docs/Documentation/Detection.html | 4 ++-
docs/Documentation/Point.html | 1 -
docs/Documentation/Positionable.html | 1 +
docs/Documentation/Settings.html | 2 +-
docs/Documentation/Spawn.html | 29 +++++++++++++++++++---
docs/Documentation/SpawnStatic.html | 1 -
docs/Documentation/Task.html | 37 ++++++++++++++++++++++++++++
docs/Documentation/Task_Cargo.html | 4 +--
11 files changed, 70 insertions(+), 12 deletions(-)
diff --git a/docs/Documentation/AI_A2A.html b/docs/Documentation/AI_A2A.html
index 2a24504d1..ee2dc9007 100644
--- a/docs/Documentation/AI_A2A.html
+++ b/docs/Documentation/AI_A2A.html
@@ -575,7 +575,6 @@
-
- #number
AI_A2A.IdleCount
diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html
index fe4a4263b..9f6098452 100644
--- a/docs/Documentation/Cargo.html
+++ b/docs/Documentation/Cargo.html
@@ -3542,7 +3542,6 @@ The range till cargo will board.
-
- #number
CARGO_UNIT.RunCount
diff --git a/docs/Documentation/Designate.html b/docs/Documentation/Designate.html
index 36c6d0e0f..c80c67564 100644
--- a/docs/Documentation/Designate.html
+++ b/docs/Documentation/Designate.html
@@ -923,7 +923,6 @@ function below will use the range 1-7 just in case
-
-
DESIGNATE.LaserCodes
diff --git a/docs/Documentation/Detection.html b/docs/Documentation/Detection.html
index c057b40be..1fd6665f8 100644
--- a/docs/Documentation/Detection.html
+++ b/docs/Documentation/Detection.html
@@ -2393,6 +2393,7 @@ The index of the DetectedItem.
-
+ #number
DETECTION_BASE.DetectedItemCount
@@ -2406,6 +2407,7 @@ The index of the DetectedItem.
-
+ #number
DETECTION_BASE.DetectedItemMax
@@ -2563,7 +2565,7 @@ The index of the DetectedItem.
-
-
+ #number
DETECTION_BASE.DetectionInterval
diff --git a/docs/Documentation/Point.html b/docs/Documentation/Point.html
index f561df108..864921e2a 100644
--- a/docs/Documentation/Point.html
+++ b/docs/Documentation/Point.html
@@ -2829,7 +2829,6 @@ The y coordinate.
-
-
POINT_VEC2.z
diff --git a/docs/Documentation/Positionable.html b/docs/Documentation/Positionable.html
index 78befb2bf..82d94f58f 100644
--- a/docs/Documentation/Positionable.html
+++ b/docs/Documentation/Positionable.html
@@ -1838,6 +1838,7 @@ self
-
+ Core.Spot#SPOT
POSITIONABLE.Spot
diff --git a/docs/Documentation/Settings.html b/docs/Documentation/Settings.html
index 6836574d8..318968720 100644
--- a/docs/Documentation/Settings.html
+++ b/docs/Documentation/Settings.html
@@ -1142,7 +1142,7 @@ true if metric.
-
- #boolean
+
SETTINGS.Metric
diff --git a/docs/Documentation/Spawn.html b/docs/Documentation/Spawn.html
index 1183a03bf..1c949e94e 100644
--- a/docs/Documentation/Spawn.html
+++ b/docs/Documentation/Spawn.html
@@ -822,6 +822,12 @@ and any spaces before and after the resulting name are removed.
| SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
+ |
+
+
+ | SPAWN.uncontrolled |
+
+
|
@@ -2740,6 +2746,9 @@ when nothing was spawned.
+
+ By default, no InitLimit
+
@@ -2775,7 +2784,7 @@ when nothing was spawned.
-
-
+ #number
SPAWN.SpawnMaxGroups
@@ -2792,7 +2801,7 @@ when nothing was spawned.
-
-
+ #number
SPAWN.SpawnMaxUnitsAlive
@@ -3120,7 +3129,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
-
-
+ #boolean
SPAWN.SpawnUnControlled
@@ -3724,6 +3733,20 @@ True = Continue Scheduler
+
+
+
+-
+
+
+
+SPAWN.uncontrolled
+
+
+-
+
+
+
diff --git a/docs/Documentation/SpawnStatic.html b/docs/Documentation/SpawnStatic.html
index d8aa5e633..bc91b9624 100644
--- a/docs/Documentation/SpawnStatic.html
+++ b/docs/Documentation/SpawnStatic.html
@@ -436,7 +436,6 @@ ptional) The name of the new static.
-
- #number
SPAWNSTATIC.SpawnIndex
diff --git a/docs/Documentation/Task.html b/docs/Documentation/Task.html
index c3cef5272..26d342ef7 100644
--- a/docs/Documentation/Task.html
+++ b/docs/Documentation/Task.html
@@ -813,6 +813,12 @@
| TASK:onenterAssigned(Event, From, To, PlayerUnit, PlayerName) |
FSM function for a TASK
+ |
+
+
+ | TASK:onenterCancelled(From, Event, To) |
+
+ FSM function for a TASK
|
@@ -3412,6 +3418,37 @@ self
-
+
+TASK:onenterCancelled(From, Event, To)
+
+
+-
+
+
FSM function for a TASK
+
+ Parameters
+
+ -
+
+
#string From :
+
+
+ -
+
+
#string Event :
+
+
+ -
+
+
#string To :
+
+
+
+
+
+
+-
+
TASK:onenterFailed(From, Event, To)
diff --git a/docs/Documentation/Task_Cargo.html b/docs/Documentation/Task_Cargo.html
index bb3b9bca1..a0ddfc083 100644
--- a/docs/Documentation/Task_Cargo.html
+++ b/docs/Documentation/Task_Cargo.html
@@ -552,7 +552,7 @@ based on the tasking capabilities defined in Task#TA
-
- Core.Cargo#CARGO
+ Core.Cargo#CARGO_GROUP
FSM_PROCESS.Cargo
@@ -631,7 +631,7 @@ based on the tasking capabilities defined in Task#TA
-
- #number
+
TASK_CARGO.CargoLimit