mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2026-08-11 11:47:35 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -2714,7 +2714,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).SetAltitude">CLIENT:SetAltitude(Altitude, Keep, AltType)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>[AIR] Sets the controlled aircraft group to the specified altitude in meters.</p>
|
||||
<p>[AIR] Sets the controlled aircraft group to fly at the specified altitude in meters.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2732,7 +2732,7 @@ If the DCS Unit object does not exist or is nil, the CLIENT methods will return
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CLIENT).SetSpeed">CLIENT:SetSpeed(Speed, Keep)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Sets the controlled group to go the specified speed in meters per second. </p>
|
||||
<p>Sets the controlled group to go at the specified speed in meters per second. </p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -12813,7 +12813,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
<h2><a id="#(CLIENT).SetAltitude" ><strong>CLIENT:SetAltitude(Altitude, Keep, AltType)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>[AIR] Sets the controlled aircraft group to the specified altitude in meters.</p>
|
||||
<p>[AIR] Sets the controlled aircraft group to fly at the specified altitude in meters.</p>
|
||||
|
||||
<div id= "#Functions##SetAltitude" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -12831,7 +12831,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Altitude in meters</p>
|
||||
<p>Altitude in meters.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -12844,7 +12844,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) When set to true will maintain that altitude on passing waypoints. If no present or false the controlled group will return to the altitude as defined by their route. </p>
|
||||
<p>(Optional) When set to true, will maintain the altitude on passing waypoints. If not present or false, the controlled group will return to the altitude as defined by their route. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -12857,7 +12857,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Will specify the altitude type used. If nil the altitude type of the current waypoint will be used. Accepted values are "BARO" and "RADIO".</p>
|
||||
<p>(Optional) Specifies the altitude type used. If nil, the altitude type of the current waypoint will be used. Accepted values are "BARO" and "RADIO".</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -12984,7 +12984,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
<h2><a id="#(CLIENT).SetSpeed" ><strong>CLIENT:SetSpeed(Speed, Keep)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Sets the controlled group to go the specified speed in meters per second. </p>
|
||||
<p>Sets the controlled group to go at the specified speed in meters per second. </p>
|
||||
|
||||
<div id= "#Functions##SetSpeed" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -13002,7 +13002,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Speed in meters per second</p>
|
||||
<p>Speed in meters per second.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -13015,7 +13015,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) When set to true will maintain that speed on passing waypoints. If no present or false the controlled group will return to the speed as defined by their route. </p>
|
||||
<p>(Optional) When set to true, will maintain the speed on passing waypoints. If not present or false, the controlled group will return to the speed as defined by their route. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user