MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-06-19 20:34:18 +00:00
parent e9d7a000ea
commit 63bc9195ec
23 changed files with 497 additions and 436 deletions

View File

@@ -1872,6 +1872,12 @@ atis:Start()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).GetActiveRunway">ATIS:GetActiveRunway()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get active runway runway.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).GetCoalition">ATIS:GetCoalition()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get the coalition of the associated airbase.</p>
</td>
</tr>
<tr class="w3-border">
@@ -1926,6 +1932,12 @@ atis:Start()
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).OnAfterReport">ATIS:OnAfterReport(From, Event, To, Text)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>On after "Report" event user function.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ATIS).OnEventBaseCaptured">ATIS:OnEventBaseCaptured(EventData)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Base captured</p>
</td>
</tr>
<tr class="w3-border">
@@ -4732,6 +4744,36 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(ATIS).GetCoalition" ><strong>ATIS:GetCoalition()</strong></a></h2>
</div>
<p>Get the coalition of the associated airbase.</p>
<div id= "#Functions##GetCoalition" 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>ATIS</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#number:</p>
</div>
<div class="w3-half">
<p>Coalition of the associcated airbase.</p>
</div>
</div>
</div>
</div>
</div>
@@ -5179,6 +5221,39 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(ATIS).OnEventBaseCaptured" ><strong>ATIS:OnEventBaseCaptured(EventData)</strong></a></h2>
</div>
<p>Base captured</p>
<div id= "#Functions##OnEventBaseCaptured" 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>ATIS</p>
</div>
<h2><strong>Parameter:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="Core.Event.html##(EVENTDATA)">Core.Event#EVENTDATA</a>
<strong><strong>EventData</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Event data.</p>
</div>
</div>
</div>
</div>
</div>