Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-07-01 20:17:23 +00:00
parent eb8fc32c3b
commit 1a62e24e5c
33 changed files with 861 additions and 855 deletions

View File

@@ -2707,6 +2707,12 @@
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).Randomize">UTILS.Randomize(value, fac, lower, upper)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Randomize a value by a certain amount.</p>
</td>
</tr>
<tr class="w3-border">
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(UTILS).ReadCSV">UTILS.ReadCSV(filename)</a></p></td>
<td class="summary w3-half w3-container" style="word-wrap: break-word">
<p>Read csv file and convert it to a lua table.</p>
</td>
</tr>
<tr class="w3-border">
@@ -3601,7 +3607,7 @@ use negative idp for rounding ahead of decimal place, positive for rounding afte
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(bool)">#bool</a>:</p>
<p>#boolean:</p>
</div>
<div class="w3-half">
@@ -6127,7 +6133,7 @@ This function requires you to disable script sanitization in $DCS</em>ROOT\Scrip
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(booolen)">#booolen</a>:</p>
<p>#boolean:</p>
</div>
<div class="w3-half">
@@ -6303,7 +6309,7 @@ This function requires you to disable script sanitization in $DCS</em>ROOT\Scrip
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(booolen)">#booolen</a>:</p>
<p>#boolean:</p>
</div>
<div class="w3-half">
@@ -7765,7 +7771,7 @@ Returns nil when file cannot be read.</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(bool)">#bool</a>:</p>
<p>#boolean:</p>
</div>
<div class="w3-half">
@@ -8108,7 +8114,7 @@ Returns nil when file cannot be read.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="##(Vec2)">#Vec2</a>
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
<strong><strong>pt1</strong></strong>
</p>
</div>
@@ -8121,7 +8127,7 @@ Returns nil when file cannot be read.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="##(Vec2)">#Vec2</a>
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
<strong><strong>pt2</strong></strong>
</p>
</div>
@@ -8134,7 +8140,7 @@ Returns nil when file cannot be read.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="##(Vec2)">#Vec2</a>
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
<strong><strong>pt3</strong></strong>
</p>
</div>
@@ -8147,7 +8153,7 @@ Returns nil when file cannot be read.</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(Vec2)">#Vec2</a>:</p>
<p><a href="DCS.html##(Vec2)">DCS#Vec2</a>:</p>
</div>
<div class="w3-half">
@@ -8246,6 +8252,53 @@ Returns nil when file cannot be read.</p>
</div>
</div>
</div>
<div class="w3-card-2 w3-padding-small w3-margin-top">
<div class="w3-theme-l2">
<h2><a id="#(UTILS).ReadCSV" ><strong>UTILS.ReadCSV(filename)</strong></a></h2>
</div>
<p>Read csv file and convert it to a lua table.</p>
<p>The csv must have a header specifing the names of the columns. The column names are used as table keys.</p>
<div id= "#Functions##ReadCSV" 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>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>
#string
<strong><strong>filename</strong></strong>
</p>
</div>
<div class="w3-half">
<p>File name including full path on local disk.</p>
</div>
</div>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p>#table:</p>
</div>
<div class="w3-half">
<p>The table filled with data from the csv file.</p>
</div>
</div>
</div>
</div>
</div>
@@ -8586,7 +8639,7 @@ Returns nil when file cannot be read.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="##(Vec2)">#Vec2</a>
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
<strong><strong>point</strong></strong>
</p>
</div>
@@ -8599,7 +8652,7 @@ Returns nil when file cannot be read.</p>
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
<div class="w3-half">
<p>
<a href="##(Vec2)">#Vec2</a>
<a href="DCS.html##(Vec2)">DCS#Vec2</a>
<strong><strong>pivot</strong></strong>
</p>
</div>
@@ -8625,7 +8678,7 @@ Returns nil when file cannot be read.</p>
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(Vec)">#Vec</a>:</p>
<p><a href="DCS.html##(Vec2)">DCS#Vec2</a>:</p>
</div>
<div class="w3-half">
@@ -9765,7 +9818,7 @@ The data will be a simple comma separated list of name and state etc, with one h
<h2><strong>Return value:</strong></h2>
<div class="w3-row w3-border-bottom w3-margin-left">
<div class="w3-half">
<p><a href="##(bool)">#bool</a>:</p>
<p>#boolean:</p>
</div>
<div class="w3-half">