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:
@@ -652,7 +652,7 @@
|
||||
<div class="w3-display-bottommiddle" style="word-break:break-word;"><h2><strong><a href="Core.SpawnStatic.html">Core.SpawnStatic</a></strong></h2></div>
|
||||
</div>
|
||||
<div class="w3-container w3-padding w3-white picturebox" style="word-break:break-word;"><p>
|
||||
<p><strong>Core</strong> - Spawn new statics in your running missions.</p>
|
||||
<p><strong>Core</strong> - Spawn statics.</p>
|
||||
</p></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1825,13 +1825,13 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMissionDay">UTILS.GetMissionDay()</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMissionDay">UTILS.GetMissionDay(Time)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns the day of the mission.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMissionDayOfYear">UTILS.GetMissionDayOfYear()</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).GetMissionDayOfYear">UTILS.GetMissionDayOfYear(Time)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Returns the current day of the year of the mission.</p>
|
||||
</td>
|
||||
@@ -3236,7 +3236,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).GetMissionDay" ><strong>UTILS.GetMissionDay()</strong></a></h2>
|
||||
<h2><a id="#(UTILS).GetMissionDay" ><strong>UTILS.GetMissionDay(Time)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns the day of the mission.</p>
|
||||
@@ -3247,6 +3247,20 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<div class="w3-margin-left">
|
||||
<p>UTILS</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>Time</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Abs. time in seconds. Default now, i.e. the value return from timer.getAbsTime().</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
@@ -3266,7 +3280,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).GetMissionDayOfYear" ><strong>UTILS.GetMissionDayOfYear()</strong></a></h2>
|
||||
<h2><a id="#(UTILS).GetMissionDayOfYear" ><strong>UTILS.GetMissionDayOfYear(Time)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Returns the current day of the year of the mission.</p>
|
||||
@@ -3277,6 +3291,20 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
<div class="w3-margin-left">
|
||||
<p>UTILS</p>
|
||||
</div>
|
||||
<h2><strong>Parameter:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#number
|
||||
<strong><strong>Time</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Abs. time in seconds. Default now, i.e. the value return from timer.getAbsTime().</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
<div class="w3-row w3-border-bottom w3-margin-left">
|
||||
<div class="w3-half">
|
||||
|
||||
Reference in New Issue
Block a user