MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-10-06 05:42:01 +00:00
parent 695c5825df
commit af7de90192
31 changed files with 351 additions and 1089 deletions

View File

@@ -2632,7 +2632,7 @@ We start the monitoring after 5 seconds, and will repeat every 30 seconds a chec
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_CAPTURE_COALITION).New">ZONE_CAPTURE_COALITION:New(ZoneName, Vec2, Radius)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(ZONE_CAPTURE_COALITION).New">ZONE_CAPTURE_COALITION:New(ZoneName, Vec2, Radius, DoNotRegisterZone)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Constructor of <a href="##(ZONE_RADIUS)">#ZONE_RADIUS</a>, taking the zone name, the zone location and a radius.</p>
</td>
@@ -6729,7 +6729,7 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(ZONE_CAPTURE_COALITION).New" ><strong>ZONE_CAPTURE_COALITION:New(ZoneName, Vec2, Radius)</strong></a></h2>
<h2><a id="#(ZONE_CAPTURE_COALITION).New" ><strong>ZONE_CAPTURE_COALITION:New(ZoneName, Vec2, Radius, DoNotRegisterZone)</strong></a></h2>
</div>
<p>Constructor of <a href="##(ZONE_RADIUS)">#ZONE_RADIUS</a>, taking the zone name, the zone location and a radius.</p>
@@ -6778,6 +6778,19 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
<p>The radius of the zone.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="DCS.html##(Boolean)">DCS#Boolean</a>
<strong><strong>DoNotRegisterZone</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Determins if the Zone should not be registered in the _Database Table. Default=false</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>