From b06b04948f0f58d8aa76323e9eb576ef45af2bb5 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 22 Aug 2021 10:10:24 +0000 Subject: [PATCH] MOOSE generated documentation [skip ci] --- Documentation/AI.AI_Air.html | 44 --- Documentation/AI.AI_Cargo_Airplane.html | 12 + Documentation/AI.AI_Patrol.html | 12 + Documentation/Cargo.CargoGroup.html | 56 ++++ Documentation/Cargo.CargoUnit.html | 44 +++ Documentation/Core.Fsm.html | 4 +- Documentation/Core.Point.html | 33 -- Documentation/Core.Settings.html | 26 +- Documentation/Core.Spawn.html | 116 ++++++- Documentation/Functional.Designate.html | 30 +- Documentation/Functional.Detection.html | 99 ------ Documentation/Functional.Mantis.html | 6 + Documentation/Functional.Rat.html | 8 +- Documentation/Ops.Airboss.html | 29 +- Documentation/Ops.CSAR.html | 87 ++--- Documentation/Ops.CTLD.html | 298 ++++++++++++------ .../Tasking.Task_A2G_Dispatcher.html | 20 +- Documentation/Tasking.Task_Cargo.html | 8 +- .../Tasking.Task_Cargo_Dispatcher.html | 44 --- Documentation/Wrapper.Client.html | 14 +- Documentation/Wrapper.Group.html | 78 ++++- Documentation/Wrapper.Marker.html | 72 ++++- 22 files changed, 674 insertions(+), 466 deletions(-) diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html index 7de17d5fb..68e6d0a64 100644 --- a/Documentation/AI.AI_Air.html +++ b/Documentation/AI.AI_Air.html @@ -2935,17 +2935,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #number -AI_AIR.IdleCount - - -
@@ -5690,17 +5679,6 @@ Once the time is finished, the old AI will return to the base.

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

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

- - - -
-
- - #number -AI_AIR.IdleCount - - -
diff --git a/Documentation/AI.AI_Cargo_Airplane.html b/Documentation/AI.AI_Cargo_Airplane.html index a1c53577b..987668f47 100644 --- a/Documentation/AI.AI_Cargo_Airplane.html +++ b/Documentation/AI.AI_Cargo_Airplane.html @@ -2676,6 +2676,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

Aircraft is on a pickup mission.

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

Aircraft is on a pickup mission.

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

Aircraft is on a pickup mission.

+ @@ -6571,6 +6580,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/AI.AI_Patrol.html b/Documentation/AI.AI_Patrol.html index c690312c6..1c3405b6d 100644 --- a/Documentation/AI.AI_Patrol.html +++ b/Documentation/AI.AI_Patrol.html @@ -3137,6 +3137,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

This table contains the targets detected during patrol.

+ @@ -6384,6 +6387,9 @@ Note that this method is required, as triggers the next route when patrolling fo + +

This table contains the targets detected during patrol.

+ @@ -7128,6 +7134,9 @@ Note that this method is required, as triggers the next route when patrolling fo + +

This table contains the targets detected during patrol.

+ @@ -8764,6 +8773,9 @@ Note that this method is required, as triggers the next route when patrolling fo + +

This table contains the targets detected during patrol.

+ diff --git a/Documentation/Cargo.CargoGroup.html b/Documentation/Cargo.CargoGroup.html index f7d452eea..e98545ce3 100644 --- a/Documentation/Cargo.CargoGroup.html +++ b/Documentation/Cargo.CargoGroup.html @@ -1820,6 +1820,20 @@ Controls a network of short range air/missile defense groups.

+CARGO_GROUP.CargoCarrier + + + + +

self.CargoObject:Destroy()

+ +
+ + +
+
+ + CARGO_GROUP.CargoGroup @@ -1838,6 +1852,20 @@ Controls a network of short range air/missile defense groups.

+
+ +
+
+
+ + +CARGO_GROUP.CargoObject + + + + +

Now we spawn the new group based on the template created.

+
@@ -3127,6 +3155,20 @@ This works for ground only groups.

+CARGO_GROUP.CargoCarrier + + + + +

self.CargoObject:Destroy()

+ +
+ + +
+
+ + CARGO_GROUP.CargoGroup @@ -3145,6 +3187,20 @@ This works for ground only groups.

+
+ +
+
+
+ + +CARGO_GROUP.CargoObject + + + + +

Now we spawn the new group based on the template created.

+
diff --git a/Documentation/Cargo.CargoUnit.html b/Documentation/Cargo.CargoUnit.html index 49ec27dee..c1b1d60de 100644 --- a/Documentation/Cargo.CargoUnit.html +++ b/Documentation/Cargo.CargoUnit.html @@ -1698,6 +1698,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+CARGO_UNIT.CargoCarrier + + + +
+ + +
+
+ + CARGO_UNIT.CargoInAir @@ -1716,6 +1727,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles

Set cargo object.

+
+ +
+
+
+ + #number +CARGO_UNIT.RunCount + + +
@@ -2402,6 +2424,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles
+CARGO_UNIT.CargoCarrier + + + +
+ + +
+
+ + CARGO_UNIT.CargoInAir @@ -2420,6 +2453,17 @@ Note that ground forces behave in a group, and thus, act in formation, regardles

Set cargo object.

+
+ +
+
+
+ + #number +CARGO_UNIT.RunCount + + +
diff --git a/Documentation/Core.Fsm.html b/Documentation/Core.Fsm.html index 85d4686f5..7e8aa11bd 100644 --- a/Documentation/Core.Fsm.html +++ b/Documentation/Core.Fsm.html @@ -5656,7 +5656,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState @@ -7259,7 +7259,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string + FSM._StartState diff --git a/Documentation/Core.Point.html b/Documentation/Core.Point.html index c389d3b2f..93042a750 100644 --- a/Documentation/Core.Point.html +++ b/Documentation/Core.Point.html @@ -16157,17 +16157,6 @@ BASE:TraceOnOff( false )

the y coordinate in meters.

-
- -
-
-
- - -POINT_VEC2.z - - -
@@ -16966,17 +16955,6 @@ BASE:TraceOnOff( false )

the y coordinate in meters.

-
- -
-
-
- - -POINT_VEC2.z - - -
@@ -24700,17 +24678,6 @@ Creates a line on the F10 map from one point to another.

the y coordinate in meters.

- - - -
-
- - -POINT_VEC2.z - - -
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html index 95e5b5368..113864f7c 100644 --- a/Documentation/Core.Settings.html +++ b/Documentation/Core.Settings.html @@ -2770,22 +2770,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #boolean SETTINGS.Metric -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
@@ -4875,22 +4864,11 @@ It is advised to use this method at the start of the mission.

- + #boolean SETTINGS.Metric -
- -
-
-
- - -SETTINGS.PlayerMenu - - -
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html index 327112d76..462d4da67 100644 --- a/Documentation/Core.Spawn.html +++ b/Documentation/Core.Spawn.html @@ -2733,7 +2733,7 @@ and any spaces before and after the resulting name are removed.

-

SPAWN.livery_id

+

SPAWN.frequency

@@ -2742,6 +2742,12 @@ and any spaces before and after the resulting name are removed.

SPAWN.skill

+ + + +

SPAWN.uncontrolled

+ + @@ -3374,6 +3380,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.

+ @@ -3451,6 +3460,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + +SPAWN.SpawnGrouping + + +
@@ -3597,6 +3617,20 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + + + +
+
+ + #boolean +SPAWN.SpawnInitKeepUnitNames + + + + +

Overwrite unit names by default with group name.

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

By default, no InitLimit

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

Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.

+

When the first Spawn executes, all the Groups need to be made visible before start.

@@ -3906,7 +3951,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-SPAWN.livery_id +SPAWN.frequency @@ -3921,6 +3966,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau +
+ + +
+
+ + +SPAWN.uncontrolled + + +
@@ -8740,6 +8796,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.

+ @@ -8817,6 +8876,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.SpawnGrouping + + +
@@ -8963,6 +9033,20 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + #boolean +SPAWN.SpawnInitKeepUnitNames + + + + +

Overwrite unit names by default with group name.

+
@@ -8977,6 +9061,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

By default, no InitLimit

+ + + +
+
@@ -9213,7 +9308,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

Flag that indicates if all the Groups of the SpawnGroup need to be visible when Spawned.

+

When the first Spawn executes, all the Groups need to be made visible before start.

@@ -9272,7 +9367,7 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

-SPAWN.livery_id +SPAWN.frequency @@ -9287,6 +9382,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.

+ + +
+
+ + +SPAWN.uncontrolled + + +
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html index 5e51b7402..076540207 100644 --- a/Documentation/Functional.Designate.html +++ b/Documentation/Functional.Designate.html @@ -3430,7 +3430,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-DESIGNATE.LaseStart +DESIGNATE.LaseDuration @@ -3440,8 +3440,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table -DESIGNATE.LaserCodes + +DESIGNATE.LaseStart @@ -6598,7 +6598,7 @@ Designate:SetFlashStatusMenu( false )
-DESIGNATE.LaseStart +DESIGNATE.LaseDuration @@ -6608,8 +6608,8 @@ Designate:SetFlashStatusMenu( false )
- #table -DESIGNATE.LaserCodes + +DESIGNATE.LaseStart @@ -7408,7 +7408,7 @@ Designate:SetFlashStatusMenu( false )
-DESIGNATE.LaseStart +DESIGNATE.LaseDuration @@ -7418,8 +7418,8 @@ Designate:SetFlashStatusMenu( false )
- #table -DESIGNATE.LaserCodes + +DESIGNATE.LaseStart @@ -8188,7 +8188,7 @@ Designate:SetFlashStatusMenu( false )
-DESIGNATE.LaseStart +DESIGNATE.LaseDuration @@ -8198,8 +8198,8 @@ Designate:SetFlashStatusMenu( false )
- #table -DESIGNATE.LaserCodes + +DESIGNATE.LaseStart @@ -9860,7 +9860,7 @@ Designate:SetFlashStatusMenu( false )
-DESIGNATE.LaseStart +DESIGNATE.LaseDuration @@ -9870,8 +9870,8 @@ Designate:SetFlashStatusMenu( false )
- #table -DESIGNATE.LaserCodes + +DESIGNATE.LaseStart diff --git a/Documentation/Functional.Detection.html b/Documentation/Functional.Detection.html index c3f3fd836..8f0d5d08b 100644 --- a/Documentation/Functional.Detection.html +++ b/Documentation/Functional.Detection.html @@ -18775,28 +18775,6 @@ BASE:TraceOnOff( false ) -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemCount - - - -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -18946,18 +18924,7 @@ BASE:TraceOnOff( false )
- #boolean -DETECTION_BASE.Locking - - -
- -
-
-
- - #number DETECTION_BASE.RefreshTimeInterval @@ -23499,28 +23466,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemCount - - - -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -23670,18 +23615,7 @@ zones that reflect cloudy areas where detected units may not be so easily visual
- #boolean -DETECTION_BASE.Locking - - -
- -
-
-
- - #number DETECTION_BASE.RefreshTimeInterval @@ -25278,28 +25212,6 @@ zones that reflect cloudy areas where detected units may not be so easily visual -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemCount - - - -
- -
-
-
- - #number -DETECTION_BASE.DetectedItemMax - - -
@@ -25449,18 +25361,7 @@ 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 72b966cfe..003da61f1 100644 --- a/Documentation/Functional.Mantis.html +++ b/Documentation/Functional.Mantis.html @@ -3215,6 +3215,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +

switch alarm state RED

+
@@ -6197,6 +6200,9 @@ E.g. `mymantis:SetAdvancedMode(true, 90)` + +

switch alarm state RED

+
diff --git a/Documentation/Functional.Rat.html b/Documentation/Functional.Rat.html index 8dd3010f0..c80f26a28 100644 --- a/Documentation/Functional.Rat.html +++ b/Documentation/Functional.Rat.html @@ -4321,7 +4321,7 @@ and any spaces before and after the resulting name are removed.

-

RAT.livery_id

+

RAT.frequency

@@ -4330,6 +4330,12 @@ and any spaces before and after the resulting name are removed.

RAT.skill

+ + + +

RAT.uncontrolled

+ + diff --git a/Documentation/Ops.Airboss.html b/Documentation/Ops.Airboss.html index 9b61b9c08..53f3b363f 100644 --- a/Documentation/Ops.Airboss.html +++ b/Documentation/Ops.Airboss.html @@ -38511,7 +38511,7 @@ BASE:TraceOnOff( false ) -

Set current case.

+

Set case to that of lead.

@@ -38570,20 +38570,6 @@ BASE:TraceOnOff( false )
-
-
-
- - -AIRBOSS.PlayerData.flag - - - - -

Also decrease flag for section members of flight.

- -
-
@@ -38593,17 +38579,6 @@ BASE:TraceOnOff( false )

Data table at each position in the groove. Elements are of type AIRBOSS.GrooveData.

-
- -
-
-
- - #boolean -AIRBOSS.PlayerData.holding - - -
@@ -38773,7 +38748,7 @@ BASE:TraceOnOff( false ) -

Set new time stamp.

+

Set time stamp.

diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html index ebe5f06c5..6a8516bdd 100644 --- a/Documentation/Ops.CSAR.html +++ b/Documentation/Ops.CSAR.html @@ -2215,6 +2215,12 @@ Create a late-activated single infantry unit as template in the mission editor a

CSAR.inTransitGroups

+ + + +

CSAR.index

+ + @@ -3700,11 +3706,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -3716,17 +3725,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #number -CSAR.downedpilotcounter - - -
@@ -3825,6 +3823,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

contain a table for each SAR with all units he has with the original names

+
+ +
+
+
+ + +CSAR.index + + +
@@ -8100,11 +8109,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -8116,17 +8128,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -
- -
-
-
- - #number -CSAR.downedpilotcounter - - -
@@ -8225,6 +8226,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

contain a table for each SAR with all units he has with the original names

+
+ + +
+
+ + +CSAR.index + + +
@@ -10274,11 +10286,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- + #table CSAR.csarUnits + +

table of CSAR unit names

+
@@ -10290,17 +10305,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau - - - -
-
- - #number -CSAR.downedpilotcounter - - -
@@ -10399,6 +10403,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

contain a table for each SAR with all units he has with the original names

+ + + +
+
+ + +CSAR.index + + +
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html index 039c8d549..93f9414bd 100644 --- a/Documentation/Ops.CTLD.html +++ b/Documentation/Ops.CTLD.html @@ -1612,7 +1612,7 @@ Create the late-activated troops, vehicles (no statics at this point!) that will

Add zones for loading troops and crates and dropping, building crates

   -- Add a zone of type LOAD to our setup. Players can load troops and crates.
-   -- "Loadzone" is the name of the zone from the ME. Players can load, if they are inside of the zone.
+   -- "Loadzone" is the name of the zone from the ME. Players can load, if they are inside the zone.
    -- Smoke and Flare color for this zone is blue, it is active (can be used) and has a radio beacon.
    my_ctld:AddCTLDZone("Loadzone",CTLD.CargoZoneType.LOAD,SMOKECOLOR.Blue,true,true)
 
@@ -1626,8 +1626,15 @@ Create the late-activated troops, vehicles (no statics at this point!) that will
    my_ctld:AddCTLDZone("Movezone",CTLD.CargoZoneType.MOVE,SMOKECOLOR.Orange,false,false)
 
    my_ctld:AddCTLDZone("Movezone2",CTLD.CargoZoneType.MOVE,SMOKECOLOR.White,true,true)
-
+ -- Add a zone of type SHIP to our setup. Players can load troops and crates from this ship + -- "Tarawa" is the unitname (callsign) of the ship from the ME. Players can load, if they are inside the zone. + -- The ship is 240 meters long and 20 meters wide. + -- Note that smoke, flares, beacons don't work for this type of loadzone (yet). Also, you need to adjust + -- the max hover height to deck height plus 5 meters or so for loading to work. + -- When the ship is moving, forcing hoverload might not be a good idea. + my_ctld:AddCTLDZone("Tarawa",CTLD.CargoZoneType.SHIP,SMOKECOLOR.Blue,true,true,240,20) +

2. Options

@@ -1845,6 +1852,48 @@ be loaded from the Rearm/Refuel menu, i.e. you can drop them into the field, but + + + +
+ + + + + +

Global distance

+ +
+
+
+
+ + +distance + + + +
+ +
+
+ + + + + +

Global zone

+ +
+
+
+
+ + +zone + + +
@@ -1868,7 +1917,7 @@ be loaded from the Rearm/Refuel menu, i.e. you can drop them into the field, but -

CTLD:AddCTLDZone(Name, Type, Color, Active, HasBeacon)

+

CTLD:AddCTLDZone(Name, Type, Color, Active, HasBeacon, Shiplength, Shipwidth)

User function - Crates and adds a #CTLD.CargoZone zone for this CTLD instance.

@@ -2645,6 +2694,12 @@ be loaded from the Rearm/Refuel menu, i.e. you can drop them into the field, but

CTLD.repairtime

+ + + +

CTLD.shipZones

+ + @@ -3580,12 +3635,24 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

CTLD.CargoZone.name

Name of Zone.

+ + + +

CTLD.CargoZone.shiplength

+ +

For ships - length of ship

+ + + +

CTLD.CargoZone.shipwidth

+ +

For ships - width of ship

CTLD.CargoZone.type

-

Type of zone, i.e. load,drop,move

+

Type of zone, i.e. load,drop,move,ship

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

CTLD.CargoZoneType.MOVE

+ + + +

CTLD.CargoZoneType.SHIP

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

Name of the class.

- - - -
-
- - #number -CTLD.CrateCounter - - -
@@ -4952,7 +5014,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.CtldUnits @@ -4974,7 +5036,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.DroppedTroops @@ -4999,7 +5061,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeFMFrequencies @@ -5010,7 +5072,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeUHFFrequencies @@ -5151,14 +5213,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.PilotGroups - -

tables

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

radio beacons

-
- -
-
-
- - #table -CTLD.Spawned_Cargo - - -
@@ -5436,7 +5484,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

time to repair a unit/group

+

noob catch

+ +
+ +
+
+
+ + #table +CTLD.shipZones + +
@@ -5578,7 +5637,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

User function - Crates and adds a #CTLD.CargoZone zone for this CTLD instance.

@@ -5658,6 +5717,32 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Does this zone have a beacon if it is active?

+
+
+
+
+

+ #number + Shiplength +

+
+
+ +

Length of Ship for shipzones

+ +
+
+
+
+

+ #number + Shipwidth +

+
+
+ +

Width of Ship for shipzones

+

Return value:

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

#string:

+

Core.Zone#ZONE:

@@ -6405,6 +6490,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

distance Distance to closest zone

+
+
+

#number:

+
+
+ +

width Radius of zone or width of ship

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

Name of the class.

-
- - -
-
- - #number -CTLD.CrateCounter - - -
@@ -10364,7 +10446,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.CtldUnits @@ -10386,7 +10468,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.DroppedTroops @@ -10411,7 +10493,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeFMFrequencies @@ -10422,7 +10504,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeUHFFrequencies @@ -10563,14 +10645,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.PilotGroups - -

tables

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

radio beacons

-
- -
-
-
- - #table -CTLD.Spawned_Cargo - - -
@@ -10848,7 +10916,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

time to repair a unit/group

+

noob catch

+ +
+ +
+
+
+ + #table +CTLD.shipZones + +
@@ -12429,17 +12508,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Name of the class.

-
- -
-
-
- - #number -CTLD.CrateCounter - - -
@@ -12471,7 +12539,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.CtldUnits @@ -12493,7 +12561,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.DroppedTroops @@ -12518,7 +12586,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeFMFrequencies @@ -12529,7 +12597,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.FreeUHFFrequencies @@ -12670,14 +12738,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table + CTLD.PilotGroups - -

tables

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

radio beacons

-
- -
-
-
- - #table -CTLD.Spawned_Cargo - - -
@@ -12955,7 +13009,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

time to repair a unit/group

+

noob catch

+ +
+ +
+
+
+ + #table +CTLD.shipZones + +
@@ -16412,6 +16477,28 @@ BASE:TraceOnOff( false )
+
+
+
+ + #number +CTLD.CargoZone.shiplength + +

For ships - length of ship

+ +
+ +
+
+
+ + #number +CTLD.CargoZone.shipwidth + +

For ships - width of ship

+ +
+
@@ -16419,7 +16506,7 @@ BASE:TraceOnOff( false ) #string CTLD.CargoZone.type -

Type of zone, i.e. load,drop,move

+

Type of zone, i.e. load,drop,move,ship

@@ -16491,6 +16578,17 @@ BASE:TraceOnOff( false ) +
+ +
+
+
+ + #string +CTLD.CargoZoneType.SHIP + + +
diff --git a/Documentation/Tasking.Task_A2G_Dispatcher.html b/Documentation/Tasking.Task_A2G_Dispatcher.html index a40b02891..6dd368129 100644 --- a/Documentation/Tasking.Task_A2G_Dispatcher.html +++ b/Documentation/Tasking.Task_A2G_Dispatcher.html @@ -3084,14 +3084,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
@@ -3664,14 +3661,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
@@ -4854,14 +4848,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
@@ -6350,14 +6341,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean + TASK_A2G_DISPATCHER.FlashNewTask - -

set to false to suppress flash messages

-
diff --git a/Documentation/Tasking.Task_Cargo.html b/Documentation/Tasking.Task_Cargo.html index 7e241d1db..a0f6a6048 100644 --- a/Documentation/Tasking.Task_Cargo.html +++ b/Documentation/Tasking.Task_Cargo.html @@ -3113,7 +3113,7 @@ based on the tasking capabilities defined in
- Cargo.Cargo#CARGO + FSM_PROCESS.Cargo @@ -3150,7 +3150,7 @@ based on the tasking capabilities defined in
- #number + TASK_CARGO.CargoLimit @@ -4572,7 +4572,7 @@ based on the tasking capabilities defined in
- #number + TASK_CARGO.CargoLimit @@ -9104,7 +9104,7 @@ If the Unit is part of the Task, true is returned.

- #number + TASK_CARGO.CargoLimit diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html index 91191da44..4005fb540 100644 --- a/Documentation/Tasking.Task_Cargo_Dispatcher.html +++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html @@ -3091,18 +3091,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- -
-
-
- - #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -4170,18 +4159,7 @@ This method can only be used once!

- -
-
-
- - #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -5028,18 +5006,7 @@ This method can only be used once!

- -
-
-
- - #table TASK_CARGO_DISPATCHER.DefaultDeployZones @@ -6521,18 +6488,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 bea0c2f25..8bcd17f8b 100644 --- a/Documentation/Wrapper.Client.html +++ b/Documentation/Wrapper.Client.html @@ -4220,7 +4220,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau -

Alive2.

+

Alive.

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

Alive2.

+

Alive.

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

-

Alive2.

+

Alive.

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

Alive2.

+

Alive.

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

-

Alive2.

+

Alive.

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

-

Alive2.

+

Alive.

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

-

Alive2.

+

Alive.

diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html index e72b2e534..56aa2ffbe 100644 --- a/Documentation/Wrapper.Group.html +++ b/Documentation/Wrapper.Group.html @@ -4740,7 +4740,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau + +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -8846,7 +8857,18 @@ So each unit of the group is respawned at exactly the same parking spot as it cu + +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -17374,7 +17396,18 @@ Note that when the WayPoint parameter is used, the new start mission waypoint of + +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -20838,7 +20871,18 @@ Coordinates are dependent on the position of the maps origin.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -21492,7 +21536,18 @@ If the Identifiable is alive, true is returned.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter @@ -21752,7 +21807,18 @@ If the Identifiable is alive, true is returned.

+ +
+
+
+ + +GROUP.InitRespawnRandomizePositionOuter diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html index 0ced76afd..0f701b3c3 100644 --- a/Documentation/Wrapper.Marker.html +++ b/Documentation/Wrapper.Marker.html @@ -2899,6 +2899,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -2983,7 +3005,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean -MARKER.toall +MARKER.togroup @@ -4983,6 +5005,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -5067,7 +5111,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean -MARKER.toall +MARKER.togroup @@ -6575,6 +6619,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau

Coordinate of the mark.

+
+ +
+
+
+ + +MARKER.groupid + + + +
+ +
+
+
+ + +MARKER.groupname + + +
@@ -6659,7 +6725,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau