MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-06-25 15:39:27 +00:00
parent e6ff6ee972
commit 3a6ec57d20
26 changed files with 560 additions and 442 deletions

View File

@@ -1700,7 +1700,7 @@ Create a late-activated single infantry unit as template in the mission editor a
<pre><code> The pilot has been boarded to the helicopter. Use e.g. `function my_csar:OnAfterBoarded(...)` to link into this event:
function my_csar:OnAfterBoarded(from, event, to, heliname, groupname)
function my_csar:OnAfterBoarded(from, event, to, heliname, groupname, description)
... your code here ...
end
</code></pre>
@@ -1794,7 +1794,7 @@ Create a late-activated single infantry unit as template in the mission editor a
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).OnAfterBoarded">CSAR:OnAfterBoarded(From, Event, To, Heliname, Woundedgroupname)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CSAR).OnAfterBoarded">CSAR:OnAfterBoarded(From, Event, To, Heliname, Woundedgroupname, Description)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>On After "Boarded" event.</p>
</td>
@@ -3975,11 +3975,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
<p> table of CSAR unit names</p>
</div>
</div>
@@ -4657,7 +4660,7 @@ 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">
<div class="w3-theme-l2">
<h2><a id="#(CSAR).OnAfterBoarded" ><strong>CSAR:OnAfterBoarded(From, Event, To, Heliname, Woundedgroupname)</strong></a></h2>
<h2><a id="#(CSAR).OnAfterBoarded" ><strong>CSAR:OnAfterBoarded(From, Event, To, Heliname, Woundedgroupname, Description)</strong></a></h2>
</div>
<p>On After "Boarded" event.</p>
@@ -4735,6 +4738,19 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<p>Name of the downed pilot's group.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Description</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Descriptive name of the group.</p>
</div>
</div>
</div>
@@ -9010,11 +9026,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
<p> table of CSAR unit names</p>
</div>
</div>
@@ -11365,11 +11384,14 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
#table
<a id="#(CSAR).csarUnits" ><strong>CSAR.csarUnits</strong></a>
<p> table of CSAR unit names</p>
</div>
</div>