Module Core.Timer
@@ -1391,7 +1391,7 @@ Controls a network of SAM sites.Global TIMER
Better three hours too soon than a minute too late. – William Shakespeare
+Better three hours too soon than a minute too late. - William Shakespeare
@@ -1399,7 +1399,7 @@ Controls a network of SAM sites.
The TIMER Concept
-The TIMER class is the little sister of the SCHEDULER class.
+The TIMER class is the little sister of the Core.Scheduler#SCHEDULER class.
Better three hours too soon than a minute too late. – William Shakespeare
+Better three hours too soon than a minute too late. - William Shakespeare
@@ -1418,7 +1418,7 @@ Controls a network of SAM sites.
The TIMER Concept
-The TIMER class is the little sister of the SCHEDULER class.
+The TIMER class is the little sister of the Core.Scheduler#SCHEDULER class.
It does the same thing but is a bit easier to use and has less overhead. It should be sufficient in many cases.
@@ -1452,7 +1452,7 @@ Controls a network of SAM sites.Note that
-
-
- if Tstart is not specified (nil), the first function call happens immediately. +
- if Tstart is not specified (nil), the first function call happens immediately, i.e. after one millisecond.
- if dT is not specified (nil), the function is called only once.
- if Duration is not specified (nil), the timer runs forever or until stopped manually or until the max function calls are reached (see below).
For example,
mytimer:Start(3) -- Will call the function once after 3 seconds.
-mytimer:Start(nil, 0.5) -- Will call right now and then every 0.5 sec until all eternaty.
+mytimer:Start(nil, 0.5) -- Will call right now and then every 0.5 sec until all eternity.
mytimer:Start(nil, 2.0, 20) -- Will call right now and then every 2.0 sec for 20 sec.
mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only called once anyway.
Stopping the Timer
-The timer can be stopped manually by the TIMER.Start(Delay) function
+The timer can be stopped manually by the TIMER.Stop(Delay) function
mytimer:Stop()
@@ -1532,6 +1532,12 @@ mytimer:Start(1.0, nil, 10) -- Does not make sense as the function is only calle
Name of the class.
+Check if the timer has been started and was not stopped.
Timer function.
+If true, timer is running. Else it was not started yet or was stopped.
Unique ID of the timer.
If true, timer is running. Else it was not started yet or was stopped.
Check if the timer has been started and was not stopped.
+ +Defined in:
+TIMER
+Return value:
+#boolean:
+If true, the timer is running.
If true, timer is running. Else it was not started yet or was stopped.
diff --git a/Documentation/Core.UserSound.html b/Documentation/Core.UserSound.html index 55d391d24..3c0537858 100644 --- a/Documentation/Core.UserSound.html +++ b/Documentation/Core.UserSound.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Core.Velocity.html b/Documentation/Core.Velocity.html index d04a6903f..1de8a9d1a 100644 --- a/Documentation/Core.Velocity.html +++ b/Documentation/Core.Velocity.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Core.Zone.html b/Documentation/Core.Zone.html index 45b5eb5a3..959e05b67 100644 --- a/Documentation/Core.Zone.html +++ b/Documentation/Core.Zone.html @@ -670,7 +670,7 @@
diff --git a/Documentation/DCS.html b/Documentation/DCS.html index c63bd28ee..7bf23e454 100644 --- a/Documentation/DCS.html +++ b/Documentation/DCS.html @@ -670,7 +670,7 @@
diff --git a/Documentation/ENUMS.html b/Documentation/ENUMS.html index f59fcacce..d9768a6e8 100644 --- a/Documentation/ENUMS.html +++ b/Documentation/ENUMS.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html index 850cd82f8..61b802811 100644 --- a/Documentation/Functional.ATC_Ground.html +++ b/Documentation/Functional.ATC_Ground.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Arty.html b/Documentation/Functional.Arty.html index c7e7ca6cc..7cc501188 100644 --- a/Documentation/Functional.Arty.html +++ b/Documentation/Functional.Arty.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.CleanUp.html b/Documentation/Functional.CleanUp.html index bb5f368fd..ab5f824c2 100644 --- a/Documentation/Functional.CleanUp.html +++ b/Documentation/Functional.CleanUp.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 8b9a6237a..4cac1cc2c 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -670,7 +670,7 @@
@@ -3257,6 +3257,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
@@ -18246,28 +18246,6 @@ BASE:TraceOnOff( false ) -
diff --git a/Documentation/Functional.FOX.html b/Documentation/Functional.FOX.html index ec700092b..22d308516 100644 --- a/Documentation/Functional.FOX.html +++ b/Documentation/Functional.FOX.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index c16770bfb..8ba817ffc 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.MissileTrainer.html b/Documentation/Functional.MissileTrainer.html index 0719ad41e..8f9c46db2 100644 --- a/Documentation/Functional.MissileTrainer.html +++ b/Documentation/Functional.MissileTrainer.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html index e56b3f97c..e4e5c64bd 100644 --- a/Documentation/Functional.Movement.html +++ b/Documentation/Functional.Movement.html @@ -670,7 +670,7 @@
@@ -1982,20 +1982,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
Contains the counter how many units are currently alive
- -Field(s)
Contains the counter how many units are currently alive
- -diff --git a/Documentation/Functional.Range.html b/Documentation/Functional.Range.html index fb6375672..c0895296b 100644 --- a/Documentation/Functional.Range.html +++ b/Documentation/Functional.Range.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html index b3fe990e5..848fb8efb 100644 --- a/Documentation/Functional.Rat.html +++ b/Documentation/Functional.Rat.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html index c73f3078e..a007be6e7 100644 --- a/Documentation/Functional.Scoring.html +++ b/Documentation/Functional.Scoring.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Sead.html b/Documentation/Functional.Sead.html index ea0c1f883..b0b698abf 100644 --- a/Documentation/Functional.Sead.html +++ b/Documentation/Functional.Sead.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Suppression.html b/Documentation/Functional.Suppression.html index b61094f56..2ca4a2ac9 100644 --- a/Documentation/Functional.Suppression.html +++ b/Documentation/Functional.Suppression.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.Warehouse.html b/Documentation/Functional.Warehouse.html index f8fab405e..24c16860e 100644 --- a/Documentation/Functional.Warehouse.html +++ b/Documentation/Functional.Warehouse.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.ZoneCaptureCoalition.html b/Documentation/Functional.ZoneCaptureCoalition.html index 6e5c83711..b03be2c1b 100644 --- a/Documentation/Functional.ZoneCaptureCoalition.html +++ b/Documentation/Functional.ZoneCaptureCoalition.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.ZoneGoal.html b/Documentation/Functional.ZoneGoal.html index 34774babf..3b4b74a51 100644 --- a/Documentation/Functional.ZoneGoal.html +++ b/Documentation/Functional.ZoneGoal.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.ZoneGoalCargo.html b/Documentation/Functional.ZoneGoalCargo.html index c7d576ea0..92c446028 100644 --- a/Documentation/Functional.ZoneGoalCargo.html +++ b/Documentation/Functional.ZoneGoalCargo.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Functional.ZoneGoalCoalition.html b/Documentation/Functional.ZoneGoalCoalition.html index d468ff567..58082664f 100644 --- a/Documentation/Functional.ZoneGoalCoalition.html +++ b/Documentation/Functional.ZoneGoalCoalition.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index f8796f266..0e4870eb4 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -670,7 +670,7 @@
@@ -8850,6 +8850,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Radio queue of LSO.
+Radio queue of marshal.
+Radio queue of LSO.
+Radio queue of marshal.
+Radio queue of LSO.
+Radio queue of marshal.
+Set case to that of lead.
+Set case of f
Set stack flag.
+Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
+Set section lead of player flight.
-Set time stamp.
-diff --git a/Documentation/Ops.RecoveryTanker.html b/Documentation/Ops.RecoveryTanker.html index 2efcc4e94..6522f3e0a 100644 --- a/Documentation/Ops.RecoveryTanker.html +++ b/Documentation/Ops.RecoveryTanker.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Ops.RescueHelo.html b/Documentation/Ops.RescueHelo.html index e4de431fb..46579dba5 100644 --- a/Documentation/Ops.RescueHelo.html +++ b/Documentation/Ops.RescueHelo.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.CommandCenter.html b/Documentation/Tasking.CommandCenter.html index 1967e9b7e..39b5d78ca 100644 --- a/Documentation/Tasking.CommandCenter.html +++ b/Documentation/Tasking.CommandCenter.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.DetectionManager.html b/Documentation/Tasking.DetectionManager.html index dea8c91c2..b68b82e08 100644 --- a/Documentation/Tasking.DetectionManager.html +++ b/Documentation/Tasking.DetectionManager.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.Mission.html b/Documentation/Tasking.Mission.html index bf8ff2577..36f54c2a0 100644 --- a/Documentation/Tasking.Mission.html +++ b/Documentation/Tasking.Mission.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html index 9ed1b3d46..207775145 100644 --- a/Documentation/Tasking.Task.html +++ b/Documentation/Tasking.Task.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.TaskInfo.html b/Documentation/Tasking.TaskInfo.html index ea41600b9..c95a3e649 100644 --- a/Documentation/Tasking.TaskInfo.html +++ b/Documentation/Tasking.TaskInfo.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.TaskZoneCapture.html b/Documentation/Tasking.TaskZoneCapture.html index 6c5d33c4c..2da022d28 100644 --- a/Documentation/Tasking.TaskZoneCapture.html +++ b/Documentation/Tasking.TaskZoneCapture.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.Task_A2A.html b/Documentation/Tasking.Task_A2A.html index f3dc618cd..c3c20b61d 100644 --- a/Documentation/Tasking.Task_A2A.html +++ b/Documentation/Tasking.Task_A2A.html @@ -670,7 +670,7 @@
diff --git a/Documentation/Tasking.Task_A2A_Dispatcher.html b/Documentation/Tasking.Task_A2A_Dispatcher.html index a41a78a5c..9915d1363 100644 --- a/Documentation/Tasking.Task_A2A_Dispatcher.html +++ b/Documentation/Tasking.Task_A2A_Dispatcher.html @@ -670,7 +670,7 @@
@@ -2648,7 +2648,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html index 53149b97c..0a4d7c054 100644 --- a/Documentation/Tasking.Task_A2G_Dispatcher.html +++ b/Documentation/Tasking.Task_A2G_Dispatcher.html @@ -670,7 +670,7 @@
@@ -2918,14 +2918,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
set to false to suppress flash messages
-set to false to suppress flash messages
-set to false to suppress flash messages
-set to false to suppress flash messages
-
@@ -3037,7 +3037,7 @@ based on the tasking capabilities defined in
+
+