From c9dcee7be224f70f1ce59a79fc1a909635823453 Mon Sep 17 00:00:00 2001
From: Applevangelist
Date: Mon, 19 Dec 2022 15:25:36 +0000
Subject: [PATCH] MOOSE generated documentation [skip ci]
---
Documentation/AI.AI_Air.html | 88 --------
Documentation/AI.AI_Air_Squadron.html | 22 --
Documentation/AI.AI_Cargo_Airplane.html | 44 ++++
Documentation/Core.Set.html | 9 +-
Documentation/Core.Settings.html | 26 +--
Documentation/Core.Spawn.html | 206 +++++++++++++-----
Documentation/Core.SpawnStatic.html | 84 -------
Documentation/Core.Spot.html | 33 +++
Documentation/Functional.ATC_Ground.html | 10 +-
Documentation/Functional.Designate.html | 55 -----
Documentation/Functional.Mantis.html | 28 ---
Documentation/Functional.Movement.html | 28 +++
Documentation/Functional.RAT.html | 14 +-
Documentation/Functional.Scoring.html | 8 +-
Documentation/Ops.Airboss.html | 25 +--
Documentation/Ops.CSAR.html | 87 ++++----
Documentation/Ops.CTLD.html | 152 ++++---------
Documentation/Tasking.Task.html | 22 --
Documentation/Tasking.Task_CARGO.html | 13 +-
.../Tasking.Task_Cargo_Dispatcher.html | 192 +++++++++++-----
Documentation/Utilities.FiFo.html | 22 ++
Documentation/Wrapper.Client.html | 39 +++-
Documentation/Wrapper.Group.html | 78 ++++++-
Documentation/Wrapper.Marker.html | 72 +++++-
Documentation/Wrapper.Positionable.html | 44 ++++
Documentation/Wrapper.Unit.html | 39 +++-
26 files changed, 787 insertions(+), 653 deletions(-)
diff --git a/Documentation/AI.AI_Air.html b/Documentation/AI.AI_Air.html
index 35bed5e7f..77e4a5c42 100644
--- a/Documentation/AI.AI_Air.html
+++ b/Documentation/AI.AI_Air.html
@@ -3136,28 +3136,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
-
@@ -5964,28 +5942,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
@@ -6711,28 +6667,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
@@ -8346,28 +8280,6 @@ A random value in this bracket is then applied in the waypoint routing generatio
-
-
-
-
-
diff --git a/Documentation/AI.AI_Air_Squadron.html b/Documentation/AI.AI_Air_Squadron.html
index 20880f485..a3dd226b4 100644
--- a/Documentation/AI.AI_Air_Squadron.html
+++ b/Documentation/AI.AI_Air_Squadron.html
@@ -2522,17 +2522,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3604,17 +3593,6 @@ 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 11dd10f6e..8226c75cf 100644
--- a/Documentation/AI.AI_Cargo_Airplane.html
+++ b/Documentation/AI.AI_Cargo_Airplane.html
@@ -2705,6 +2705,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -4478,6 +4489,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -5093,6 +5115,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
@@ -6596,6 +6629,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Field(s)
+
diff --git a/Documentation/Core.Set.html b/Documentation/Core.Set.html
index d2137956b..3c5d0db8b 100644
--- a/Documentation/Core.Set.html
+++ b/Documentation/Core.Set.html
@@ -2505,14 +2505,7 @@ The following iterator methods are currently available within the SET_UNIT:
SET_UNIT.ForEachUnit: Calls a function for each alive unit it finds within the SET_UNIT.
SET_UNIT.ForEachUnitInZone: Iterate the SET_UNIT and call an iterator function for each alive UNIT object presence completely in a Core.Zone, providing the UNIT object and optional parameters to the called function.
SET_UNIT.ForEachUnitNotInZone: Iterate the SET_UNIT and call an iterator function for each alive UNIT object presence not in a Core.Zone, providing the UNIT object and optional parameters to the called function.
-
-
-
Planned iterators methods in development are (so these are not yet available):
-
-
- - SET_UNIT.ForEachUnitInUnit: Calls a function for each unit contained within the SET_UNIT.
- - SET_UNIT.ForEachUnitCompletelyInZone: Iterate and call an iterator function for each alive UNIT presence completely in a Core.Zone, providing the UNIT and optional parameters to the called function.
- - SET_UNIT.ForEachUnitNotInZone: Iterate and call an iterator function for each alive UNIT presence not in a Core.Zone, providing the UNIT and optional parameters to the called function.
+ - #SET_UNIT: Iterate the SET_UNIT sorted *per Threat Level and call an iterator function for each alive UNIT, providing the UNIT and optional parameters
5) SET_UNIT atomic methods
diff --git a/Documentation/Core.Settings.html b/Documentation/Core.Settings.html
index 07637cbf0..4e758cb51 100644
--- a/Documentation/Core.Settings.html
+++ b/Documentation/Core.Settings.html
@@ -2817,7 +2817,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #string
+
SETTINGS.A2ASystem
@@ -2877,17 +2877,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4985,7 +4974,7 @@ It is advised to use this method at the start of the mission.
- #string
+
SETTINGS.A2ASystem
@@ -5045,17 +5034,6 @@ It is advised to use this method at the start of the mission.
-
-
-
-
diff --git a/Documentation/Core.Spawn.html b/Documentation/Core.Spawn.html
index 8b36cc02a..237583b08 100644
--- a/Documentation/Core.Spawn.html
+++ b/Documentation/Core.Spawn.html
@@ -2815,7 +2815,13 @@ and any spaces before and after the resulting name are removed.
- SPAWN.frequency |
+ SPAWN.communication |
+
+
+ |
+
+
+ SPAWN.livery_id |
|
@@ -2830,6 +2836,12 @@ and any spaces before and after the resulting name are removed.
SPAWN.skill |
+ |
+
+
+ SPAWN.uncontrolled |
+
+
|
@@ -3524,6 +3536,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.
+
@@ -3546,6 +3572,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3582,6 +3619,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3615,6 +3663,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -3670,20 +3729,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3695,17 +3740,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -3979,7 +4013,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
SPAWN.livery_id
@@ -4005,6 +4050,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -8878,6 +8934,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.
+
@@ -8900,6 +8970,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -8936,6 +9017,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -8969,6 +9061,17 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
+
+
+
@@ -9024,20 +9127,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9049,17 +9138,6 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-
-
-
@@ -9333,7 +9411,18 @@ This is needed to ensure that Re-SPAWNing only is done for landed AIR Groups.
-SPAWN.frequency
+SPAWN.communication
+
+
+
+
+
+
+
-
-
-
-
-
@@ -4278,39 +4227,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 9244d46df..0378882be 100644
--- a/Documentation/Core.Spot.html
+++ b/Documentation/Core.Spot.html
@@ -2799,6 +2799,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -4093,6 +4104,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -5626,6 +5648,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
diff --git a/Documentation/Functional.ATC_Ground.html b/Documentation/Functional.ATC_Ground.html
index aeb826fb6..04e322406 100644
--- a/Documentation/Functional.ATC_Ground.html
+++ b/Documentation/Functional.ATC_Ground.html
@@ -3832,7 +3832,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
+ #table
ATC_GROUND.Airbases
@@ -3848,6 +3848,9 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
Kickspeed
+
@@ -4414,7 +4417,7 @@ An airbase can be specified to set the maximum kick speed for.
-
+ #table
ATC_GROUND.Airbases
@@ -4430,6 +4433,9 @@ An airbase can be specified to set the maximum kick speed for.
+
+
Kickspeed
+
diff --git a/Documentation/Functional.Designate.html b/Documentation/Functional.Designate.html
index db8562d48..baf8151fc 100644
--- a/Documentation/Functional.Designate.html
+++ b/Documentation/Functional.Designate.html
@@ -3518,17 +3518,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -6693,17 +6682,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
@@ -7503,17 +7481,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
@@ -8283,17 +8250,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
@@ -9951,17 +9907,6 @@ Using the menu system, the player can "forget" a designation, so that gradually
-
-
-
-
diff --git a/Documentation/Functional.Mantis.html b/Documentation/Functional.Mantis.html
index 737cd1c71..46f82b12e 100644
--- a/Documentation/Functional.Mantis.html
+++ b/Documentation/Functional.Mantis.html
@@ -3699,17 +3699,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -4346,9 +4335,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
- switch alarm state RED
-
@@ -8213,17 +8199,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
The #DETECTION_AREAS object for AWACS
-
-
-
-
@@ -8860,9 +8835,6 @@ E.g. `mymantis:SetAdvancedMode(true, 90)`
-
- switch alarm state RED
-
diff --git a/Documentation/Functional.Movement.html b/Documentation/Functional.Movement.html
index ab68d6d2a..2459e34ff 100644
--- a/Documentation/Functional.Movement.html
+++ b/Documentation/Functional.Movement.html
@@ -2232,6 +2232,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.
+
+
+
+
@@ -2462,6 +2476,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 739f7e360..7e43e0c2d 100644
--- a/Documentation/Functional.RAT.html
+++ b/Documentation/Functional.RAT.html
@@ -4411,7 +4411,13 @@ and any spaces before and after the resulting name are removed.
- RAT.frequency |
+ RAT.communication |
+
+
+ |
+
+
+ RAT.livery_id |
|
@@ -4426,6 +4432,12 @@ and any spaces before and after the resulting name are removed.
RAT.skill |
+ |
+
+
+ RAT.uncontrolled |
+
+
|
diff --git a/Documentation/Functional.Scoring.html b/Documentation/Functional.Scoring.html
index ca2997708..f54586b00 100644
--- a/Documentation/Functional.Scoring.html
+++ b/Documentation/Functional.Scoring.html
@@ -3080,7 +3080,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -3091,7 +3091,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #boolean
+
SCORING.penaltyonfratricide
@@ -5666,7 +5666,7 @@ The scale magnifies the scores given to the players.
- #boolean
+
SCORING.penaltyoncoalitionchange
@@ -5677,7 +5677,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 cc9909758..ce66d9629 100644
--- a/Documentation/Ops.Airboss.html
+++ b/Documentation/Ops.Airboss.html
@@ -39578,6 +39578,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set case to that of lead.
+
@@ -39640,20 +39643,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
-
-
-
-
AIRBOSS.PlayerData.grade
@@ -39807,6 +39796,9 @@ When moose is loading dynamically (for moose class development), tracing is swit
+
+
Set section lead of player flight.
+
@@ -39829,9 +39821,6 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
-
Set Stable Hover
-
@@ -39866,7 +39855,7 @@ When moose is loading dynamically (for moose class development), tracing is swit
-
Set time stamp.
+
Set new time stamp.
diff --git a/Documentation/Ops.CSAR.html b/Documentation/Ops.CSAR.html
index 49f05d9ec..feb5d6717 100644
--- a/Documentation/Ops.CSAR.html
+++ b/Documentation/Ops.CSAR.html
@@ -2483,6 +2483,12 @@ Create a late-activated single infantry unit as template in the mission editor a
CSAR.inTransitGroups |
+ |
+
+
+ CSAR.index |
+
+
|
@@ -4238,14 +4244,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -4271,17 +4274,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
-
-
-
@@ -4380,6 +4372,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
+
+
+
+
@@ -9568,14 +9571,11 @@ callsigns from playername or group name.
@@ -9601,17 +9601,6 @@ callsigns from playername or group name.
-
-
-
-
@@ -9710,6 +9699,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
@@ -11999,14 +11999,11 @@ callsigns from playername or group name.
@@ -12032,17 +12029,6 @@ callsigns from playername or group name.
-
-
-
-
@@ -12141,6 +12127,17 @@ callsigns from playername or group name.
contain a table for each SAR with all units he has with the original names
+
+
+
+
diff --git a/Documentation/Ops.CTLD.html b/Documentation/Ops.CTLD.html
index ca1eefb9f..042ef10e7 100644
--- a/Documentation/Ops.CTLD.html
+++ b/Documentation/Ops.CTLD.html
@@ -7235,17 +7235,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -7299,7 +7288,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -7324,14 +7313,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7363,7 +7349,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeFMFrequencies
@@ -7374,7 +7360,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeUHFFrequencies
@@ -7385,11 +7371,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7515,14 +7504,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -7794,17 +7780,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -8036,7 +8011,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repairor build a unit/group
+
noob catch
@@ -8102,7 +8077,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
CTLD.troopdropzoneradius
@@ -15995,17 +15970,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -16059,7 +16023,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -16084,14 +16048,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -16123,7 +16084,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeFMFrequencies
@@ -16134,7 +16095,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeUHFFrequencies
@@ -16145,11 +16106,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -16275,14 +16239,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -16554,17 +16515,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -16796,7 +16746,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repairor build a unit/group
+
noob catch
@@ -16862,7 +16812,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
CTLD.troopdropzoneradius
@@ -18439,17 +18389,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Name of the class.
-
-
-
-
@@ -18503,7 +18442,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.DroppedTroops
@@ -18528,14 +18467,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -18567,7 +18503,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeFMFrequencies
@@ -18578,7 +18514,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #table
+
CTLD.FreeUHFFrequencies
@@ -18589,11 +18525,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -18719,14 +18658,11 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
@@ -18998,17 +18934,6 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#1570
-
-
-
-
@@ -19240,7 +19165,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
time to repairor build a unit/group
+
noob catch
@@ -19306,7 +19231,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
- #number
+
CTLD.troopdropzoneradius
@@ -23298,6 +23223,17 @@ When moose is loading dynamically (for moose class development), tracing is swit
Can transport crate.
+
+
+
+
diff --git a/Documentation/Tasking.Task.html b/Documentation/Tasking.Task.html
index 133909fdc..2e7e23d93 100644
--- a/Documentation/Tasking.Task.html
+++ b/Documentation/Tasking.Task.html
@@ -2897,17 +2897,6 @@ but can separately be modified later in your mission using the
-
-
-
-
@@ -7544,17 +7533,6 @@ 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 133e4650d..82754ac01 100644
--- a/Documentation/Tasking.Task_CARGO.html
+++ b/Documentation/Tasking.Task_CARGO.html
@@ -3190,22 +3190,11 @@ based on the tasking capabilities defined in
-
-
-
diff --git a/Documentation/Tasking.Task_Cargo_Dispatcher.html b/Documentation/Tasking.Task_Cargo_Dispatcher.html
index 099325e8b..d9093dc33 100644
--- a/Documentation/Tasking.Task_Cargo_Dispatcher.html
+++ b/Documentation/Tasking.Task_Cargo_Dispatcher.html
@@ -3175,8 +3175,8 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
-
@@ -4292,8 +4314,8 @@ This method can only be used once!
+
+
+
-
@@ -5161,8 +5205,8 @@ This method can only be used once!
+
+
+
-
@@ -6661,8 +6727,8 @@ This method can only be used once!
+
+
+
-
diff --git a/Documentation/Utilities.FiFo.html b/Documentation/Utilities.FiFo.html
index 8ef945956..f798dd2fe 100644
--- a/Documentation/Utilities.FiFo.html
+++ b/Documentation/Utilities.FiFo.html
@@ -3218,6 +3218,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Stack by pointer.
+
+
+
+
@@ -4067,6 +4078,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Stack by pointer.
+
+
+
+
diff --git a/Documentation/Wrapper.Client.html b/Documentation/Wrapper.Client.html
index c042848cf..bf34e8460 100644
--- a/Documentation/Wrapper.Client.html
+++ b/Documentation/Wrapper.Client.html
@@ -1991,7 +1991,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
- CLIENT:GetGroup() |
+ CLIENT:GetGroup(self) |
Returns the unit's group if it exist and nil otherwise.
|
@@ -6255,7 +6255,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Returns the unit's group if it exist and nil otherwise.
@@ -6266,16 +6266,37 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Return value:
+
Parameter:
+
+
Return values:
-
-
-
+
+
+
+
The Group of the Unit or nil if the unit does not exist.
+- Returns the unit's group if it exists and nil otherwise.
+
+
+
+
+
The Group of the Unit or nil if the unit does not exist.
-
+
diff --git a/Documentation/Wrapper.Group.html b/Documentation/Wrapper.Group.html
index 898e52c23..37f1d4aea 100644
--- a/Documentation/Wrapper.Group.html
+++ b/Documentation/Wrapper.Group.html
@@ -4956,7 +4956,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GROUP.InitRespawnRandomizePositionOuter
diff --git a/Documentation/Wrapper.Marker.html b/Documentation/Wrapper.Marker.html
index fda7bf1e3..f12efbb45 100644
--- a/Documentation/Wrapper.Marker.html
+++ b/Documentation/Wrapper.Marker.html
@@ -2988,6 +2988,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -3072,7 +3094,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -5105,6 +5127,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -5189,7 +5233,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
@@ -6693,6 +6737,28 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Coordinate of the mark.
+
+
+
+
+
@@ -6777,7 +6843,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
#boolean
-
MARKER.toall
+
MARKER.togroup
diff --git a/Documentation/Wrapper.Positionable.html b/Documentation/Wrapper.Positionable.html
index 5f9d3be3f..e80f9a068 100644
--- a/Documentation/Wrapper.Positionable.html
+++ b/Documentation/Wrapper.Positionable.html
@@ -3632,6 +3632,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
+
+
+
+
@@ -7401,6 +7412,17 @@ Coordinates are dependent on the position of the maps origin.
+
+
+
+
@@ -7949,6 +7971,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
@@ -8132,6 +8165,17 @@ If the Identifiable is alive, true is returned.
+
+
+
+
diff --git a/Documentation/Wrapper.Unit.html b/Documentation/Wrapper.Unit.html
index b012a1eea..d6aaa774d 100644
--- a/Documentation/Wrapper.Unit.html
+++ b/Documentation/Wrapper.Unit.html
@@ -1783,7 +1783,7 @@ If you want to obtain the complete 3D position including orient
- UNIT:GetGroup() |
+ UNIT:GetGroup(self) |
Returns the unit's group if it exist and nil otherwise.
|
@@ -4794,7 +4794,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
Returns the unit's group if it exist and nil otherwise.
@@ -4805,16 +4805,37 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
-
Return value:
+
Parameter:
+
+
Return values:
-
-
-
+
+
+
+
The Group of the Unit or nil if the unit does not exist.
+- Returns the unit's group if it exists and nil otherwise.
+
+
+
+
+
The Group of the Unit or nil if the unit does not exist.
-
+