MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-09-06 11:25:39 +00:00
parent 59a3c5b8ee
commit a7d313b804
30 changed files with 679 additions and 2028 deletions

View File

@@ -5623,7 +5623,7 @@ end
</div>
<div class="w3-half">
<p>(Optional) Minimal distance from the center of the zone in meters. Default is 0 m.</p>
<p>(Optional) Minimal distance from the center of the zone. Default is 0.</p>
</div>
</div>
@@ -5636,7 +5636,7 @@ end
</div>
<div class="w3-half">
<p>(Optional) Maximal distance from the outer edge of the zone in meters. Default is the radius of the zone.</p>
<p>(Optional) Maximal distance from the outer edge of the zone. Default is the radius of the zone.</p>
</div>
</div>
@@ -6788,8 +6788,8 @@ Note that once a zone has been scanned, multiple evaluations can be done on the
</div>
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code> myzone:Scan({Object.Category.UNIT},{Unit.Category.GROUND_UNIT})
local IsAttacked = myzone:IsSomeInZoneOfCoalition( self.Coalition )</code></pre>
<pre class="example"><code> self.Zone:Scan({Object.Category.UNIT},{Unit.Category.GROUND_UNIT})
local IsAttacked = self.Zone:IsSomeInZoneOfCoalition( self.Coalition )</code></pre>
</div>