mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -3266,13 +3266,13 @@ If you want to obtain the complete <strong>3D position</strong> including orient
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).TaskLandAtVec2">UNIT:TaskLandAtVec2(Vec2, Duration)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).TaskLandAtVec2">UNIT:TaskLandAtVec2(Vec2, Duration, CombatLanding, DirectionAfterLand)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>(AIR HELICOPTER) Landing at the ground.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).TaskLandAtZone">UNIT:TaskLandAtZone(Zone, Duration, RandomPoint)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UNIT).TaskLandAtZone">UNIT:TaskLandAtZone(Zone, Duration, RandomPoint, CombatLanding, DirectionAfterLand)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>(AIR) Land the controllable at a @{Core.Zone#ZONE_RADIUS).</p>
|
||||
</td>
|
||||
@@ -18982,7 +18982,7 @@ The unit / controllable will also protect that controllable from threats of spec
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UNIT).TaskLandAtVec2" ><strong>UNIT:TaskLandAtVec2(Vec2, Duration)</strong></a></h2>
|
||||
<h2><a id="#(UNIT).TaskLandAtVec2" ><strong>UNIT:TaskLandAtVec2(Vec2, Duration, CombatLanding, DirectionAfterLand)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>(AIR HELICOPTER) Landing at the ground.</p>
|
||||
@@ -19021,6 +19021,32 @@ The unit / controllable will also protect that controllable from threats of spec
|
||||
|
||||
<p>The duration in seconds to stay on the ground.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#boolean
|
||||
<strong><strong>CombatLanding</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(optional) If true, set the Combat Landing option.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>DirectionAfterLand</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(optional) Heading after landing in degrees.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
@@ -19042,7 +19068,7 @@ The unit / controllable will also protect that controllable from threats of spec
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UNIT).TaskLandAtZone" ><strong>UNIT:TaskLandAtZone(Zone, Duration, RandomPoint)</strong></a></h2>
|
||||
<h2><a id="#(UNIT).TaskLandAtZone" ><strong>UNIT:TaskLandAtZone(Zone, Duration, RandomPoint, CombatLanding, DirectionAfterLand)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>(AIR) Land the controllable at a @{Core.Zone#ZONE_RADIUS).</p>
|
||||
@@ -19083,11 +19109,40 @@ The unit / controllable will also protect that controllable from threats of spec
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#boolean
|
||||
<strong><strong>RandomPoint</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p></p>
|
||||
|
||||
<p>(optional) If true,land at a random point inside of the zone. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#boolean
|
||||
<strong><strong>CombatLanding</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(optional) If true, set the Combat Landing option.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>DirectionAfterLand</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(optional) Heading after landing in degrees.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
|
||||
Reference in New Issue
Block a user