MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-01-09 16:20:34 +00:00
parent 0e02e872c0
commit 5691ac59e2
23 changed files with 650 additions and 589 deletions
+119 -13
View File
@@ -1952,6 +1952,12 @@ Use the following Zone validation methods on the group:</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetDCSUnits">GROUP:GetDCSUnits()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the DCS Units of the DCS Group.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetFirstUnit">GROUP:GetFirstUnit()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the first unit of the group.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2135,7 +2141,7 @@ amount of fuel in the group.</p>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(GROUP).GetUnit">GROUP:GetUnit(UnitNumber)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Returns the UNIT wrapper class with number UnitNumber.</p>
<p>Returns the UNIT wrapper object with number UnitNumber.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4956,7 +4962,18 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
@@ -6015,7 +6032,7 @@ results in this outcome if the group has Callsign "Enfield 9 1" on the 1st #UNIT
<p>Returns the DCS Unit with number UnitNumber.</p>
<p>If the underlying DCS Unit does not exist, the method will return nil. .</p>
<p>If the underlying DCS Unit does not exist, the method will return try to find the next unit. Returns nil if no units are found.</p>
<div id= "#Functions##GetDCSUnit" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -6080,6 +6097,39 @@ results in this outcome if the group has Callsign "Enfield 9 1" on the 1st #UNIT
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(GROUP).GetFirstUnit" ><strong>GROUP:GetFirstUnit()</strong></a></h2>
</div>
<p>Get the first unit of the group.</p>
<p>Might be nil!</p>
<div id= "#Functions##GetFirstUnit" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
<h2><strong>Defined in:</strong></h2>
<div class="w3-margin-left">
<p>GROUP</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="Wrapper.Unit.html##(UNIT)">Wrapper.Unit#UNIT</a>:</p>
</div>
<div class="w3-half">
<p>First unit or nil if it does not exist.</p>
</div>
</div>
</div>
</div>
</div>
@@ -7077,10 +7127,11 @@ amount of fuel in the group.</p>
<h2><a id="#(GROUP).GetUnit" ><strong>GROUP:GetUnit(UnitNumber)</strong></a></h2>
</div>
<p>Returns the UNIT wrapper class with number UnitNumber.</p>
<p>Returns the UNIT wrapper object with number UnitNumber.</p>
<p>If the underlying DCS Unit does not exist, the method will return nil. .</p>
<p>If it doesn't exist, tries to return the next available unit.
If no underlying DCS Units exist, the method will return nil.</p>
<div id= "#Functions##GetUnit" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -7109,7 +7160,7 @@ amount of fuel in the group.</p>
</div>
<div class="w3-half">
<p>The UNIT wrapper class.</p>
<p>The UNIT object or nil</p>
</div>
</div>
@@ -7135,11 +7186,11 @@ amount of fuel in the group.</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#list&lt;Wrapper.Unit#UNIT&gt;:</p>
<p>#table:</p>
</div>
<div class="w3-half">
<p>The list of <a href="Wrapper.Unit.html">Wrapper.Unit</a> objects of the <a href="Wrapper.Group.html">Wrapper.Group</a>.</p>
<p>of Wrapper.Unit#UNIT objects, indexed by number.</p>
</div>
</div>
@@ -9455,7 +9506,18 @@ So each unit of the group is respawned at exactly the same parking spot as it cu
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
@@ -18422,7 +18484,18 @@ Note that when WayPointInitialize is called, the Mission of the controllable is
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
@@ -22268,7 +22341,18 @@ Coordinates are dependent on the position of the maps origin.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
@@ -22893,7 +22977,18 @@ If the Identifiable is alive, true is returned. </p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>
@@ -23153,7 +23248,18 @@ If the Identifiable is alive, true is returned. </p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionZone" ><strong>GROUP.InitRespawnRandomizePositionZone</strong></a>
<a id="#(GROUP).InitRespawnRandomizePositionInner" ><strong>GROUP.InitRespawnRandomizePositionInner</strong></a>
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a id="#(GROUP).InitRespawnRandomizePositionOuter" ><strong>GROUP.InitRespawnRandomizePositionOuter</strong></a>