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

@@ -2948,7 +2948,7 @@ Derived classes implement the ways how the achievements can be realized.</p>
</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>
@@ -2961,7 +2961,7 @@ Derived classes implement the ways how the achievements can be realized.</p>
</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>
@@ -4113,8 +4113,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>