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_AIRBASE:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -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_BASE:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_BASE

+
+

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -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
+ + + +
+ +
+

SET_CLIENT:FilterCoalitions(Coalitions, Clear)

+
+ +

Builds a set of objects of same coalitions.

+ + +

Possible current coalitions are red, blue and neutral.

+ +
+
+

Defined in:

+
+

SET_CLIENT

+
+

Parameters:

+
+
+

+ #string + Coalitions +

+
+
+ +

Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL

+ +
+
+
+
+

+ #boolean + Clear +

+
+
+ +

If true, clear any previously defined filters.

+ +
+
+

Return value:

+
+ +
+ +

self

+ +
+
+
+
@@ -30806,6 +31254,36 @@ ClientSet = SET_CLIENT:New():FilterActive(false):FilterCoalition("blue"):FilterO + + + +
+ +
+

SET_CLIENT:FilterOnce()

+
+ +

Filter the set once

+ +
+
+

Defined in:

+
+

SET_CLIENT

+
+

Return value:

+
+ +
+ +

self

+ +
+
+
+
@@ -30898,6 +31376,63 @@ ClientSet = SET_CLIENT:New():FilterActive(false):FilterCoalition("blue"):FilterO + + + +
+ +
+

SET_CLIENT:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_CLIENT

+
+

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:

+
+ +
+ +

self

+ +
+
+
+
@@ -32214,6 +32749,63 @@ DBObject = SET_CLIENT:New() + + + +
+ +
+

SET_CLIENT:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -38090,6 +38682,36 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_DYNAMICCARGO:FilterOnce()

+
+ +

Filter the set once

+ +
+
+

Defined in:

+
+

SET_DYNAMICCARGO

+
+

Return value:

+
+ +
+ +

self

+ +
+
+
+
@@ -38137,6 +38759,63 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_DYNAMICCARGO:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_DYNAMICCARGO

+
+

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:

+
+ +
+ +

self

+ +
+
+
+
@@ -39237,6 +39916,63 @@ DBObject = SET_DYNAMICCARGO:New() + + + +
+ +
+

SET_DYNAMICCARGO:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -45686,6 +46422,66 @@ GroupSet = SET_GROUP:New():FilterActive(false):FilterCoalition("blue"):FilterOnc + + + +
+ +
+

SET_GROUP:FilterCoalitions(Coalitions, Clear)

+
+ +

Builds a set of objects of same coalitions.

+ + +

Possible current coalitions are red, blue and neutral.

+ +
+
+

Defined in:

+
+

SET_GROUP

+
+

Parameters:

+
+
+

+ #string + Coalitions +

+
+
+ +

Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL

+ +
+
+
+
+

+ #boolean + Clear +

+
+
+ +

If true, clear any previously defined filters.

+ +
+
+

Return value:

+
+
+

#SET_GROUP:

+
+
+ +

self

+ +
+
+
+
@@ -45878,6 +46674,63 @@ GroupSet = SET_GROUP:New():FilterActive(false):FilterCoalition("blue"):FilterOnc + + + +
+ +
+

SET_GROUP:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_GROUP

+
+

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:

+
+
+

#SET_GROUP:

+
+
+ +

self

+ +
+
+
+
@@ -47602,6 +48455,63 @@ MySetGroup:SetCargoBayWeightLimit() + + + +
+ +
+

SET_GROUP:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -54817,6 +55727,63 @@ GroupSet = SET_OPSGROUP:New():FilterActive(false):FilterCoalition("blue"):Filter + + + +
+ +
+

SET_OPSGROUP:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -60370,7 +61337,7 @@ When moose is loading dynamically (for moose class development), tracing is swit

SET_OPSZONE:FilterOnce()

-

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_OPSZONE:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_OPSZONE

+
+

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:

+
+ +
+ +

self

+ +
+
+
+
@@ -61576,6 +62600,63 @@ If zones overlap, the first zone that validates the test is returned.

+ + + +
+ +
+

SET_OPSZONE:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -68269,6 +69350,63 @@ DBObject = SET_PLAYER:New() + + + +
+ +
+

SET_PLAYER:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -74929,6 +76067,63 @@ Thus we will get a smooth percentage decrease, if you use this e.g. as success c + + + +
+ +
+

SET_SCENERY:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -80591,6 +81786,66 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_STATIC:FilterCoalitions(Coalitions, Clear)

+
+ +

Builds a set of objects of same coalitions.

+ + +

Possible current coalitions are red, blue and neutral.

+ +
+
+

Defined in:

+
+

SET_STATIC

+
+

Parameters:

+
+
+

+ #string + Coalitions +

+
+
+ +

Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL

+ +
+
+
+
+

+ #boolean + Clear +

+
+
+ +

If true, clear any previously defined filters.

+ +
+
+

Return value:

+
+ +
+ +

self

+ +
+
+
+
@@ -80706,6 +81961,36 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_STATIC:FilterOnce()

+
+ +

Filter the set once

+ +
+
+

Defined in:

+
+

SET_STATIC

+
+

Return value:

+
+ +
+ +

self

+ +
+
+
+
@@ -80753,6 +82038,63 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_STATIC:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_STATIC

+
+

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:

+
+ +
+ +

self

+ +
+
+
+
@@ -82226,6 +83568,63 @@ DBObject = SET_STATIC:New() + + + +
+ +
+

SET_STATIC:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -88003,6 +89402,66 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce( + + + +
+ +
+

SET_UNIT:FilterCoalitions(Coalitions, Clear)

+
+ +

Builds a set of objects of same coalitions.

+ + +

Possible current coalitions are red, blue and neutral.

+ +
+
+

Defined in:

+
+

SET_UNIT

+
+

Parameters:

+
+
+

+ #string + Coalitions +

+
+
+ +

Can take the following values: "red", "blue", "neutral" and coalition.side.RED, coalition.side.BLUE,coalition.side.NEUTRAL

+ +
+
+
+
+

+ #boolean + Clear +

+
+
+ +

If true, clear any previously defined filters.

+ +
+
+

Return value:

+
+
+

#SET_UNIT:

+
+
+ +

self

+ +
+
+
+
@@ -88239,6 +89698,36 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce( + + + +
+ +
+

SET_UNIT:FilterOnce()

+
+ +

Filter the set once

+ +
+
+

Defined in:

+
+

SET_UNIT

+
+

Return value:

+
+
+

#SET_UNIT:

+
+
+ +

self

+ +
+
+
+
@@ -88286,6 +89775,63 @@ UnitSet = SET_UNIT:New():FilterActive(false):FilterCoalition("blue"):FilterOnce( + + + +
+ +
+

SET_UNIT:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_UNIT

+
+

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:

+
+
+

#SET_UNIT:

+
+
+ +

self

+ +
+
+
+
@@ -90182,6 +91728,63 @@ MySetUnit:SetCargoBayWeightLimit() + + + +
+ +
+

SET_UNIT:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -95901,6 +97504,36 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_ZONE:FilterOnce()

+
+ +

Filter the set once

+ +
+
+

Defined in:

+
+

SET_ZONE

+
+

Return value:

+
+
+

#SET_ZONE:

+
+
+ +

self

+ +
+
+
+
@@ -95948,6 +97581,63 @@ When moose is loading dynamically (for moose class development), tracing is swit + + + +
+ +
+

SET_ZONE:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

Set Regex Options for FilterPrefix function.

+ +
+
+

Defined in:

+
+

SET_ZONE

+
+

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:

+
+
+

#SET_ZONE:

+
+
+ +

self

+ +
+
+
+
@@ -97618,6 +99308,63 @@ DatabaseSet = SET_ZONE:New() + + + +
+ +
+

SET_ZONE:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
@@ -104243,6 +105990,63 @@ DatabaseSet = SET_ZONE_GOAL:New() + + + +
+ +
+

SET_ZONE_GOAL:FilterSetRegex(NoRegex, ReplaceDash)

+
+ +

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:

+
+
+

#SET_BASE:

+
+
+ +

self

+ +
+
+
+
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 - - - -
-
- - -SPAWN.SpawnInitAirbase - - -
@@ -4049,17 +4025,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -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

- - - -
-
- - -SPAWN.SpawnInitLivery - - - -
- -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPostfix - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPrefix - - - -
- -
-
-
- - -SPAWN.SpawnInitModu - - -
@@ -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

- -
- -
-
-
- - #string -SPAWN.SpawnInitSkill - - -
@@ -4448,6 +4335,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -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 - - - -
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.hidden - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.skill - - -
@@ -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.

- - -
-
- - -SPAWN.SpawnInitAirbase - - -
@@ -10815,17 +10664,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- - -
-
- - -SPAWN.SpawnInitFreq - - -
@@ -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

- - - -
-
- - -SPAWN.SpawnInitLivery - - - -
- -
-
-
- - -SPAWN.SpawnInitModex - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPostfix - - - -
- -
-
-
- - -SPAWN.SpawnInitModexPrefix - - - -
- -
-
-
- - -SPAWN.SpawnInitModu - - -
@@ -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

- -
- -
-
-
- - #string -SPAWN.SpawnInitSkill - - -
@@ -11214,6 +10974,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -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.

- - -
-
- - -SPAWN.communication - - - -
- -
-
-
- - -SPAWN.frequency - - - -
- -
-
-
- - -SPAWN.hidden - - - -
- -
-
-
- - -SPAWN.modulation - - - -
- -
-
-
- - -SPAWN.skill - - -
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 - - - -
-
- - -SPAWNSTATIC.heliport_callsign_id - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_frequency - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_modulation - - -
@@ -5000,39 +4949,6 @@ Handy if you spawn from cargo statics which have resources already set.

- - - -
-
- - -SPAWNSTATIC.heliport_callsign_id - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_frequency - - - -
- -
-
-
- - -SPAWNSTATIC.heliport_modulation - - -
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 - - - -
-
- - -SPOT.Target - - -
@@ -4113,17 +4102,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
@@ -5712,17 +5690,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.Target - - -
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 @@ + + + +
+
+ + #number +AUTOLASE.cooldowntime + + +
@@ -2683,6 +2694,17 @@ + + + +
+
+ + #boolean +AUTOLASE.forcecooldown + + +
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 - - - -
-
- - #table -DESIGNATE.LaserCodes - - -
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 - - - -
-
- - #number -DETECTION_BASE.DetectedItemCount - - - -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -20188,7 +20166,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
- #number + DETECTION_BASE.RefreshTimeInterval @@ -24793,28 +24771,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemCount - - - -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -24964,7 +24920,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
- #number + DETECTION_BASE.RefreshTimeInterval @@ -26590,28 +26546,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemCount - - - -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -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
- -MANTIS.AWACS_Prefix + #table +MANTIS.AcceptZones @@ -4423,6 +4417,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #table +MANTIS.ConflictZones + + +
@@ -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.

-
- -
-
-
- - -MANTIS.Groupset - - -
@@ -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

+ + + +
+
+ + #table +MANTIS.RejectZones + + +
@@ -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.

+
+ +
+
+
+ + #number +MANTIS.maxclassic + + + +
+ +
+
+
+ + #number +MANTIS.maxlongrange + + + +
+ +
+
+
+ + #number +MANTIS.maxmidrange + + + +
+ +
+
+
+ + #number +MANTIS.maxpointdefrange + + + +
+ +
+
+
+ + #number +MANTIS.maxshortrange + + +
@@ -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)`
- -MANTIS.AWACS_Prefix + #table +MANTIS.AcceptZones @@ -10029,6 +10086,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` +
+ +
+
+
+ + #table +MANTIS.ConflictZones + + +
@@ -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.

-
- -
-
-
- - -MANTIS.Groupset - - -
@@ -10183,6 +10240,17 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The ME name of the HQ object

+
+ +
+
+
+ + #table +MANTIS.RejectZones + + +
@@ -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)`
- -MANTIS.SkateZones + #number +MANTIS.SkateNumber @@ -10750,6 +10818,61 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

Log SAM status in dcs.log every cycle if true.

+
+ +
+
+
+ + #number +MANTIS.maxclassic + + + +
+ +
+
+
+ + #number +MANTIS.maxlongrange + + + +
+ +
+
+
+ + #number +MANTIS.maxmidrange + + + +
+ +
+
+
+ + #number +MANTIS.maxpointdefrange + + + +
+ +
+
+
+ + #number +MANTIS.maxshortrange + + +
@@ -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.

+ +
+ +
diff --git a/Documentation/Functional.RAT.html b/Documentation/Functional.RAT.html index 46f089457..b7ef64bcf 100644 --- a/Documentation/Functional.RAT.html +++ b/Documentation/Functional.RAT.html @@ -4605,36 +4605,6 @@ and any spaces before and after the resulting name are removed.

RAT:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)

- - - -

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.

+
+ +
+
+
+ + #boolean +AIRBOSS.PlayerData.holding + + +
@@ -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

+
+ +
+
+
+ + +CSAR.speed + + +
@@ -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

+
+ +
+
+
+ + +CSAR.speed + + +
@@ -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

+
+ +
+
+
+ + +CSAR.speed + + +
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 +
+ +
+
+
+ + #number +CTLD.CargoCounter + + +
@@ -6140,6 +6151,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -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
- + #table CTLD.PilotGroups + +

tables

+
@@ -6434,14 +6462,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -6506,6 +6531,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Smokes and Flares

+
+ +
+
+
+ + +CTLD.Spawned_Cargo + + +
@@ -6603,6 +6639,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +CTLD.UserSetGroup + + + +
+ +
+ @@ -6625,6 +6683,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + +
@@ -6636,6 +6705,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #table +CTLD._cargoByTemplate + + + +
+ +
+
+
+ + #table +CTLD._crateOrStaticByName + + + +
+ +
+
+
+ + #table +CTLD._troopsByName + + +
@@ -6794,6 +6896,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

#1570

+
+ +
+
+
+ + #table +CTLD.droppedBeacons + + +
@@ -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?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -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 +
+ +
+
+
+ + #number +CTLD.CargoCounter + + +
@@ -24003,6 +24138,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+
+ +
+
+
+ + #number +CTLD.CrateCounter + + +
@@ -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
- + #table CTLD.PilotGroups + +

tables

+
@@ -24297,14 +24449,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -24369,6 +24518,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Smokes and Flares

+
+ +
+
+
+ + +CTLD.Spawned_Cargo + + +
@@ -24466,6 +24626,28 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + +CTLD.UserSetGroup + + + +
+ +
+ @@ -24488,6 +24670,17 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #number +CTLD._c130DcAutoSeq + + +
@@ -24499,6 +24692,39 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + #table +CTLD._cargoByTemplate + + + +
+ +
+
+
+ + #table +CTLD._crateOrStaticByName + + + +
+ +
+
+
+ + #table +CTLD._troopsByName + + +
@@ -24657,6 +24883,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+
+ + +
+
+ + #table +CTLD.droppedBeacons + + +
@@ -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?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -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 + + + +
+
+ + #number +CTLD.CargoCounter + + +
@@ -26846,6 +27105,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Name of the class.

+ + + +
+
+ + #number +CTLD.CrateCounter + + +
@@ -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
- + #table CTLD.PilotGroups + +

tables

+
@@ -27140,14 +27416,11 @@ However, if you create a new folder inside the miz file, which contains the soun
- + #string CTLD.RadioPath - -

Folderpath.

-
@@ -27212,6 +27485,17 @@ However, if you create a new folder inside the miz file, which contains the soun

Smokes and Flares

+
+ +
+
+
+ + +CTLD.Spawned_Cargo + + +
@@ -27309,6 +27593,28 @@ However, if you create a new folder inside the miz file, which contains the soun +
+ +
+
+
+ + +CTLD.UserSetGroup + + + +
+ +
+
+
+ + +CTLD.VehicleMoveFormation + + +
@@ -27331,6 +27637,17 @@ However, if you create a new folder inside the miz file, which contains the soun + + + +
+
+ + #number +CTLD._c130DcAutoSeq + + +
@@ -27342,6 +27659,39 @@ However, if you create a new folder inside the miz file, which contains the soun + + + +
+
+ + #table +CTLD._cargoByTemplate + + + +
+ +
+
+
+ + #table +CTLD._crateOrStaticByName + + + +
+ +
+
+
+ + #table +CTLD._troopsByName + + +
@@ -27500,6 +27850,17 @@ However, if you create a new folder inside the miz file, which contains the soun

#1570

+ + + +
+
+ + #table +CTLD.droppedBeacons + + +
@@ -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?

+
+ +
+
+
+ + #boolean +CTLD.onestepmenu + + +
@@ -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.

- - - -
-
- - #number -CTLD.UnitTypeCapabilities.length - - -
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 - - - -
-
- - -FLIGHTGROUP.isLandingAtAirbase - - - -
- -
-
-
- - #boolean -FLIGHTGROUP.isLateActivated - - - - -

No late activation.

-
@@ -8121,20 +8096,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
@@ -18922,31 +18883,6 @@ Here we only check if stuck whilst taxiing.

-
- -
-
-
- - -FLIGHTGROUP.isLandingAtAirbase - - - -
- -
-
-
- - #boolean -FLIGHTGROUP.isLateActivated - - - - -

No late activation.

-
@@ -18971,20 +18907,6 @@ Here we only check if stuck whilst taxiing.

- -
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
@@ -39815,31 +39737,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo -
- -
-
-
- - -FLIGHTGROUP.isLandingAtAirbase - - - -
- -
-
-
- - #boolean -FLIGHTGROUP.isLateActivated - - - - -

No late activation.

-
@@ -39864,20 +39761,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
@@ -42048,31 +41931,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo -
- -
-
-
- - -FLIGHTGROUP.isLandingAtAirbase - - - -
- -
-
-
- - #boolean -FLIGHTGROUP.isLateActivated - - - - -

No late activation.

-
@@ -42097,20 +41955,6 @@ Optionally, you can calculate the current max weight possible, which accounts fo - -
-
- - #boolean -FLIGHTGROUP.isUncontrolled - - - - -

Spawn in uncontrolled state.

- -
-
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}

+
+ +
+
+
+ + #boolean +INTEL.DetectDLINK + + + +
+ +
+
+
+ + #boolean +INTEL.DetectIRST + + + +
+ +
+
+
+ + #boolean +INTEL.DetectOptical + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRWR + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRadar + + + +
+ +
+
+
+ + #boolean +INTEL.DetectVisual + + +
@@ -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}

+ + + +
+
+ + #boolean +INTEL.DetectDLINK + + + +
+ +
+
+
+ + #boolean +INTEL.DetectIRST + + + +
+ +
+
+
+ + #boolean +INTEL.DetectOptical + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRWR + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRadar + + + +
+ +
+
+
+ + #boolean +INTEL.DetectVisual + + +
@@ -12831,6 +12963,72 @@ Sources: public declassified estimates, Jane's, IISS assessments.

Types of units we can detect accousticly. Defaults to {Unit.Category.HELICOPTER}

+ + + +
+
+ + #boolean +INTEL.DetectDLINK + + + +
+ +
+
+
+ + #boolean +INTEL.DetectIRST + + + +
+ +
+
+
+ + #boolean +INTEL.DetectOptical + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRWR + + + +
+ +
+
+
+ + #boolean +INTEL.DetectRadar + + + +
+ +
+
+
+ + #boolean +INTEL.DetectVisual + + +
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.

-
- -
-
-
- - #number -FIFO.uniquecounter - - -
@@ -4124,17 +4113,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Stack by pointer.

-
- -
-
-
- - #number -FIFO.uniquecounter - - -
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
#boolean -CONTROLLABLE.IRMarkerGroup +CONTROLLABLE.IRMarkerUnit @@ -4479,6 +4479,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +CONTROLLABLE.timer + + +
@@ -18172,7 +18183,7 @@ mygroup:WayPointExecute()
#boolean -CONTROLLABLE.IRMarkerGroup +CONTROLLABLE.IRMarkerUnit @@ -18198,6 +18209,17 @@ mygroup:WayPointExecute() +
+ +
+
+
+ + +CONTROLLABLE.timer + + +
@@ -22305,7 +22327,7 @@ Coordinates are dependent on the position of the maps origin.

#boolean -CONTROLLABLE.IRMarkerGroup +CONTROLLABLE.IRMarkerUnit @@ -22331,6 +22353,17 @@ Coordinates are dependent on the position of the maps origin.

+
+ + +
+
+ + +CONTROLLABLE.timer + + +
@@ -22959,7 +22992,7 @@ If the Identifiable is alive, true is returned.

#boolean -CONTROLLABLE.IRMarkerGroup +CONTROLLABLE.IRMarkerUnit @@ -22985,6 +23018,17 @@ If the Identifiable is alive, true is returned.

+
+ + +
+
+ + +CONTROLLABLE.timer + + +
@@ -23124,7 +23168,7 @@ If the Identifiable is alive, true is returned.

#boolean -CONTROLLABLE.IRMarkerGroup +CONTROLLABLE.IRMarkerUnit @@ -23150,6 +23194,17 @@ If the Identifiable is alive, true is returned.

+
+ + +
+
+ + +CONTROLLABLE.timer + + +
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 - - - -
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
@@ -5197,28 +5175,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
@@ -6840,28 +6796,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #boolean -MARKER.tocoalition - - - -
- -
-
-
- - #boolean -MARKER.togroup - - -
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 - - - -
-
- - Core.Spot#SPOT -POSITIONABLE.Spot - - -
@@ -7963,17 +7952,6 @@ Coordinates are dependent on the position of the maps origin.

- - - -
-
- - Core.Spot#SPOT -POSITIONABLE.Spot - - -
@@ -8650,17 +8628,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - Core.Spot#SPOT -POSITIONABLE.Spot - - -
@@ -8848,17 +8815,6 @@ If the Identifiable is alive, true is returned.

- - - -
-
- - Core.Spot#SPOT -POSITIONABLE.Spot - - -