From ca7c5b5b5b710999089ad6234a16bf4072cefbbf Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sat, 26 Mar 2022 22:40:51 +0000 Subject: [PATCH] MOOSE generated documentation [skip ci] --- Documentation/AI.AI_Air.html | 44 +++ Documentation/AI.AI_Air_Squadron.html | 22 ++ Documentation/AI.AI_Cargo_Airplane.html | 56 ++++ Documentation/Cargo.CargoGroup.html | 34 +-- Documentation/Core.Fsm.html | 4 +- Documentation/Core.Settings.html | 22 ++ Documentation/Core.Spawn.html | 112 +++++++- Documentation/Core.SpawnStatic.html | 84 ------ Documentation/Core.Spot.html | 99 ------- Documentation/Functional.Designate.html | 55 ++++ Documentation/Functional.Detection.html | 33 +++ Documentation/Functional.Mantis.html | 28 -- Documentation/Functional.Rat.html | 12 + Documentation/Ops.Airboss.html | 62 ++++- Documentation/Ops.CSAR.html | 6 +- Documentation/Ops.CTLD.html | 258 ++---------------- Documentation/Tasking.Task.html | 22 ++ Documentation/Tasking.Task_Cargo.html | 11 + .../Tasking.Task_Cargo_Dispatcher.html | 184 ++++++++++++- Documentation/Wrapper.Client.html | 14 +- Documentation/Wrapper.Group.html | 78 +----- Documentation/Wrapper.Marker.html | 66 +++++ 22 files changed, 721 insertions(+), 585 deletions(-) diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html index 8396e6637..159977bc1 100644 --- a/Documentation/AI.AI_Air.html +++ b/Documentation/AI.AI_Air.html @@ -2934,6 +2934,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -5678,6 +5689,17 @@ Once the time is finished, the old AI will return to the base.

+ + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -6403,6 +6425,17 @@ Once the time is finished, the old AI will return to the base.

+ + + +
+
+ + #number +AI_AIR.IdleCount + + +
@@ -8020,6 +8053,17 @@ Once the time is finished, the old AI will return to the base.

+ + + +
+
+ + #number +AI_AIR.IdleCount + + +
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html index 0d4013861..fc1f0f648 100644 --- a/Documentation/AI.AI_Air_Squadron.html +++ b/Documentation/AI.AI_Air_Squadron.html @@ -2437,6 +2437,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
@@ -3508,6 +3519,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index e8756f1aa..61b2bec73 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2620,6 +2620,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Field(s)

+
+ + +
@@ -2675,6 +2686,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Aircraft is on a pickup mission.

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

Field(s)

+
+ + +
@@ -4448,6 +4473,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Aircraft is on a pickup mission.

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

Field(s)

+
+ + +
@@ -5063,6 +5102,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Aircraft is on a pickup mission.

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

Field(s)

+
+ + +
@@ -6570,6 +6623,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Aircraft is on a pickup mission.

+
diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html index 51d6dc2b2..f82ea5469 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -1820,24 +1820,13 @@ Controls a network of short range air/missile defense groups.

-CARGO_GROUP.CargoCarrier - - - - -

self.CargoObject:Destroy()

- -
- - -
-
- - CARGO_GROUP.CargoGroup + +

Then we register the new group in the database

+
@@ -3152,24 +3141,13 @@ This works for ground only groups.

-CARGO_GROUP.CargoCarrier - - - - -

self.CargoObject:Destroy()

- -
- - -
-
- - CARGO_GROUP.CargoGroup + +

Then we register the new group in the database

+
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 3e303283d..789151b7f 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -5651,7 +5651,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState @@ -7254,7 +7254,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index 8f8db79f6..d673618b1 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2774,6 +2774,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SETTINGS.PlayerMenu + + +
@@ -4868,6 +4879,17 @@ It is advised to use this method at the start of the mission.

+
+ +
+
+
+ + +SETTINGS.PlayerMenu + + +
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 0575d2483..4e8af42bc 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -2747,6 +2747,18 @@ and any spaces before and after the resulting name are removed.

SPAWN.livery_id

+ + + +

SPAWN.modulation

+ + + + + +

SPAWN.uncontrolled

+ + @@ -3378,9 +3390,6 @@ 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.

- @@ -3615,8 +3624,16 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ -

By default, no InitLimit

+SPAWN.SpawnInitModex + +
@@ -3671,7 +3688,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + SPAWN.SpawnMaxGroups @@ -3685,7 +3702,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number + SPAWN.SpawnMaxUnitsAlive @@ -3831,6 +3848,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -3928,6 +3956,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ +
+
+
+ + +SPAWN.modulation + + + +
+ +
+
+
+ + +SPAWN.uncontrolled + + +
@@ -8773,9 +8823,6 @@ 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.

-
@@ -9010,8 +9057,16 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ -

By default, no InitLimit

+SPAWN.SpawnInitModex + +
@@ -9066,7 +9121,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- #number + SPAWN.SpawnMaxGroups @@ -9080,7 +9135,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

- #number + SPAWN.SpawnMaxUnitsAlive @@ -9226,6 +9281,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ +
+
+
+ + #boolean +SPAWN.SpawnUnControlled + + +
@@ -9323,6 +9389,28 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ +
+
+
+ + +SPAWN.modulation + + + +
+ +
+
+
+ + +SPAWN.uncontrolled + + +
diff --git a/Documentation/Core.SpawnStatic.html b/Documentation/Core.SpawnStatic.html index d6ae8cb0f..77e8446f4 100644 --- a/Documentation/Core.SpawnStatic.html +++ b/Documentation/Core.SpawnStatic.html @@ -1865,24 +1865,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

- - @@ -2789,39 +2771,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- - -
- - -
-
- - -
-
-
@@ -4043,39 +3992,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
- - -
-
- - -
-
-
diff --git a/Documentation/Core.Spot.html b/Documentation/Core.Spot.html index 41988fee0..a09822339 100644 --- a/Documentation/Core.Spot.html +++ b/Documentation/Core.Spot.html @@ -2669,39 +2669,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.ScheduleID - - - -
- -
-
-
- - -SPOT.SpotIR - - - -
- -
-
-
- - -SPOT.SpotLaser - - -
@@ -3915,39 +3882,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.ScheduleID - - - -
- -
-
-
- - -SPOT.SpotIR - - - -
- -
-
-
- - -SPOT.SpotLaser - - -
@@ -5452,39 +5386,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - -SPOT.ScheduleID - - - -
- -
-
-
- - -SPOT.SpotIR - - - -
- -
-
-
- - -SPOT.SpotLaser - - -
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 6f4a09cd6..3517980c2 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -3433,6 +3433,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -6590,6 +6601,17 @@ Designate:SetFlashStatusMenu( false ) + + + +
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -7389,6 +7411,17 @@ Designate:SetFlashStatusMenu( false ) + + + +
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -8158,6 +8191,17 @@ Designate:SetFlashStatusMenu( false ) + + + +
+
+ + #table +DESIGNATE.LaserCodes + + +
@@ -9819,6 +9863,17 @@ Designate:SetFlashStatusMenu( false ) + + + +
+
+ + #table +DESIGNATE.LaserCodes + + +
diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index 903a03706..74838cdcd 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -19039,7 +19039,18 @@ When moose is loading dynamically (for moose class development), tracing is swit
+ #boolean +DETECTION_BASE.Locking + + +
+ +
+
+
+ + #number DETECTION_BASE.RefreshTimeInterval @@ -23730,7 +23741,18 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+ #boolean +DETECTION_BASE.Locking + + +
+ +
+
+
+ + #number DETECTION_BASE.RefreshTimeInterval @@ -25476,7 +25498,18 @@ zones that reflect cloudy areas where detected units may not be so easily visual
+ #boolean +DETECTION_BASE.Locking + + +
+ +
+
+
+ + #number DETECTION_BASE.RefreshTimeInterval diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html index 3e282e831..20e252425 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -2899,17 +2899,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

The #DETECTION_AREAS object for AWACS

-
- -
-
-
- - -MANTIS.AWACS_Prefix - - -
@@ -3345,9 +3334,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

switch alarm state RED

-
@@ -6564,17 +6550,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`

The #DETECTION_AREAS object for AWACS

-
- -
-
-
- - -MANTIS.AWACS_Prefix - - -
@@ -7010,9 +6985,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` - -

switch alarm state RED

- diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html index f455e50f4..3399af36f 100644 --- a/Documentation/Functional.Rat.html +++ b/Documentation/Functional.Rat.html @@ -4343,6 +4343,18 @@ and any spaces before and after the resulting name are removed.

RAT.livery_id

+ + + +

RAT.modulation

+ + + + + +

RAT.uncontrolled

+ + diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 9288c1343..afcfb28e6 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -1530,6 +1530,7 @@ Controls a network of short range air/missile defense groups.

  • USS George Washington (CVN-73) [Super Carrier Module]
  • USS Harry S. Truman (CVN-75) [Super Carrier Module]
  • USS Forrestal (CV-59) [Heatblur Carrier Module]
  • +
  • HMS Hermes (R12) [WIP]
  • USS Tarawa (LHA-1) [WIP]
  • USS America (LHA-6) [WIP]
  • Juan Carlos I (L61) [WIP]
  • @@ -1552,7 +1553,7 @@ Controls a network of short range air/missile defense groups.

    At the moment, optimized parameters are available for the F/A-18C Hornet (Lot 20) and A-4E community mod as aircraft and the USS John C. Stennis as carrier.

    -

    The AV-8B Harrier, the USS Tarawa, USS America, HMAS Canberra and Juan Carlos I are WIP. The AV-8B harrier and the LHA's and LHD can only be used together, i.e. these ships are the only carriers the harrier is supposed to land on and +

    The AV-8B Harrier, HMS Hermes, the USS Tarawa, USS America, HMAS Canberra, and Juan Carlos I are WIP. The AV-8B harrier and the LHA's and LHD can only be used together, i.e. these ships are the only carriers the harrier is supposed to land on and no other fixed wing aircraft (human or AI controlled) are supposed to land on these ships. Currently only Case I is supported. Case II/III take slightly different steps from the CVN carrier. However, the two Case II/III pattern are very similar so this is not a big drawback.

    @@ -4314,7 +4315,7 @@ If enabled, status and debug text messages will be displayed on the screen. Also

    AIRBOSS:_GetZoneAbeamLandingSpot()

    -

    Get zone of primary abeam landing position of USS Tarawa, USS America and Juan Carlos.

    +

    Get zone of primary abeam landing position of HMS Hermes, USS Tarawa, USS America and Juan Carlos.

    @@ -4441,6 +4442,12 @@ If enabled, status and debug text messages will be displayed on the screen. Also

    AIRBOSS:_InitForrestal()

    Init parameters for Forrestal class super carriers.

    + + + +

    AIRBOSS:_InitHermes()

    + +

    Init parameters for R12 HMS Hermes carrier.

    @@ -6586,7 +6593,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    AIRBOSS.AircraftCarrier.AV8B

    -

    AV-8B Night Harrier. Works only with the USS Tarawa, USS America and Juan Carlos I.

    +

    AV-8B Night Harrier. Works only with the HMS Hermes, USS Tarawa, USS America, and Juan Carlos I.

    @@ -6763,6 +6770,12 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    AIRBOSS.CarrierType.FORRESTAL

    USS Forrestal (CV-59) [Heatblur Carrier Module]

    + + + +

    AIRBOSS.CarrierType.HERMES

    + +

    HMS Hermes (R12) [V/STOL Carrier]

    @@ -20986,10 +20999,10 @@ Note that this is calculated in the X-Z plane, i.e. the altitude Y is not taken

    AIRBOSS:_GetZoneAbeamLandingSpot()

    -

    Get zone of primary abeam landing position of USS Tarawa, USS America and Juan Carlos.

    +

    Get zone of primary abeam landing position of HMS Hermes, USS Tarawa, USS America and Juan Carlos.

    -

    Box length 50 meters and width 30 meters. +

    Box length 50 meters and width 30 meters. - Allow for Clear to land call from LSO approaching abeam the landing spot if stable as per NATOPS 00-80T

    @@ -21932,6 +21945,25 @@ Note that this is calculated in the X-Z plane, i.e. the altitude Y is not taken
    + + + +
    + + + +

    Init parameters for R12 HMS Hermes carrier.

    + +
    +
    +

    Defined in:

    +
    +

    AIRBOSS

    +
    +
    +
    @@ -35747,7 +35779,7 @@ When moose is loading dynamically (for moose class development), tracing is swit #string AIRBOSS.AircraftCarrier.AV8B -

    AV-8B Night Harrier. Works only with the USS Tarawa, USS America and Juan Carlos I.

    +

    AV-8B Night Harrier. Works only with the HMS Hermes, USS Tarawa, USS America, and Juan Carlos I.

    @@ -36056,6 +36088,17 @@ When moose is loading dynamically (for moose class development), tracing is swit + +
    +
    + + #string +AIRBOSS.CarrierType.HERMES + +

    HMS Hermes (R12) [V/STOL Carrier]

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

    Set case to that of lead.

    +

    Set case of f

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

    Set stack flag.

    +

    Also decrease flag for section members of flight.

    @@ -38901,9 +38944,6 @@ When moose is loading dynamically (for moose class development), tracing is swit - -

    Set section lead of player flight.

    - diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index 00ba9c0e2..f04b64543 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -3579,7 +3579,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CSAR.FreeVHFFrequencies @@ -8408,7 +8408,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CSAR.FreeVHFFrequencies @@ -10730,7 +10730,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CSAR.FreeVHFFrequencies diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 358bdac19..5f8ba1f64 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -6321,17 +6321,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Field(s)

    -
    -
    - - #number -CTLD.CargoCounter - - - -
    - -
    @@ -6398,17 +6387,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Name of the class.

    -
    - -
    -
    -
    - - #number -CTLD.CrateCounter - - -
    @@ -6440,7 +6418,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - + #table CTLD.CtldUnits @@ -6462,7 +6440,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CTLD.DroppedTroops @@ -6487,28 +6465,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #number -CTLD.Engineers - - - -

    use as counter

    - -
    - -
    -
    -
    - - #table CTLD.EngineersInField - -

    holds #CTLD_ENGINEERING objects

    -
    @@ -6567,9 +6528,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

    Beacons

    -
    @@ -6695,14 +6653,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CTLD.PilotGroups - -

    tables

    -
    @@ -6786,17 +6741,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
    - -
    -
    -
    - - #number -CTLD.TroopCounter - - -
    @@ -6941,17 +6885,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    #1570

    -
    - -
    -
    -
    - - #table -CTLD.droppedBeacons - - -
    @@ -7235,7 +7168,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #number + CTLD.troopdropzoneradius @@ -13912,17 +13845,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Field(s)

    -
    -
    - - #number -CTLD.CargoCounter - - - -
    - -
    @@ -13989,17 +13911,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Name of the class.

    -
    - -
    -
    -
    - - #number -CTLD.CrateCounter - - -
    @@ -14031,7 +13942,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - + #table CTLD.CtldUnits @@ -14053,7 +13964,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CTLD.DroppedTroops @@ -14078,28 +13989,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #number -CTLD.Engineers - - - -

    use as counter

    - -
    - -
    -
    -
    - - #table CTLD.EngineersInField - -

    holds #CTLD_ENGINEERING objects

    -
    @@ -14158,9 +14052,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

    Beacons

    -
    @@ -14286,14 +14177,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CTLD.PilotGroups - -

    tables

    -
    @@ -14377,17 +14265,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
    - -
    -
    -
    - - #number -CTLD.TroopCounter - - -
    @@ -14532,17 +14409,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    #1570

    -
    - -
    -
    -
    - - #table -CTLD.droppedBeacons - - -
    @@ -14826,7 +14692,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #number + CTLD.troopdropzoneradius @@ -16344,17 +16210,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Field(s)

    -
    -
    - - #number -CTLD.CargoCounter - - - -
    - -
    @@ -16421,17 +16276,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Name of the class.

    -
    - -
    -
    -
    - - #number -CTLD.CrateCounter - - -
    @@ -16463,7 +16307,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - + #table CTLD.CtldUnits @@ -16485,7 +16329,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CTLD.DroppedTroops @@ -16510,28 +16354,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #number -CTLD.Engineers - - - -

    use as counter

    - -
    - -
    -
    -
    - - #table CTLD.EngineersInField - -

    holds #CTLD_ENGINEERING objects

    -
    @@ -16590,9 +16417,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -

    Beacons

    -
    @@ -16718,14 +16542,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + CTLD.PilotGroups - -

    tables

    -
    @@ -16809,17 +16630,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
    - -
    -
    -
    - - #number -CTLD.TroopCounter - - -
    @@ -16964,17 +16774,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    #1570

    -
    - -
    -
    -
    - - #table -CTLD.droppedBeacons - - -
    @@ -17258,7 +17057,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #number + CTLD.troopdropzoneradius @@ -24794,6 +24593,17 @@ When moose is loading dynamically (for moose class development), tracing is swit +
    + +
    + @@ -25516,17 +25326,6 @@ When moose is loading dynamically (for moose class development), tracing is swit

    template for a group of 10 paratroopers

    -
    - -
    -
    -
    - - #number -CTLD_HERCULES.j - - -
    @@ -26763,17 +26562,6 @@ Expected template names are the ones in the rounded brackets.

    template for a group of 10 paratroopers

    -
    - -
    -
    -
    - - #number -CTLD_HERCULES.j - - -
    diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html index b008311e8..4a6038ba4 100644 --- a/Documentation/Tasking.Task.html +++ b/Documentation/Tasking.Task.html @@ -2820,6 +2820,17 @@ but can separately be modified later in your mission using the + + + +
    +
    @@ -7456,6 +7467,17 @@ If the Unit is part of the Task, true is returned.

    + + + +
    +
    diff --git a/Documentation/Tasking.Task_Cargo.html b/Documentation/Tasking.Task_Cargo.html index 9336c89d4..bf7f9d8cc 100644 --- a/Documentation/Tasking.Task_Cargo.html +++ b/Documentation/Tasking.Task_Cargo.html @@ -3118,6 +3118,17 @@ based on the tasking capabilities defined in + + +
    +
    diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html index 07d6cf911..2d12a63a4 100644 --- a/Documentation/Tasking.Task_Cargo_Dispatcher.html +++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html @@ -3087,6 +3087,50 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

    Field(s)

    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    + + #boolean +TASK_CARGO_DISPATCHER.CSARTasks + + + +
    + +
    @@ -3101,7 +3145,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
    - #table + TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -4177,6 +4221,50 @@ This method can only be used once!

    Field(s)

    + + + +
    +
    + + #boolean +TASK_CARGO_DISPATCHER.CSARTasks + + + +
    + +
    @@ -4191,7 +4279,7 @@ This method can only be used once!

    - #table + TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -5046,6 +5134,50 @@ This method can only be used once!

    Field(s)

    + + + +
    +
    + + #boolean +TASK_CARGO_DISPATCHER.CSARTasks + + + +
    + +
    @@ -5060,7 +5192,7 @@ This method can only be used once!

    - #table + TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -6550,6 +6682,50 @@ This method can only be used once!

    Field(s)

    + + + +
    +
    + + #boolean +TASK_CARGO_DISPATCHER.CSARTasks + + + +
    + +
    @@ -6564,7 +6740,7 @@ This method can only be used once!

    - #table + TASK_CARGO_DISPATCHER.DefaultDeployZones diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html index 441a7b527..c5cdda6ed 100644 --- a/Documentation/Wrapper.Client.html +++ b/Documentation/Wrapper.Client.html @@ -4243,7 +4243,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

    Alive2.

    +

    Alive.

    @@ -5357,7 +5357,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

    Alive2.

    +

    Alive.

    @@ -7621,7 +7621,7 @@ If the Unit is alive but not active, false is returned.

    -

    Alive2.

    +

    Alive.

    @@ -16310,7 +16310,7 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of -

    Alive2.

    +

    Alive.

    @@ -19969,7 +19969,7 @@ Coordinates are dependent on the position of the maps origin.

    -

    Alive2.

    +

    Alive.

    @@ -20643,7 +20643,7 @@ If the Identifiable is alive, true is returned.

    -

    Alive2.

    +

    Alive.

    @@ -20923,7 +20923,7 @@ If the Identifiable is alive, true is returned.

    -

    Alive2.

    +

    Alive.

    diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index 40a24c7b1..bb0870071 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -4769,18 +4769,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - -
    -
    -
    - - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -8925,18 +8914,7 @@ So each unit of the group is respawned at exactly the same parking spot as it cu - -
    -
    -
    - - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -17605,18 +17583,7 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of - -
    -
    -
    - - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -21255,18 +21222,7 @@ Coordinates are dependent on the position of the maps origin.

    - -
    -
    -
    - - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -21920,18 +21876,7 @@ If the Identifiable is alive, true is returned.

    - -
    -
    -
    - - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone @@ -22191,18 +22136,7 @@ If the Identifiable is alive, true is returned.

    - -
    -
    -
    - - -GROUP.InitRespawnRandomizePositionOuter +GROUP.InitRespawnRandomizePositionZone diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 4c24760e1..64ca99d84 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2985,6 +2985,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
    + +
    +
    +
    + + #boolean +MARKER.tocoalition + + + +
    + +
    +
    +
    + + #boolean +MARKER.togroup + + +
    @@ -5069,6 +5091,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
    + +
    +
    +
    + + #boolean +MARKER.tocoalition + + + +
    + +
    +
    +
    + + #boolean +MARKER.togroup + + +
    @@ -6661,6 +6705,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
    + +
    +
    +
    + + #boolean +MARKER.tocoalition + + + +
    + +
    +
    +
    + + #boolean +MARKER.togroup + + +