Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-07-12 17:35:42 +00:00
parent 7cdacede21
commit 6d4bece5eb
27 changed files with 1041 additions and 664 deletions

View File

@@ -3490,13 +3490,13 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).TaskLandAtVec2">CLIENT:TaskLandAtVec2(Vec2, Duration)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).TaskLandAtVec2">CLIENT: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="##(CLIENT).TaskLandAtZone">CLIENT:TaskLandAtZone(Zone, Duration, RandomPoint)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).TaskLandAtZone">CLIENT: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>
@@ -20719,7 +20719,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="#(CLIENT).TaskLandAtVec2" ><strong>CLIENT:TaskLandAtVec2(Vec2, Duration)</strong></a></h2>
<h2><a id="#(CLIENT).TaskLandAtVec2" ><strong>CLIENT:TaskLandAtVec2(Vec2, Duration, CombatLanding, DirectionAfterLand)</strong></a></h2>
</div>
<p>(AIR HELICOPTER) Landing at the ground.</p>
@@ -20758,6 +20758,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>
@@ -20779,7 +20805,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="#(CLIENT).TaskLandAtZone" ><strong>CLIENT:TaskLandAtZone(Zone, Duration, RandomPoint)</strong></a></h2>
<h2><a id="#(CLIENT).TaskLandAtZone" ><strong>CLIENT:TaskLandAtZone(Zone, Duration, RandomPoint, CombatLanding, DirectionAfterLand)</strong></a></h2>
</div>
<p>(AIR) Land the controllable at a @{Core.Zone#ZONE_RADIUS).</p>
@@ -20820,11 +20846,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>