mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user