Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-02-12 17:38:02 +00:00
parent f560641811
commit 874edd1cd3
125 changed files with 7897 additions and 744 deletions

View File

@@ -2561,7 +2561,7 @@
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).PrintTableToLog">UTILS.PrintTableToLog(table, indent)</a></p></td>
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).PrintTableToLog">UTILS.PrintTableToLog(table, indent, noprint)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Print a table to log in a nice format</p>
</td>
@@ -7529,7 +7529,7 @@ Returns nil when file cannot be read.</p>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).PrintTableToLog" ><strong>UTILS.PrintTableToLog(table, indent)</strong></a></h2>
<h2><a id="#(UTILS).PrintTableToLog" ><strong>UTILS.PrintTableToLog(table, indent, noprint)</strong></a></h2>
</div>
<p>Print a table to log in a nice format</p>
@@ -7565,6 +7565,19 @@ Returns nil when file cannot be read.</p>
<p>Number of indents</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>noprint</strong></strong>
</p>
</div>
<div class="w3-half">
<p>Don't log but return text</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>