MOOSE generated documentation [skip ci]

This commit is contained in:
Applevangelist
2022-03-18 07:14:23 +00:00
parent efa85873ac
commit 7e496c25d8
25 changed files with 309 additions and 660 deletions
+9 -9
View File
@@ -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>