diff --git a/Documentation/Core.Set.html b/Documentation/Core.Set.html
index 2a9e831e2..639cc1ab6 100644
--- a/Documentation/Core.Set.html
+++ b/Documentation/Core.Set.html
@@ -2834,6 +2834,12 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:
SET_AIRBASE:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_AIRBASE:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -3085,7 +3091,13 @@ The following iterator methods are currently available within the SET_ZONE_GOAL:
SET_AIRBASE.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_AIRBASE.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -3804,6 +3816,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_BASE:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_BASE:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -4055,7 +4073,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_BASE.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_BASE.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -4777,6 +4801,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:FilterCategories(Categories) |
Builds a set of clients out of categories.
+ |
+
+
+ SET_CLIENT:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -4795,6 +4825,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:FilterGroupPrefixes(Prefixes) |
Builds a set of clients which belong to groups with certain group names.
+ |
+
+
+ SET_CLIENT:FilterOnce() |
+
+ Filter the set once
|
@@ -4808,6 +4844,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
Builds a set of CLIENTs that contain the given string in their unit/pilot name and NOT the group name!
Attention! Bad naming convention as this does not filter only prefixes but all clients that contain the string.
+ |
+
+
+ SET_CLIENT:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -5026,6 +5068,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_CLIENT:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -5277,7 +5325,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_CLIENT.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_CLIENT.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -5973,12 +6027,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_DYNAMICCARGO:FilterNamePattern(Patterns) |
Builds a set of DYNAMICCARGOs that contain the given string in their name.
+ |
+
+
+ SET_DYNAMICCARGO:FilterOnce() |
+
+ Filter the set once
|
SET_DYNAMICCARGO:FilterPrefixes(Prefixes) |
Builds a set of DYNAMICCARGOs that contain the given string in their name.
+ |
+
+
+ SET_DYNAMICCARGO:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -6191,6 +6257,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_DYNAMICCARGO:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_DYNAMICCARGO:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -6442,7 +6514,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_DYNAMICCARGO.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_DYNAMICCARGO.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -7231,6 +7309,12 @@ provides an easy to use shortcut...
SET_GROUP:FilterCategoryStructure() |
Builds a set of groups out of structure category.
+ |
+
+
+ SET_GROUP:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -7255,6 +7339,12 @@ provides an easy to use shortcut...
SET_GROUP:FilterPrefixes(Prefixes) |
Builds a set of groups that contain the given string in their group name.
+ |
+
+
+ SET_GROUP:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -7517,6 +7607,12 @@ mission designer to add a dedicated method
SET_GROUP:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_GROUP:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -7768,7 +7864,13 @@ mission designer to add a dedicated method
SET_GROUP.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_GROUP.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -8670,6 +8772,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSGROUP:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_OPSGROUP:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -8921,7 +9029,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSGROUP.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_OPSGROUP.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -9574,13 +9688,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSZONE:FilterOnce() |
- Filters for the defined collection.
+Filter the set once
|
SET_OPSZONE:FilterPrefixes(Prefixes) |
Builds a set of OPSZONEs that contain the given string in their name.
+ |
+
+
+ SET_OPSZONE:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -9769,6 +9889,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSZONE:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_OPSZONE:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -10020,7 +10146,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_OPSZONE.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_OPSZONE.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -10844,6 +10976,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_PLAYER:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -11095,7 +11233,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_PLAYER.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_PLAYER.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -11931,6 +12075,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_SCENERY:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_SCENERY:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -12182,7 +12332,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_SCENERY.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_SCENERY.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -12848,6 +13004,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:FilterCategories(Categories) |
Builds a set of units out of categories.
+ |
+
+
+ SET_STATIC:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -12860,12 +13022,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:FilterFunction(ConditionFunction, ...) |
[User] Add a custom condition function.
+ |
+
+
+ SET_STATIC:FilterOnce() |
+
+ Filter the set once
|
SET_STATIC:FilterPrefixes(Prefixes) |
Builds a set of STATICs that contain the given string in their name.
+ |
+
+
+ SET_STATIC:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -13096,6 +13270,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_STATIC:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -13347,7 +13527,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_STATIC.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_STATIC.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -14025,6 +14211,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:FilterCategories(Categories) |
Builds a set of units out of categories.
+ |
+
+
+ SET_UNIT:FilterCoalitions(Coalitions, Clear) |
+
+ Builds a set of objects of same coalitions.
|
@@ -14055,12 +14247,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:FilterHasSEAD() |
Builds a set of SEADable units.
+ |
+
+
+ SET_UNIT:FilterOnce() |
+
+ Filter the set once
|
SET_UNIT:FilterPrefixes(Prefixes) |
Builds a set of UNITs that contain a given string in their unit name.
+ |
+
+
+ SET_UNIT:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -14371,6 +14575,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_UNIT:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -14622,7 +14832,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_UNIT.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_UNIT.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -15282,12 +15498,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE:DrawZone(Coalition, Color, Alpha, FillColor, FillAlpha, LineType, ReadOnly) |
Draw all zones in the set on the F10 map.
+ |
+
+
+ SET_ZONE:FilterOnce() |
+
+ Filter the set once
|
SET_ZONE:FilterPrefixes(Prefixes) |
Builds a set of ZONEs that contain the given string in their name.
+ |
+
+
+ SET_ZONE:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -15542,6 +15770,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_ZONE:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -15793,7 +16027,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_ZONE.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -16617,6 +16857,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL:FilterOnce() |
Filters for the defined collection.
+ |
+
+
+ SET_ZONE_GOAL:FilterSetRegex(NoRegex, ReplaceDash) |
+
+ Set Regex Options for FilterPrefix function.
|
@@ -16868,7 +17114,13 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
SET_ZONE_GOAL.filterNoRegex |
- If true, FilterPrefix ignores special characters and evaluates plain string.
+If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+ |
+
+
+ SET_ZONE_GOAL.filterReplaceDash |
+
+ If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
|
@@ -18740,6 +18992,63 @@ DatabaseSet = SET_AIRBASE:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -24229,10 +24538,21 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
#booleaen
+ #boolean
SET_BASE.filterNoRegex
-
If true, FilterPrefix ignores special characters and evaluates plain string.
+
If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+
+
+
+
+
+
+
+ #boolean
+
SET_BASE.filterReplaceDash
+
+
If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
@@ -24750,6 +25070,63 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -26444,10 +26821,21 @@ DBObject = SET_BASE:New()
-
#booleaen
+ #boolean
SET_BASE.filterNoRegex
-
If true, FilterPrefix ignores special characters and evaluates plain string.
+
If true, FilterPrefix ignores special characters and evaluates plain string. Defaults to false.
+
+
+
+
+
+
+
+ #boolean
+
SET_BASE.filterReplaceDash
+
+
If true then if filterNoRegex is false, replace dashes with regex pattern friendly pattern. Defaults to true
@@ -30647,6 +31035,66 @@ ClientSet = SET_CLIENT:New():FilterActive(false):FilterCoalition("blue"):FilterO
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -30806,6 +31254,36 @@ ClientSet = SET_CLIENT:New():FilterActive(false):FilterCoalition("blue"):FilterO
+
+
+
+
+
+
+
+
Filter the set once
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -30898,6 +31376,63 @@ ClientSet = SET_CLIENT:New():FilterActive(false):FilterCoalition("blue"):FilterO
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -32214,6 +32749,63 @@ DBObject = SET_CLIENT:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -38090,6 +38682,36 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Filter the set once
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -38137,6 +38759,63 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -39237,6 +39916,63 @@ DBObject = SET_DYNAMICCARGO:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -45686,6 +46422,66 @@ GroupSet = SET_GROUP:New():FilterActive(false):FilterCoalition("blue"):FilterOnc
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -45878,6 +46674,63 @@ GroupSet = SET_GROUP:New():FilterActive(false):FilterCoalition("blue"):FilterOnc
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -47602,6 +48455,63 @@ MySetGroup:SetCargoBayWeightLimit()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -54817,6 +55727,63 @@ GroupSet = SET_OPSGROUP:New():FilterActive(false):FilterCoalition("blue"):Filter
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -60370,7 +61337,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-Filters for the defined collection.
+Filter the set once
@@ -60438,6 +61405,63 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -61576,6 +62600,63 @@ If zones overlap, the first zone that validates the test is returned.
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -68269,6 +69350,63 @@ DBObject = SET_PLAYER:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -74929,6 +76067,63 @@ Thus we will get a smooth percentage decrease, if you use this e.g. as success c
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -80591,6 +81786,66 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -80706,6 +81961,36 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Filter the set once
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -80753,6 +82038,63 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -82226,6 +83568,63 @@ DBObject = SET_STATIC:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -88003,6 +89402,66 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce(
+
+
+
+
+
+
+
+
Builds a set of objects of same coalitions.
+
+
+
Possible current coalitions are red, blue and neutral.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #string
+ Coalitions
+
+
+
+
+
Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL
+
+
+
+
+
+
+
+
If true, clear any previously defined filters.
+
+
+
+
Return value:
+
+
+
@@ -88239,6 +89698,36 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce(
+
+
+
+
+
+
+
+
Filter the set once
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -88286,6 +89775,63 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce(
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -90182,6 +91728,63 @@ MySetUnit:SetCargoBayWeightLimit()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -95901,6 +97504,36 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Filter the set once
+
+
+
+
Defined in:
+
+
Return value:
+
+
+
@@ -95948,6 +97581,63 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -97618,6 +99308,63 @@ DatabaseSet = SET_ZONE:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
@@ -104243,6 +105990,63 @@ DatabaseSet = SET_ZONE_GOAL:New()
+
+
+
+
+
+
+
+
Set Regex Options for FilterPrefix function.
+
+
+
+
Defined in:
+
+
Parameters:
+
+
+
+ #boolean
+ NoRegex
+
+
+
+
+
If true, switch off Regex pattern matching for FilterPrefixes.
+
+
+
+
+
+
+ #boolean
+ ReplaceDash
+
+
+
+
+
If false, switch off dash "-" replacement in strings for FilterPrefixes.
+
+
+
+
Return value:
+
+
+
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 565f4c8a2..ee523f703 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2840,7 +2840,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #boolean
SETTINGS.Metric
@@ -4997,7 +4997,7 @@ It is advised to use this method at the start of the mission.
-
+ #boolean
SETTINGS.Metric
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index dd68e900a..d21fec0e4 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -3015,36 +3015,6 @@ and any spaces before and after the resulting name are removed.
SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle) |
- |
-
-
- SPAWN.communication |
-
-
- |
-
-
- SPAWN.frequency |
-
-
- |
-
-
- SPAWN.hidden |
-
-
- |
-
-
- SPAWN.modulation |
-
-
- |
-
-
- SPAWN.skill |
-
-
|
@@ -3804,6 +3774,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -3870,6 +3843,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+ #number
+
SPAWN.SpawnCount
+
+
+
+
+
The internal counter of the amount of spawning the has happened since SpawnStart.
+
@@ -3972,17 +3959,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4049,17 +4025,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4126,6 +4091,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Overwrite unit names by default with group name.
+
@@ -4140,61 +4108,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
By default, no InitLimit
-
-
-
-
-
-
-
-
@@ -4209,32 +4122,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
self:T2( { self.SpawnTemplatePrefix, Vec2} )
-
-
-
-
-
-
-
-
SPAWN.SpawnInitSADL
-
-
-
-
-
we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case
- we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL
-
-
-
-
-
@@ -4448,6 +4335,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4515,7 +4413,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- 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.
@@ -4589,61 +4487,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
-
-
@@ -10570,6 +10413,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Don't repeat the group from Take-Off till Landing and back Take-Off by ReSpawning.
+
@@ -10636,6 +10482,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
+
+
+ #number
+
SPAWN.SpawnCount
+
+
+
+
+
The internal counter of the amount of spawning the has happened since SpawnStart.
+
@@ -10738,17 +10598,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10815,17 +10664,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -10892,6 +10730,9 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. Overwrite unit names by default with group name.
+
@@ -10906,61 +10747,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. By default, no InitLimit
-
-
-
-
-
-
-
-
@@ -10975,32 +10761,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.self:T2( { self.SpawnTemplatePrefix, Vec2} )
-
-
-
-
-
-
-
-
SPAWN.SpawnInitSADL
-
-
-
-
-
we arrived here seeing that self.SpawnInitSADL == nil, but now that we have a SADL (num), we also need to set it to self.SpawnInitSADL in case
- we need to get the next SADL from _DATABASE, or else UTILS.OctalToDecimal() will fail in GetNextSADL
-
-
-
-
-
@@ -11214,6 +10974,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -11281,7 +11052,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups. 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.
@@ -11355,61 +11126,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
-
-
-
-
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html
index 92bab32e1..96a4e3498 100644
--- a/Documentation/Core.SpawnStatic.html
+++ b/Documentation/Core.SpawnStatic.html
@@ -1972,24 +1972,6 @@ such as position and heading.
SPAWNSTATIC:_SpawnStatic(Template, CountryID) |
Spawns a new static using a given template.
- |
-
-
- SPAWNSTATIC.heliport_callsign_id |
-
-
- |
-
-
- SPAWNSTATIC.heliport_frequency |
-
-
- |
-
-
- SPAWNSTATIC.heliport_modulation |
-
-
|
@@ -3106,39 +3088,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
-
@@ -5000,39 +4949,6 @@ Handy if you spawn from cargo statics which have resources already set.
-
-
-
-
-
-
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html
index 26a318580..62075b6b8 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2786,17 +2786,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4113,17 +4102,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -5712,17 +5690,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
diff --git a/Documentation/Functional.AICSAR.html b/Documentation/Functional.AICSAR.html
index 06c71d29e..ffd22195d 100644
--- a/Documentation/Functional.AICSAR.html
+++ b/Documentation/Functional.AICSAR.html
@@ -3357,7 +3357,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
AICSAR.SRSTTSRadio
+
AICSAR.SRSRadio
@@ -6488,7 +6488,7 @@ See
AICSAR:SetPilotTTSVoice() and
AICSAR:SetOperatorTTSVoice(
#boolean
-
AICSAR.SRSTTSRadio
+
AICSAR.SRSRadio
@@ -8457,7 +8457,7 @@ See
AICSAR:SetPilotTTSVoice() and
AICSAR:SetOperatorTTSVoice(
#boolean
-
AICSAR.SRSTTSRadio
+
AICSAR.SRSRadio
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index 43fbe9d91..a8c473f37 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3903,9 +3903,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
Kickspeed
-
@@ -4491,9 +4488,6 @@ An airbase can be specified to set the maximum kick speed for.
-
- Kickspeed
-
diff --git a/Documentation/Functional.Autolase.html b/Documentation/Functional.Autolase.html
index b6eb5fab8..eebad3ce4 100644
--- a/Documentation/Functional.Autolase.html
+++ b/Documentation/Functional.Autolase.html
@@ -2672,6 +2672,17 @@
+
+
+
+
@@ -2683,6 +2694,17 @@
+
+
+
+
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index ef270932c..7ed32eff7 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -2397,17 +2397,6 @@ Use the method DESIGNATE.SetMission() to
-
-
-
-
@@ -2419,17 +2408,6 @@ Use the method DESIGNATE.SetMission() to
-
-
-
-
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html
index 5046ca24a..f24f5d58f 100644
--- a/Documentation/Functional.Detection.html
+++ b/Documentation/Functional.Detection.html
@@ -20017,28 +20017,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
@@ -20188,7 +20166,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
@@ -24964,7 +24920,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
-
-
@@ -26761,7 +26695,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
- #number
+
DETECTION_BASE.RefreshTimeInterval
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index f7a53a281..a0af5c6d3 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -1930,12 +1930,6 @@ in the mission editor are absolute maximum ranges; in-game this is rather 50-75%
MANTIS:GetCommandCenter() |
Function to get the HQ object for further use
- |
-
-
- MANTIS.Groupset |
-
-
|
@@ -4374,8 +4368,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
@@ -4544,17 +4549,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
-
-
-
-
@@ -4577,6 +4571,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The ME name of the HQ object
+
+
+
+
@@ -4616,7 +4621,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Long
@@ -4627,7 +4632,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Medium
@@ -4638,7 +4643,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_PointDef
@@ -4649,7 +4654,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
MANTIS.SAM_Table_Short
@@ -4806,8 +4811,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
MANTIS.SkateZones
+ #number
+
MANTIS.SkateNumber
@@ -5144,6 +5149,61 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Log SAM status in dcs.log every cycle if true.
+
+
+
+
+
+
+
+
@@ -5213,9 +5273,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
switch alarm state RED
-
@@ -9980,8 +10037,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
@@ -10150,17 +10218,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
Table of Core.Zone#ZONE Zones Consider SAM groups in this zone(s) only for this MANTIS instance, must be handed as #table of Zone objects.
-
-
-
-
@@ -10183,6 +10240,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The ME name of the HQ object
+
+
+
+
@@ -10222,7 +10290,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Long
@@ -10233,7 +10301,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Medium
@@ -10244,7 +10312,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_PointDef
@@ -10255,7 +10323,7 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
+ #table
MANTIS.SAM_Table_Short
@@ -10412,8 +10480,8 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
+
+
+
+
+
@@ -10819,9 +10942,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
-
switch alarm state RED
-
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index 63a1a043f..120b42406 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2200,6 +2200,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
+
+
+ #number
+
MOVEMENT.AliveUnits
+
+
+
+
+
Contains the counter how many units are currently alive.
+
+
+
+
@@ -2430,6 +2444,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
+
+
+ #number
+
MOVEMENT.AliveUnits
+
+
+
+
+
Contains the counter how many units are currently alive.
+
+
+
+
-
- RAT.communication |
-
-
- |
-
-
- RAT.frequency |
-
-
- |
-
-
- RAT.hidden |
-
-
- |
-
-
- RAT.modulation |
-
-
- |
-
-
- RAT.skill |
-
-
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index c02005a2e..aa863712f 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3154,7 +3154,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -3165,7 +3165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyonfratricide
@@ -6611,7 +6611,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -6622,7 +6622,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyonfratricide
diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html
index 74ded6a08..16d478599 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -42134,6 +42134,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.
+
+
+
+
@@ -42327,9 +42338,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set time stamp.
-
@@ -42494,7 +42502,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
VNAO Edit - Added
+
VNAO Edit - Added
diff --git a/Documentation/Ops.ArmyGroup.html b/Documentation/Ops.ArmyGroup.html
index bf7d5282d..789718ae5 100644
--- a/Documentation/Ops.ArmyGroup.html
+++ b/Documentation/Ops.ArmyGroup.html
@@ -6743,6 +6743,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -12627,6 +12638,17 @@ and pick the closest unit to this ARMYGROUP.
Field(s)
+
@@ -33137,6 +33159,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Field(s)
+
@@ -34987,6 +35020,17 @@ Optionally, you can calculate the current max weight possible, which accounts fo
Field(s)
+
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index fe08af090..4493c915d 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2838,6 +2838,12 @@ Dropped troop noMessage and forcedesc parameters aren't saved.
CSAR.smokecolor |
+ |
+
+
+ CSAR.speed |
+
+
|
@@ -4584,7 +4590,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -5126,6 +5132,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue
+
+
+
+
@@ -11025,7 +11042,7 @@ callsigns from playername or group name.
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -11567,6 +11584,17 @@ callsigns from playername or group name.
Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue
+
+
+
+
@@ -13673,7 +13701,7 @@ callsigns from playername or group name.
-
Core.Point#COORDINATE
+
CSAR.coordinate
@@ -14215,6 +14243,17 @@ callsigns from playername or group name.
Color of smokemarker for blue side, 0 is green, 1 is red, 2 is white, 3 is orange and 4 is blue
+
+
+
+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index 51b57f661..e6248571c 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -6060,6 +6060,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -6140,6 +6151,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
+
+
+
+
@@ -6160,7 +6182,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.CtldUnits
@@ -6299,7 +6321,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeFMFrequencies
@@ -6310,7 +6332,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
CTLD.FreeUHFFrequencies
@@ -6326,6 +6348,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Beacons
+
@@ -6401,11 +6426,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6434,14 +6462,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -6506,6 +6531,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Smokes and Flares
+
+
+
+
@@ -6603,6 +6639,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
@@ -6625,6 +6683,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -6636,6 +6705,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
@@ -6794,6 +6896,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
+
+
+
+
@@ -6977,7 +7090,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #string
CTLD.locale
@@ -7090,6 +7203,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
enfore engineer build only?
+
+
+
+
@@ -7237,9 +7361,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- message suppression
-
@@ -7306,6 +7427,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ sub categories
+
@@ -23923,6 +24047,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24003,6 +24138,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -24023,7 +24169,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -24162,7 +24308,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -24173,7 +24319,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeUHFFrequencies
@@ -24189,6 +24335,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -24264,11 +24413,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24297,14 +24449,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -24369,6 +24518,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -24466,6 +24626,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
@@ -24488,6 +24670,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -24499,6 +24692,39 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
+
@@ -24657,6 +24883,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -24840,7 +25077,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #string
CTLD.locale
@@ -24953,6 +25190,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -25100,9 +25348,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
- message suppression
-
@@ -25169,6 +25414,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -26766,6 +27014,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -26846,6 +27105,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Name of the class.
+
+
+
+
@@ -26866,7 +27136,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.CtldUnits
@@ -27005,7 +27275,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeFMFrequencies
@@ -27016,7 +27286,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #table
CTLD.FreeUHFFrequencies
@@ -27032,6 +27302,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
Beacons
+
@@ -27107,11 +27380,14 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -27140,14 +27416,11 @@ However, if you create a new folder inside the miz file, which contains the soun
@@ -27212,6 +27485,17 @@ However, if you create a new folder inside the miz file, which contains the soun
Smokes and Flares
+
+
+
+
@@ -27309,6 +27593,28 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
@@ -27331,6 +27637,17 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
@@ -27342,6 +27659,39 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+
+
+
+
+
@@ -27500,6 +27850,17 @@ However, if you create a new folder inside the miz file, which contains the soun
#1570
+
+
+
+
@@ -27683,7 +28044,7 @@ However, if you create a new folder inside the miz file, which contains the soun
-
+ #string
CTLD.locale
@@ -27796,6 +28157,17 @@ However, if you create a new folder inside the miz file, which contains the soun
enfore engineer build only?
+
+
+
+
@@ -27943,9 +28315,6 @@ However, if you create a new folder inside the miz file, which contains the soun
-
- message suppression
-
@@ -28012,6 +28381,9 @@ However, if you create a new folder inside the miz file, which contains the soun
+
+ sub categories
+
@@ -32615,17 +32987,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
-
-
-
-
diff --git a/Documentation/Ops.FlightGroup.html b/Documentation/Ops.FlightGroup.html
index 695059f38..55880e348 100644
--- a/Documentation/Ops.FlightGroup.html
+++ b/Documentation/Ops.FlightGroup.html
@@ -8072,31 +8072,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -8121,20 +8096,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
@@ -18922,31 +18883,6 @@ Here we only check if stuck whilst taxiing.
-
-
-
-
-
@@ -18971,20 +18907,6 @@ Here we only check if stuck whilst taxiing.
-
-
@@ -39815,31 +39737,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
-
-
@@ -39864,20 +39761,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
@@ -42048,31 +41931,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
-
-
-
@@ -42097,20 +41955,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo
-
-
diff --git a/Documentation/Ops.Intel.html b/Documentation/Ops.Intel.html
index 7aa9612a3..38154bd18 100644
--- a/Documentation/Ops.Intel.html
+++ b/Documentation/Ops.Intel.html
@@ -4952,6 +4952,72 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
+
+
+
+
+
+
+
+
+
@@ -10867,6 +10933,72 @@ the radar (nose-on) and 90° when the target crosses the beam (side-on).
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
+
+
+
+
+
+
+
+
+
@@ -12831,6 +12963,72 @@ Sources: public declassified estimates, Jane's, IISS assessments.
Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/Ops.OpsGroup.html b/Documentation/Ops.OpsGroup.html
index 675577471..5c2532f80 100644
--- a/Documentation/Ops.OpsGroup.html
+++ b/Documentation/Ops.OpsGroup.html
@@ -8534,6 +8534,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Init a table.
+
@@ -30324,6 +30327,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+ Init a table.
+
@@ -33454,6 +33460,9 @@ Optionally, you can calculate the current max weight possible, which accounts fo
+
+ Init a table.
+
diff --git a/Documentation/Ops.OpsZone.html b/Documentation/Ops.OpsZone.html
index de09eea7a..ec4971c64 100644
--- a/Documentation/Ops.OpsZone.html
+++ b/Documentation/Ops.OpsZone.html
@@ -3530,6 +3530,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+ Contested.
+
@@ -7347,6 +7350,9 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) --
+
+ Contested.
+
@@ -9301,6 +9307,9 @@ myopszone = OPSZONE:New(ZONE_AIRBASE:New("Batumi",6000),coalition.side.BLUE) --
+
+ Contested.
+
diff --git a/Documentation/Ops.PlayerTask.html b/Documentation/Ops.PlayerTask.html
index 4e5178202..654fada96 100644
--- a/Documentation/Ops.PlayerTask.html
+++ b/Documentation/Ops.PlayerTask.html
@@ -16520,7 +16520,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
+ #number
PLAYERTASKCONTROLLER.lasttaskcount
@@ -24055,7 +24055,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
+ #number
PLAYERTASKCONTROLLER.lasttaskcount
@@ -26540,7 +26540,7 @@ If you don't want SEAD tasks generated, use as follows where "mycontroller" is y
-
+ #number
PLAYERTASKCONTROLLER.lasttaskcount
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html
index fd6b9e2f5..0d479909d 100644
--- a/Documentation/Utilities.FiFo.html
+++ b/Documentation/Utilities.FiFo.html
@@ -3264,17 +3264,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Stack by pointer.
-
-
-
-
@@ -4124,17 +4113,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Stack by pointer.
-
-
-
-
diff --git a/Documentation/Wrapper.Controllable.html b/Documentation/Wrapper.Controllable.html
index cab787542..2e61c8050 100644
--- a/Documentation/Wrapper.Controllable.html
+++ b/Documentation/Wrapper.Controllable.html
@@ -4453,7 +4453,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
@@ -18172,7 +18183,7 @@ mygroup:WayPointExecute()
+
+
+
@@ -22305,7 +22327,7 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
@@ -22959,7 +22992,7 @@ If the Identifiable is alive, true is returned.
+
+
+
@@ -23124,7 +23168,7 @@ If the Identifiable is alive, true is returned.
+
+
+
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index 3b85ebed1..d328d033f 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -3048,28 +3048,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -5197,28 +5175,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -6840,28 +6796,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 94f3ec210..999f9ffd0 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3797,17 +3797,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -7963,17 +7952,6 @@ Coordinates are dependent on the position of the maps origin.
-
-
-
-
@@ -8650,17 +8628,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-
@@ -8848,17 +8815,6 @@ If the Identifiable is alive, true is returned.
-
-
-
-