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:
@@ -1957,7 +1957,7 @@ Controls a network of short range air/missile defense groups.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).CelsiusToFahrenheit">UTILS.CelsiusToFahrenheit(Celsius)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).CelsiusToFahrenheit">UTILS.CelsiusToFahrenheit(Celcius)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Convert temperature from Celsius to Fahrenheit.</p>
|
||||
</td>
|
||||
@@ -2068,12 +2068,6 @@ Controls a network of short range air/missile defense groups.</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetDCSMissionDate">UTILS.GetDCSMissionDate()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns the mission date.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetDate">UTILS.GetDate()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns the current date.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2180,7 +2174,7 @@ Controls a network of short range air/missile defense groups.</p>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).IsLoadingDoorOpen">UTILS.IsLoadingDoorOpen(unit_name)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>(Helicopter) Check if one loading door is open.</p>
|
||||
<p> (Helicopter) Check if one loading door is open.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2216,7 +2210,7 @@ Controls a network of short range air/missile defense groups.</p>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).KnotsToAltKIAS">UTILS.KnotsToAltKIAS(knots, altitude)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Convert knots to altitude corrected KIAS, e.g.</p>
|
||||
<p>Convert knots to alitude corrected KIAS, e.g.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2403,19 +2397,19 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).SecondsToMidnight">UTILS.SecondsToMidnight()</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Count seconds until next midnight.</p>
|
||||
<p>Cound seconds until next midnight.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ShuffleTable">UTILS.ShuffleTable(t)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Shuffle a table accoring to Fisher Yeates algorithm</p>
|
||||
<p> Shuffle a table accoring to Fisher Yeates algorithm</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Split">UTILS.Split(str, sep)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Split string at separators.</p>
|
||||
<p>Split string at seperators.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2434,6 +2428,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ToRadian">UTILS.ToRadian(angle)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Vec2Add">UTILS.Vec2Add(a, b)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Calculate the total vector of two 2D vectors by adding the x,y components of each other.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2458,6 +2458,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Vec2Rotate2D">UTILS.Vec2Rotate2D(a, angle)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Rotate 2D vector in the 2D (x,z) plane.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Vec2Substract">UTILS.Vec2Substract(a, b)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Calculate the difference between two 2D vectors by substracting the x,y components from each other.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2535,19 +2541,19 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).hPa2inHg">UTILS.hPa2inHg(hPa)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Convert pressure from hectopascal (hPa) to inches of mercury (inHg).</p>
|
||||
<p>Convert pressure from hecto Pascal (hPa) to inches of mercury (inHg).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).hPa2mmHg">UTILS.hPa2mmHg(hPa)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Convert pressure from hectopascal (hPa) to millimeters of mercury (mmHg).</p>
|
||||
<p>Convert pressure from hecto Pascal (hPa) to millimeters of mercury (mmHg).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).kg2lbs">UTILS.kg2lbs(kg)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Convert kilograms (kg) to pounds (lbs).</p>
|
||||
<p>Convert kilo gramms (kg) to pounds (lbs).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2991,7 +2997,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
|
||||
|
||||
|
||||
<p> porting in Slmod's "safestring" basic serialize</p>
|
||||
<p>porting in Slmod's "safestring" basic serialize</p>
|
||||
|
||||
<div id= "#Functions##BasicSerialize" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -3070,7 +3076,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UTILS).CelsiusToFahrenheit" ><strong>UTILS.CelsiusToFahrenheit(Celsius)</strong></a></h2>
|
||||
<h2><a id="#(UTILS).CelsiusToFahrenheit" ><strong>UTILS.CelsiusToFahrenheit(Celcius)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Convert temperature from Celsius to Fahrenheit.</p>
|
||||
@@ -3086,7 +3092,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>Celsius</strong></strong>
|
||||
<strong><strong>Celcius</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
@@ -3696,7 +3702,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<p>Get the coalition name from its numerical ID, e.g.</p>
|
||||
|
||||
|
||||
<p>coalition.side.RED.</p>
|
||||
<p>coaliton.side.RED.</p>
|
||||
|
||||
<div id= "#Functions##GetCoalitionName" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -3818,60 +3824,6 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UTILS).GetDate" ><strong>UTILS.GetDate()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns the current date.</p>
|
||||
|
||||
<div id= "#Functions##GetDate" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p>UTILS</p>
|
||||
</div>
|
||||
<h2><strong>Return values:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p>#string:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Mission date in yyyy/mm/dd format.</p>
|
||||
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p>#number:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The year anno domini.</p>
|
||||
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p>#number:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The month.</p>
|
||||
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
<p>#number:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The day.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4776,7 +4728,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<h2><a id="#(UTILS).IsLoadingDoorOpen" ><strong>UTILS.IsLoadingDoorOpen(unit_name)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>(Helicopter) Check if one loading door is open.</p>
|
||||
<p> (Helicopter) Check if one loading door is open.</p>
|
||||
|
||||
<div id= "#Functions##IsLoadingDoorOpen" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -4970,7 +4922,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<h2><a id="#(UTILS).KnotsToAltKIAS" ><strong>UTILS.KnotsToAltKIAS(knots, altitude)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Convert knots to altitude corrected KIAS, e.g.</p>
|
||||
<p>Convert knots to alitude corrected KIAS, e.g.</p>
|
||||
|
||||
|
||||
<p>for tankers.</p>
|
||||
@@ -6621,7 +6573,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
<h2><a id="#(UTILS).SecondsToMidnight" ><strong>UTILS.SecondsToMidnight()</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Count seconds until next midnight.</p>
|
||||
<p>Cound seconds until next midnight.</p>
|
||||
|
||||
<div id= "#Functions##SecondsToMidnight" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -6651,7 +6603,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
<h2><a id="#(UTILS).ShuffleTable" ><strong>UTILS.ShuffleTable(t)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Shuffle a table accoring to Fisher Yeates algorithm</p>
|
||||
<p> Shuffle a table accoring to Fisher Yeates algorithm</p>
|
||||
|
||||
<div id= "#Functions##ShuffleTable" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -6695,7 +6647,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
<h2><a id="#(UTILS).Split" ><strong>UTILS.Split(str, sep)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Split string at separators.</p>
|
||||
<p>Split string at seperators.</p>
|
||||
|
||||
|
||||
<p>C.f. http://stackoverflow.com/questions/1426954/split-string-in-lua</p>
|
||||
@@ -6729,7 +6681,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Separator for split.</p>
|
||||
<p>Speparator for split.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -6863,6 +6815,63 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UTILS).Vec2Add" ><strong>UTILS.Vec2Add(a, b)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Calculate the total vector of two 2D vectors by adding the x,y components of each other.</p>
|
||||
|
||||
<div id= "#Functions##Vec2Add" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p>UTILS</p>
|
||||
</div>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
|
||||
<strong><strong>a</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Vector in 2D with x, y components.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
|
||||
<strong><strong>b</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Vector in 2D with x, y components.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="DCS.html##(Vec2)">DCS#Vec2</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Vector c=a+b with c(i)=a(i)+b(i), i=x,y.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7068,6 +7077,63 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(UTILS).Vec2Substract" ><strong>UTILS.Vec2Substract(a, b)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Calculate the difference between two 2D vectors by substracting the x,y components from each other.</p>
|
||||
|
||||
<div id= "#Functions##Vec2Substract" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
<h2><strong>Defined in:</strong></h2>
|
||||
<div class="w3-margin-left">
|
||||
<p>UTILS</p>
|
||||
</div>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
|
||||
<strong><strong>a</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Vector in 2D with x, y components.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
|
||||
<strong><strong>b</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Vector in 2D with x, y components.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
<p><a href="DCS.html##(Vec2)">DCS#Vec2</a>:</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Vector c=a-b with c(i)=a(i)-b(i), i=x,y.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -7713,7 +7779,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
<h2><a id="#(UTILS).hPa2inHg" ><strong>UTILS.hPa2inHg(hPa)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Convert pressure from hectopascal (hPa) to inches of mercury (inHg).</p>
|
||||
<p>Convert pressure from hecto Pascal (hPa) to inches of mercury (inHg).</p>
|
||||
|
||||
<div id= "#Functions##hPa2inHg" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -7757,7 +7823,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
<h2><a id="#(UTILS).hPa2mmHg" ><strong>UTILS.hPa2mmHg(hPa)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Convert pressure from hectopascal (hPa) to millimeters of mercury (mmHg).</p>
|
||||
<p>Convert pressure from hecto Pascal (hPa) to millimeters of mercury (mmHg).</p>
|
||||
|
||||
<div id= "#Functions##hPa2mmHg" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -7801,7 +7867,7 @@ The data will be a simple comma separated list of name and state etc, with one h
|
||||
<h2><a id="#(UTILS).kg2lbs" ><strong>UTILS.kg2lbs(kg)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Convert kilograms (kg) to pounds (lbs).</p>
|
||||
<p>Convert kilo gramms (kg) to pounds (lbs).</p>
|
||||
|
||||
<div id= "#Functions##kg2lbs" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
|
||||
Reference in New Issue
Block a user