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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user