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:
@@ -2125,7 +2125,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).EnsureTable">UTILS.EnsureTable(Object)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).EnsureTable">UTILS.EnsureTable(Object, ReturnNil)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Ensure the passed object is a table. </p>
|
||||
</td>
|
||||
@@ -3586,7 +3586,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).EnsureTable" ><strong>UTILS.EnsureTable(Object)</strong></a></h2>
|
||||
<h2><a id="#(UTILS).EnsureTable" ><strong>UTILS.EnsureTable(Object, ReturnNil)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Ensure the passed object is a table. </p>
|
||||
@@ -3597,7 +3597,7 @@ 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>
|
||||
<h2><strong>Parameters:</strong></h2>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
@@ -3609,6 +3609,19 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
|
||||
<p>The object that should be a table.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#boolean
|
||||
<strong><strong>ReturnNil</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>If <code>true</code>, return <code>#nil</code> if <code>Object</code> is nil. Otherwise an empty table <code>{}</code> is returned.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
@@ -3618,7 +3631,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>The object that is a table. Note that if the Object is <code>#nil</code> initially, and empty table <code>{}</code> is returned.</p>
|
||||
<p>The object that now certainly <em>is</em> a table.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user