diff --git a/docs/Documentation/AI_Patrol.html b/docs/Documentation/AI_Patrol.html
index a3492fd79..4912a3503 100644
--- a/docs/Documentation/AI_Patrol.html
+++ b/docs/Documentation/AI_Patrol.html
@@ -932,6 +932,9 @@ Use the method AIPATROLZONE.M
+
+ This table contains the targets detected during patrol.
+
diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html
index 78aec73ed..ba3e1c4ad 100644
--- a/docs/Documentation/Cargo.html
+++ b/docs/Documentation/Cargo.html
@@ -2445,7 +2445,6 @@ The UNIT carrying the package.
-
-
AI_CARGO_UNIT.CargoCarrier
diff --git a/docs/Documentation/Event.html b/docs/Documentation/Event.html
index 0b437dd65..014447189 100644
--- a/docs/Documentation/Event.html
+++ b/docs/Documentation/Event.html
@@ -331,13 +331,13 @@ YYYY-MM-DD: CLASS:NewFunction( Params ) added
- | EVENT:EventText(EventID) |
+ EVENT.Events |
|
- | EVENT.Events |
+ EVENT.EventsDead |
|
@@ -417,7 +417,7 @@ YYYY-MM-DD: CLASS:NewFunction( Params ) added
| EVENT:Remove(EventClass, EventID) |
- Removes an Events entry
+Removes a subscription
|
@@ -427,15 +427,9 @@ YYYY-MM-DD: CLASS:NewFunction( Params ) added
- | EVENT:RemoveForGroup(GroupName, EventClass, EventID) |
+ EVENT:Reset(EventClass, EventID, EventObject) |
- Removes an Events entry for a GROUP.
- |
-
-
- | EVENT:RemoveForUnit(UnitName, EventClass, EventID) |
-
- Removes an Events entry for a UNIT.
+Resets subscriptions
|
@@ -936,30 +930,22 @@ YYYY-MM-DD: CLASS:NewFunction( Params ) added
-
-
-EVENT:EventText(EventID)
+ #EVENT.Events
+
+EVENT.Events
-
-
Parameter
-
-
- #EVENT.Events
-
-EVENT.Events
+
+EVENT.EventsDead
-
@@ -1424,7 +1410,7 @@ The self instance of the class for which the event is captured. When the event h
-
-
Removes an Events entry
+Removes a subscription
Parameters
@@ -1471,24 +1457,18 @@ The self instance of the class for which the event is.
-
-
-EVENT:RemoveForGroup(GroupName, EventClass, EventID)
+
+EVENT:Reset(EventClass, EventID, EventObject)
-
-
Removes an Events entry for a GROUP.
+Resets subscriptions
Parameters
-
-
#string GroupName :
-The name of the GROUP.
-
-
- -
-
Core.Base#BASE EventClass :
The self instance of the class for which the event is.
@@ -1498,42 +1478,9 @@ The self instance of the class for which the event is.
Dcs.DCSWorld#world.event EventID :
-
- Return value
-
-#EVENT.Events:
-
-
-
-
-
--
-
-
-EVENT:RemoveForUnit(UnitName, EventClass, EventID)
-
-
--
-
-
Removes an Events entry for a UNIT.
-
- Parameters
-
-
-
#string UnitName :
-The name of the UNIT.
-
-
- -
-
-
Core.Base#BASE EventClass :
-The self instance of the class for which the event is.
-
-
- -
-
-
Dcs.DCSWorld#world.event EventID :
+ EventObject :
diff --git a/docs/Documentation/Group.html b/docs/Documentation/Group.html
index b6a6e2528..6e6b9d559 100644
--- a/docs/Documentation/Group.html
+++ b/docs/Documentation/Group.html
@@ -441,6 +441,12 @@
GROUP:Register(GroupName) |
Create a new GROUP from a DCSGroup
+ |
+
+
+ | GROUP:ResetEvents() |
+
+ Reset the subscriptions.
|
@@ -1642,6 +1648,24 @@ The DCS Group name
#GROUP:
self
+
+
+
+-
+
+
+GROUP:ResetEvents()
+
+
+-
+
+
Reset the subscriptions.
+
+ Return value
+
+#GROUP:
+
+
diff --git a/docs/Documentation/MOVEMENT.html b/docs/Documentation/MOVEMENT.html
index 02add9246..63caf8907 100644
--- a/docs/Documentation/MOVEMENT.html
+++ b/docs/Documentation/MOVEMENT.html
@@ -210,7 +210,6 @@ on defined intervals (currently every minute).
-
- #number
MOVEMENT.AliveUnits
@@ -219,9 +218,6 @@ on defined intervals (currently every minute).
-
-
Contains the counter how many units are currently alive
-
diff --git a/docs/Documentation/Spawn.html b/docs/Documentation/Spawn.html
index f32196a73..025f1bb3f 100644
--- a/docs/Documentation/Spawn.html
+++ b/docs/Documentation/Spawn.html
@@ -2566,6 +2566,9 @@ when nothing was spawned.
+
+ Overwrite unit names by default with group name.
+
@@ -2829,6 +2832,11 @@ when nothing was spawned.
Note: This method is only required to be called when the schedule was stopped.
+ Return value
+
+#SPAWN:
+
+
@@ -2842,6 +2850,11 @@ when nothing was spawned.
Will stop the scheduled spawning scheduler.
+ Return value
+
+#SPAWN:
+
+
@@ -2953,7 +2966,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
-
-
+ #boolean
SPAWN.SpawnUnControlled
@@ -2977,7 +2990,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
-
When the first Spawn executes, all the Groups need to be made visible before start.
+ Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
diff --git a/docs/Documentation/Unit.html b/docs/Documentation/Unit.html
index a240ecfdc..5d8e1a484 100644
--- a/docs/Documentation/Unit.html
+++ b/docs/Documentation/Unit.html
@@ -351,6 +351,12 @@
UNIT:Register(UnitName) |
Create a new UNIT from DCSUnit.
+ |
+
+
+ | UNIT:ResetEvents() |
+
+ Reset the subscriptions.
|
@@ -1513,6 +1519,24 @@ The name of the DCS unit.
#UNIT:
+
+
+
+-
+
+
+UNIT:ResetEvents()
+
+
+-
+
+
Reset the subscriptions.
+
+ Return value
+
+#UNIT:
+
+