MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2021-05-11 10:03:03 +00:00
parent 7910c9b074
commit f99cc49abb
125 changed files with 9264 additions and 1580 deletions

View File

@@ -1255,6 +1255,20 @@ Controls a network of short range air/missile defense groups.</p>
</div>
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
<p><strong>Utils</strong> - Lua Profiler.</p>
</p></div>
</div>
</div>
<div class="w3-col s12 m6 l4">
<div class="w3-card-4 w3-white w3-margin-16">
<div class="w3-display-container w3-text-white w3-text-shadow">
<img src= "../Images/MOOSE.JPG" alt="Image">
<div class="w3-display-bottommiddle" style="word-break:break-word;"><h2><strong><a href="Utilities.Templates.html">Utilities.Templates</a></strong></h2></div>
</div>
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
<p><strong>Utils</strong> Templates</p>
<p>DCS unit templates</p>
</p></div>
</div>
</div>
@@ -1626,6 +1640,18 @@ Derived classes implement the ways how the achievements can be realized.</p>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL).CountScannedCoalitions">ZONE_GOAL:CountScannedCoalitions()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Count the number of different coalitions inside the zone.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL).DrawID">ZONE_GOAL.DrawID</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_GOAL).DrawZone">ZONE_GOAL:DrawZone(Coalition, Color, Alpha, FillColor, FillAlpha, LineType, ReadOnly)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Draw the zone circle on the F10 map. </p>
</td>
</tr>
<tr class="w3-border">
@@ -2542,6 +2568,128 @@ Derived classes implement the ways how the achievements can be realized.</p>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(ZONE_GOAL).DrawZone" ><strong>ZONE_GOAL:DrawZone(Coalition, Color, Alpha, FillColor, FillAlpha, LineType, ReadOnly)</strong></a></h2>
</div>
<p>Draw the zone circle on the F10 map. </p>
<div id= "#Functions##DrawZone" 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><a href="Core.Zone.html##(ZONE_RADIUS)">Core.Zone#ZONE_RADIUS</a></p>
</div>
<h2><strong>Parameters:</strong></h2>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Coalition</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Coalition: All=-1, Neutral=0, Red=1, Blue=2. Default -1=All.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#table
<strong><strong>Color</strong></strong>
</p>
</div>
<div class="w3-half">
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Alpha</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Transparency [0,1]. Default 1.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#table
<strong><strong>FillColor</strong></strong>
</p>
</div>
<div class="w3-half">
<p>RGB color table {r, g, b}, e.g. {1,0,0} for red. Default is same as <code>Color</code> value.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>FillAlpha</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Transparency [0,1]. Default 0.15.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>LineType</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Line type: 0=No line, 1=Solid, 2=Dashed, 3=Dotted, 4=Dot dash, 5=Long dash, 6=Two dash. Default 1=Solid.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>ReadOnly</strong></strong>
</p>
</div>
<div class="w3-half">
<p>(Optional) Mark is readonly and cannot be removed by users. Default false.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(ZONE_RADIUS)">#ZONE_RADIUS</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>