MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2023-06-01 08:19:43 +00:00
parent 7ff2859cb6
commit 275a8dc01b
30 changed files with 1026 additions and 667 deletions

View File

@@ -1794,6 +1794,18 @@ is implemented in the AIRBASE class as <a href="##(AIRBASE).GetName">AIRBASE.Get
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).GetAllAirbases">AIRBASE.GetAllAirbases(coalition, category)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get all airbases of the current map.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).GetCategory">AIRBASE:GetCategory()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get category of airbase.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AIRBASE).GetCategoryName">AIRBASE:GetCategoryName()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Get category name of airbase.</p>
</td>
</tr>
<tr class="w3-border">
@@ -5079,6 +5091,66 @@ The dimension of the spawned aircraft and of the potential obstacle are taken in
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AIRBASE).GetCategory" ><strong>AIRBASE:GetCategory()</strong></a></h2>
</div>
<p>Get category of airbase.</p>
<div id= "#Functions##GetCategory" 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>AIRBASE</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>Category of airbase from GetDesc().category.</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(AIRBASE).GetCategoryName" ><strong>AIRBASE:GetCategoryName()</strong></a></h2>
</div>
<p>Get category name of airbase.</p>
<div id= "#Functions##GetCategoryName" 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>AIRBASE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#string:</p>
</div>
<div class="w3-half">
<p>Category of airbase, i.e. Airdrome, Ship, or Helipad</p>
</div>
</div>
</div>
</div>
</div>