From 2680b69eebd456a68e828cd1f14d1e657128621d Mon Sep 17 00:00:00 2001
From: FlightControl-User The Defender Default Settings over all Squadrons.
The Defender Default Settings over all Squadrons.
- - - -The Defender Default Settings over all Squadrons.
- - - -The Defender Default Settings over all Squadrons.
- - - -No loading happened, so we need to pickup something else.
- @@ -4491,9 +4488,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -No loading happened, so we need to pickup something else.
- @@ -5106,9 +5100,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -No loading happened, so we need to pickup something else.
- @@ -6359,9 +6350,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -No loading happened, so we need to pickup something else.
- diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index bdad4afa8..efc28e076 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2400,6 +2400,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defauself.CargoObject:Destroy()
+ +Now we spawn the new group based on the template created.
+self.CargoObject:Destroy()
+ +Now we spawn the new group based on the template created.
+COORDINATE:GetIntermediateCoordinate(ToCoordinate, Fraction)
Return an intermediate COORDINATE between this an another coordinate.
+Get Latitude and Longitude in Degrees Decimal Minutes (DDM).
Return the height of the land at the coordinate.
+Get minutes until the next sun rise at this coordinate.
+Get minutes until the next sun set at this coordinate.
Return a random Vec3 within an Outer Radius and optionally NOT within an Inner Radius of the COORDINATE.
+Get todays sun rise time.
+Get sun rise time for a specific date at the coordinate.
+Get todays sun set time.
+Get sun set time for a specific date at the coordinate.
Returns if the 2 coordinates are at the same 2D position.
+Check if it is day, i.e.
Returns if a Coordinate has Line of Sight (LOS) with the ToCoordinate.
+Check if it is night, i.e.
POINT_VEC2:GetIntermediateCoordinate(ToCoordinate, Fraction)
Return an intermediate COORDINATE between this an another coordinate.
+Get Latitude and Longitude in Degrees Decimal Minutes (DDM).
Return the height of the land at the coordinate.
+Get minutes until the next sun rise at this coordinate.
+Get minutes until the next sun set at this coordinate.
Return a random Vec3 within an Outer Radius and optionally NOT within an Inner Radius of the COORDINATE.
+Get todays sun rise time.
+Get sun rise time for a specific date at the coordinate.
+Get todays sun set time.
+Get sun set time for a specific date at the coordinate.
Returns if the 2 coordinates are at the same 2D position.
+Check if it is day, i.e.
Returns if a Coordinate has Line of Sight (LOS) with the ToCoordinate.
+Check if it is night, i.e.
Get Latitude and Longitude in Degrees Decimal Minutes (DDM).
+ +COORDINATE
+#number:
+Latitude in DDM.
+ +#number:
+Lontitude in DDM.
+ +Get minutes until the next sun rise at this coordinate.
+ +COORDINATE
++ OnlyToday +
+If true, only calculate the sun rise of today. If sun has already risen, the time in negative minutes since sunrise is reported.
+ +#number:
+Minutes to the next sunrise.
+ +Get minutes until the next sun set at this coordinate.
+ +COORDINATE
++ OnlyToday +
+If true, only calculate the sun set of today. If sun has already set, the time in negative minutes since sunset is reported.
+ +#number:
+Minutes to the next sunrise.
+ +Get todays sun rise time.
+ +COORDINATE
++ #boolean + InSeconds +
+If true, return the sun rise time in seconds.
+ +#string:
+Sunrise time, e.g. "05:41".
+ +Get sun rise time for a specific date at the coordinate.
+ +COORDINATE
++ #number + Day +
+The day.
+ ++ #number + Month +
+The month.
+ ++ #number + Year +
+The year.
+ ++ #boolean + InSeconds +
+If true, return the sun rise time in seconds.
+ +#string:
+Sunrise time, e.g. "05:41".
+ +Get todays sun set time.
+ +COORDINATE
++ #boolean + InSeconds +
+If true, return the sun set time in seconds.
+ +#string:
+Sunrise time, e.g. "20:41".
+ +Get sun set time for a specific date at the coordinate.
+ +COORDINATE
++ #number + Day +
+The day.
+ ++ #number + Month +
+The month.
+ ++ #number + Year +
+The year.
+ ++ #boolean + InSeconds +
+If true, return the sun rise time in seconds.
+ +#string:
+Sunset time, e.g. "20:41".
+ +Check if it is day, i.e.
+ + +if the sun has risen about the horizon at this coordinate.
+ +COORDINATE
+#boolean:
+If true, it is day. If false, it is night time.
+ +Check if it is night, i.e.
+ + +if the sun has set below the horizon at this coordinate.
+ +COORDINATE
+#boolean:
+If true, it is night. If false, it is day time.
+ +Get Latitude and Longitude in Degrees Decimal Minutes (DDM).
+ +#number:
+Latitude in DDM.
+ +#number:
+Lontitude in DDM.
+ +Get minutes until the next sun rise at this coordinate.
+ ++ OnlyToday +
+If true, only calculate the sun rise of today. If sun has already risen, the time in negative minutes since sunrise is reported.
+ +#number:
+Minutes to the next sunrise.
+ +Get minutes until the next sun set at this coordinate.
+ ++ OnlyToday +
+If true, only calculate the sun set of today. If sun has already set, the time in negative minutes since sunset is reported.
+ +#number:
+Minutes to the next sunrise.
+ +Get todays sun rise time.
+ ++ #boolean + InSeconds +
+If true, return the sun rise time in seconds.
+ +#string:
+Sunrise time, e.g. "05:41".
+ +Get sun rise time for a specific date at the coordinate.
+ ++ #number + Day +
+The day.
+ ++ #number + Month +
+The month.
+ ++ #number + Year +
+The year.
+ ++ #boolean + InSeconds +
+If true, return the sun rise time in seconds.
+ +#string:
+Sunrise time, e.g. "05:41".
+ +Get todays sun set time.
+ ++ #boolean + InSeconds +
+If true, return the sun set time in seconds.
+ +#string:
+Sunrise time, e.g. "20:41".
+ +Get sun set time for a specific date at the coordinate.
+ ++ #number + Day +
+The day.
+ ++ #number + Month +
+The month.
+ ++ #number + Year +
+The year.
+ ++ #boolean + InSeconds +
+If true, return the sun rise time in seconds.
+ +#string:
+Sunset time, e.g. "20:41".
+ +Check if it is day, i.e.
+ + +if the sun has risen about the horizon at this coordinate.
+ +#boolean:
+If true, it is day. If false, it is night time.
+ +Check if it is night, i.e.
+ + +if the sun has set below the horizon at this coordinate.
+ +#boolean:
+If true, it is night. If false, it is day time.
+ +SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)
Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+The internal counter of the amount of spawning the has happened since SpawnStart.
+Overwrite unit names by default with group name.
+By default, no InitLimit
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.
When working in UnControlled mode, all planes are Spawned in UnControlled mode before the scheduler starts.
-The internal counter of the amount of spawning the has happened since SpawnStart.
+Overwrite unit names by default with group name.
+By default, no InitLimit
Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.
Contains the counter how many units are currently alive
- -Contains the counter how many units are currently alive
- -RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)
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 of f
+Set case to that of lead.
@@ -37483,9 +37549,6 @@ BASE:TraceOnOff( false ) - -Make player section lead if he was not before.
- @@ -37530,6 +37593,9 @@ BASE:TraceOnOff( false ) + +Set time stamp.
+ diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html index 81e80053d..4a62314b2 100644 --- a/Documentation/Tasking.Task.html +++ b/Documentation/Tasking.Task.html @@ -2647,6 +2647,17 @@ but can separately be modified later in your mission using the + + + +Checks if a file exists or not.
+Get the time difference between GMT and local time.
Returns the mission date.
+Returns the current date.
+Get the day of the year.
Returns the day of the mission.
+Returns the current day of the year of the mission.
Get the modulation name from its numerical value.
+UTILS.GetSunRiseAndSet(DayOfYear, Latitude, Longitude, Rising, Tlocal)
Get sunrise or sun set of a specific day of the year at a specific location.
+UTILS.GetSunrise(Day, Month, Year, Latitude, Longitude, Rising, Tlocal)
Get sun rise of a specific day of the year at a specific location.
+UTILS.GetSunset(Day, Month, Year, Latitude, Longitude, Rising, Tlocal)
Get sun set of a specific day of the year at a specific location.
Randomize a value by a certain amount.
+Replace illegal characters [<>|/?*:\] in a string.
From http://lua-users.org/wiki/SimpleRound use negative idp for rounding ahead of decimal place, positive for rounding after decimal place
+Seconds of today.
Convert time in seconds to hours, minutes and seconds.
+Cound seconds until next midnight.
Get the time difference between GMT and local time.
+ +UTILS
+#number:
+Local time difference in hours compared to GMT. E.g. Dubai is GMT+4 ==> +4 is returned.
+ +Returns the mission date.
-This is the date the mission started.
+This is the date the mission started.
UTILS
#string:
+Mission date in yyyy/mm/dd format.
+ +#number:
+The year anno domini.
+ +#number:
+The month.
+ +#number:
+The day.
+ +Returns the current date.
+ +UTILS
+#string:
+Mission date in yyyy/mm/dd format.
+ +#number:
+The year anno domini.
+ +#number:
+The month.
+ +#number:
+The day.
+ +Get the day of the year.
+ + +Counting starts on 1st of January.
+ +UTILS
++ #number + Year +
+The year.
+ ++ #number + Month +
+The month.
+ ++ #number + Day +
+The day.
+ +#string:
+#number:
Mission date in yyyy/mm/dd format.
+The day of the year.
Returns the day of the mission.
+ +UTILS
+#number:
+Day of the mission. Mission starts on day 0.
+ +Returns the current day of the year of the mission.
+ +UTILS
+#number:
+Current day of year of the mission. For example, January 1st returns 0, January 2nd returns 1 etc.
+ +Get sunrise or sun set of a specific day of the year at a specific location.
+ +UTILS
++ #number + DayOfYear +
+The day of the year.
+ ++ #number + Latitude +
+Latitude.
+ ++ #number + Longitude +
+Longitude.
+ ++ #boolean + Rising +
+If true, calc sun rise, or sun set otherwise.
+ ++ #number + Tlocal +
+Local time offset in hours. E.g. +4 for a location which has GMT+4.
+ +#number:
+Sun rise/set in seconds of the day.
+ +Get sun rise of a specific day of the year at a specific location.
+ +UTILS
++ #number + Day +
+Day of the year.
+ ++ #number + Month +
+Month of the year.
+ ++ #number + Year +
+Year.
+ ++ #number + Latitude +
+Latitude.
+ ++ #number + Longitude +
+Longitude.
+ ++ #boolean + Rising +
+If true, calc sun rise, or sun set otherwise.
+ ++ #number + Tlocal +
+Local time offset in hours. E.g. +4 for a location which has GMT+4. Default 0.
+ +#number:
+Sun rise in seconds of the day.
+ +Get sun set of a specific day of the year at a specific location.
+ +UTILS
++ #number + Day +
+Day of the year.
+ ++ #number + Month +
+Month of the year.
+ ++ #number + Year +
+Year.
+ ++ #number + Latitude +
+Latitude.
+ ++ #number + Longitude +
+Longitude.
+ ++ #boolean + Rising +
+If true, calc sun rise, or sun set otherwise.
+ ++ #number + Tlocal +
+Local time offset in hours. E.g. +4 for a location which has GMT+4. Default 0.
+ +#number:
+Sun rise in seconds of the day.
+ +Replace illegal characters [<>|/?*:\] in a string.
+ +UTILS
++ #string + Text +
+Input text.
+ ++ #string + ReplaceBy +
+Replace illegal characters by this character or string. Default underscore "_".
+ +#string:
+The input text with illegal chars replaced.
+ +Seconds of today.
+ +UTILS
+#number:
+Seconds passed since last midnight.
+ +Cound seconds until next midnight.
+ +UTILS
+#number:
+Seconds to midnight.
+ +