From 6ce32af1cef467b4050bb15a4a8b5c50df12b8db Mon Sep 17 00:00:00 2001 From: FlightControl Date: Sun, 26 Mar 2017 08:53:56 +0200 Subject: [PATCH] Update --- Moose Development/Moose/Wrapper/Group.lua | 2 ++ .../l10n/DEFAULT/Moose.lua | 4 ++- Moose Mission Setup/Moose.lua | 4 ++- docs/Documentation/Cargo.html | 1 - docs/Documentation/Detection.html | 1 - docs/Documentation/Fsm.html | 3 +- docs/Documentation/Group.html | 2 ++ docs/Documentation/MOVEMENT.html | 4 +++ docs/Documentation/Spawn.html | 32 +++++++++++++------ 9 files changed, 38 insertions(+), 15 deletions(-) diff --git a/Moose Development/Moose/Wrapper/Group.lua b/Moose Development/Moose/Wrapper/Group.lua index ce1e74372..05f11a167 100644 --- a/Moose Development/Moose/Wrapper/Group.lua +++ b/Moose Development/Moose/Wrapper/Group.lua @@ -22,6 +22,8 @@ -- -- Hereby the change log: -- +-- 2017-03-26: GROUP:**RouteRTB( RTBAirbase, Speed )** added. +-- -- 2017-03-07: GROUP:**HandleEvent( Event, EventFunction )** added. -- 2017-03-07: GROUP:**UnHandleEvent( Event )** added. -- diff --git a/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua b/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua index 4d8b213eb..fedaf29aa 100644 --- a/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua +++ b/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua @@ -1,5 +1,5 @@ env.info( '*** MOOSE STATIC INCLUDE START *** ' ) -env.info( 'Moose Generation Timestamp: 20170326_0846' ) +env.info( 'Moose Generation Timestamp: 20170326_0853' ) local base = _G Include = {} @@ -16094,6 +16094,8 @@ end -- -- Hereby the change log: -- +-- 2017-03-26: GROUP:**RouteRTB( RTBAirbase, Speed )** added. +-- -- 2017-03-07: GROUP:**HandleEvent( Event, EventFunction )** added. -- 2017-03-07: GROUP:**UnHandleEvent( Event )** added. -- diff --git a/Moose Mission Setup/Moose.lua b/Moose Mission Setup/Moose.lua index 4d8b213eb..fedaf29aa 100644 --- a/Moose Mission Setup/Moose.lua +++ b/Moose Mission Setup/Moose.lua @@ -1,5 +1,5 @@ env.info( '*** MOOSE STATIC INCLUDE START *** ' ) -env.info( 'Moose Generation Timestamp: 20170326_0846' ) +env.info( 'Moose Generation Timestamp: 20170326_0853' ) local base = _G Include = {} @@ -16094,6 +16094,8 @@ end -- -- Hereby the change log: -- +-- 2017-03-26: GROUP:**RouteRTB( RTBAirbase, Speed )** added. +-- -- 2017-03-07: GROUP:**HandleEvent( Event, EventFunction )** added. -- 2017-03-07: GROUP:**UnHandleEvent( Event )** added. -- diff --git a/docs/Documentation/Cargo.html b/docs/Documentation/Cargo.html index e522dd17f..d0b6aea75 100644 --- a/docs/Documentation/Cargo.html +++ b/docs/Documentation/Cargo.html @@ -2426,7 +2426,6 @@ The UNIT carrying the package.

- AI_CARGO_UNIT.CargoCarrier diff --git a/docs/Documentation/Detection.html b/docs/Documentation/Detection.html index 7bcf5c5b6..64ac45ee0 100644 --- a/docs/Documentation/Detection.html +++ b/docs/Documentation/Detection.html @@ -2125,7 +2125,6 @@ self

- #number DETECTION_BASE.DetectedItemMax diff --git a/docs/Documentation/Fsm.html b/docs/Documentation/Fsm.html index 5286a9c1e..40679fc47 100644 --- a/docs/Documentation/Fsm.html +++ b/docs/Documentation/Fsm.html @@ -1562,7 +1562,7 @@ A string defining the start state.

- + #string FSM._StartState @@ -1861,7 +1861,6 @@ A string defining the start state.

- FSM.current diff --git a/docs/Documentation/Group.html b/docs/Documentation/Group.html index 1a6864f05..6273774d2 100644 --- a/docs/Documentation/Group.html +++ b/docs/Documentation/Group.html @@ -103,6 +103,8 @@

Hereby the change log:

+

2017-03-26: GROUP:RouteRTB( RTBAirbase, Speed ) added.

+

2017-03-07: GROUP:HandleEvent( Event, EventFunction ) added.
2017-03-07: GROUP:UnHandleEvent( Event ) added.

diff --git a/docs/Documentation/MOVEMENT.html b/docs/Documentation/MOVEMENT.html index 2ec03bdbd..53e309a7e 100644 --- a/docs/Documentation/MOVEMENT.html +++ b/docs/Documentation/MOVEMENT.html @@ -191,6 +191,7 @@ on defined intervals (currently every minute).

+ #number MOVEMENT.AliveUnits @@ -199,6 +200,9 @@ 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 b9f7fea06..ea6982b4c 100644 --- a/docs/Documentation/Spawn.html +++ b/docs/Documentation/Spawn.html @@ -872,6 +872,12 @@ and any spaces before and after the resulting name are removed.

SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) + + + + SPAWN.uncontrolled + + @@ -1859,9 +1865,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.

-
@@ -2329,9 +2332,6 @@ when nothing was spawned.

- -

By default, no InitLimit

-
@@ -2367,7 +2367,7 @@ when nothing was spawned.

- #number + SPAWN.SpawnMaxGroups @@ -2384,7 +2384,7 @@ when nothing was spawned.

- #number + SPAWN.SpawnMaxUnitsAlive @@ -2702,7 +2702,7 @@ Spawn_BE_KA50 = SPAWN:New( 'BE KA-50@RAMP-Ground Defense' ):Schedule( 600, 0.5 )
- + #boolean SPAWN.SpawnUnControlled @@ -3292,6 +3292,20 @@ True = Continue Scheduler

+ +
+
+
+ + + +SPAWN.uncontrolled + +
+
+ + +