Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-06-09 09:03:04 +00:00
parent 03f678a88b
commit dbc8e4400b
28 changed files with 873 additions and 673 deletions

View File

@@ -2257,7 +2257,7 @@
<tr class="w3-border">
<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>
<p>Ensure the passed object is a table.</p>
</td>
</tr>
<tr class="w3-border">
@@ -2556,7 +2556,7 @@
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).LoadFromFile">UTILS.LoadFromFile(Path, Filename)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Function to save an object to a file</p>
<p>Function to load an object from a file.</p>
</td>
</tr>
<tr class="w3-border">
@@ -4327,7 +4327,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<h2><a id="#(UTILS).EnsureTable" ><strong>UTILS.EnsureTable(Object, ReturnNil)</strong></a></h2>
</div>
<p>Ensure the passed object is a table. </p>
<p>Ensure the passed object is a table.</p>
<div id= "#Functions##EnsureTable" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -6688,7 +6688,7 @@ This function requires you to disable script sanitization in $DCS</em>ROOT\Scrip
<h2><a id="#(UTILS).LoadFromFile" ><strong>UTILS.LoadFromFile(Path, Filename)</strong></a></h2>
</div>
<p>Function to save an object to a file</p>
<p>Function to load an object from a file.</p>
<div id= "#Functions##LoadFromFile" class="w3-show w3-white">
<div class="w3-container w3-white" id="functiontype">
@@ -6860,7 +6860,7 @@ This function requires you to disable script sanitization in $DCS</em>ROOT\Scrip
</div>
<div class="w3-half">
<p>Set of GROUP objects.
<p>Set of GROUP objects.
Returns nil when file cannot be read. Returns a table of data entries if Spawn is false: <code>{ groupname=groupname, size=size, coordinate=coordinate, template=template }</code></p>
</div>
@@ -7244,7 +7244,7 @@ Returns nil when the file cannot be read.</p>
</div>
<div class="w3-half">
<p>When using Cinematic: table of names of smoke and fire objects, so they can be extinguished with <code>COORDINATE.StopBigSmokeAndFire( name )</code>
<p>When using Cinematic: table of names of smoke and fire objects, so they can be extinguished with <code>COORDINATE.StopBigSmokeAndFire( name )</code>
Returns nil when file cannot be read.</p>
</div>
@@ -8725,12 +8725,12 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>We will go through the set and find the corresponding group and save the current group size and current position.
The idea is to respawn the groups **spawned during an earlier run of the mission** at the given location and reduce
the number of units in the group when reloading the data again to restart the saved mission. Note that *dead* groups
The idea is to respawn the groups **spawned during an earlier run of the mission** at the given location and reduce
the number of units in the group when reloading the data again to restart the saved mission. Note that *dead* groups
cannot be covered with this.
**Note** Do NOT use dashes or hashes in group template names (-,#)!
The data will be a simple comma separated list of groupname and size, with one header line.
The current task/waypoint/etc cannot be restored. </code></pre>
The current task/waypoint/etc cannot be restored.</code></pre>
</div>
@@ -8974,7 +8974,7 @@ The data will be a simple comma separated list of name and state etc, with one h
</div>
<h2><strong>Usage:</strong></h2>
<pre class="example"><code>We will go through the list and find the corresponding group and save the current group size (0 when dead).
These groups are supposed to be put on the map in the ME and have *not* moved (e.g. stationary SAM sites).
These groups are supposed to be put on the map in the ME and have *not* moved (e.g. stationary SAM sites).
Position is still saved for your usage.
The idea is to reduce the number of units when reloading the data again to restart the saved mission.
The data will be a simple comma separated list of groupname and size, with one header line.</code></pre>