mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
Auto commit by GitHub Actions Workflow
This commit is contained in:
@@ -1935,6 +1935,12 @@ Various methods exist to configure:</p>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SCORING).AutoSave">SCORING.AutoSave</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SCORING).AutoSavePath">SCORING.AutoSavePath</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2034,7 +2040,7 @@ Various methods exist to configure:</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SCORING).New">SCORING:New(GameName)</a></p></td>
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(SCORING).New">SCORING:New(GameName, SavePath, AutoSave)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Creates a new SCORING object to administer the scoring achieved by players.</p>
|
||||
</td>
|
||||
@@ -2905,11 +2911,22 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(SCORING).AutoSave" ><strong>SCORING.AutoSave</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SCORING).AutoSavePath" ><strong>SCORING.AutoSavePath</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Create the CSV file.</p>
|
||||
|
||||
@@ -3106,7 +3123,7 @@ When Moose is loaded statically, (as one file), tracing is switched off by defau
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(SCORING).penaltyoncoalitionchange" ><strong>SCORING.penaltyoncoalitionchange</strong></a>
|
||||
|
||||
|
||||
@@ -3795,7 +3812,7 @@ Note that a zone can be a polygon or a moving zone.</p>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
<div class="w3-theme-l2">
|
||||
<h2><a id="#(SCORING).New" ><strong>SCORING:New(GameName)</strong></a></h2>
|
||||
<h2><a id="#(SCORING).New" ><strong>SCORING:New(GameName, SavePath, AutoSave)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Creates a new SCORING object to administer the scoring achieved by players.</p>
|
||||
@@ -3806,7 +3823,7 @@ Note that a zone can be a polygon or a moving zone.</p>
|
||||
<div class="w3-margin-left">
|
||||
<p>SCORING</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>
|
||||
@@ -3818,6 +3835,32 @@ Note that a zone can be a polygon or a moving zone.</p>
|
||||
|
||||
<p>The name of the game. This name is also logged in the CSV score file.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#string
|
||||
<strong><strong>SavePath</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Path where to save the CSV file, defaults to your **<User>\Saved Games\DCS\Logs** folder.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="w3-row w3-margin-left w3-border-bottom w3-border-l2">
|
||||
<div class="w3-half">
|
||||
<p>
|
||||
#boolean
|
||||
<strong><strong>AutoSave</strong></strong>
|
||||
</p>
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) If passed as <code>false</code>, then swith autosave off.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<h2><strong>Return value:</strong></h2>
|
||||
@@ -5802,11 +5845,22 @@ The scale magnifies the scores given to the players.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(SCORING).AutoSave" ><strong>SCORING.AutoSave</strong></a>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
|
||||
<a id="#(SCORING).AutoSavePath" ><strong>SCORING.AutoSavePath</strong></a>
|
||||
|
||||
|
||||
|
||||
|
||||
<p> Create the CSV file.</p>
|
||||
|
||||
@@ -6003,7 +6057,7 @@ The scale magnifies the scores given to the players.</p>
|
||||
<div>
|
||||
<div class="w3-card-2 w3-padding-small w3-margin-top">
|
||||
|
||||
#boolean
|
||||
|
||||
<a id="#(SCORING).penaltyoncoalitionchange" ><strong>SCORING.penaltyoncoalitionchange</strong></a>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user