Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-12-29 17:07:10 +00:00
parent 2e2b5822b8
commit 519f62d573
24 changed files with 1020 additions and 785 deletions
+153
View File
@@ -2048,6 +2048,12 @@ UTILS.PrintTableToLog(weapons)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).SaveToFile">STORAGE:SaveToFile(Path, Filename)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Save the contents of a STORAGE to files in CSV format.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).SaverTimer">STORAGE.SaverTimer</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>The TIMER for autosave.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2072,6 +2078,18 @@ UTILS.PrintTableToLog(weapons)
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).SetVerbosity">STORAGE:SetVerbosity(VerbosityLevel)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Set verbosity level.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).StartAutoSave">STORAGE:StartAutoSave(Path, Filename, Interval, LoadOnce)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Start a STORAGE autosave process.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(STORAGE).StopAutoSave">STORAGE:StopAutoSave()</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Stop a running STORAGE autosave process.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2853,6 +2871,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Timer.html##(TIMER)">Core.Timer#TIMER</a>
<a id="#(STORAGE).SaverTimer" ><strong>STORAGE.SaverTimer</strong></a>
<p>The TIMER for autosave.</p>
</div>
</div>
@@ -4282,6 +4311,119 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STORAGE).StartAutoSave" ><strong>STORAGE:StartAutoSave(Path, Filename, Interval, LoadOnce)</strong></a></h2>
</div>
<p>Start a STORAGE autosave process.</p>
<div id= "#Functions##StartAutoSave" 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>STORAGE</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>
#string
<strong><strong>Path</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The path to use. Use double backslashes \\ on Windows filesystems.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#string
<strong><strong>Filename</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The name of the file.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#number
<strong><strong>Interval</strong></strong>
</p>
</div>
<div class="w3-half">
<p>The interval, start after this many seconds and repeat every interval seconds. Defaults to 300.</p>
</div>
</div>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
#boolean
<strong><strong>LoadOnce</strong></strong>
</p>
</div>
<div class="w3-half">
<p>If LoadOnce is true or nil, we try to load saved storage first.</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="##(STORAGE)">#STORAGE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(STORAGE).StopAutoSave" ><strong>STORAGE:StopAutoSave()</strong></a></h2>
</div>
<p>Stop a running STORAGE autosave process.</p>
<div id= "#Functions##StopAutoSave" 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>STORAGE</p>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(STORAGE)">#STORAGE</a>:</p>
</div>
<div class="w3-half">
<p>self</p>
</div>
</div>
</div>
</div>
</div>
@@ -4318,6 +4460,17 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
</div>
</div>
<div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<a href="Core.Timer.html##(TIMER)">Core.Timer#TIMER</a>
<a id="#(STORAGE).SaverTimer" ><strong>STORAGE.SaverTimer</strong></a>
<p>The TIMER for autosave.</p>
</div>
</div>