mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Doc update for RADIO:StopBroadcast Fix
This commit is contained in:
@@ -80,8 +80,6 @@ and create a CSV file logging the scoring events for use at team or squadron web
|
||||
|
||||
<hr/>
|
||||
|
||||
<h1>1) <a href="Scoring.html##(SCORING)">Scoring#SCORING</a> class, extends <a href="Base.html##(BASE)">Base#BASE</a></h1>
|
||||
|
||||
<p>The <a href="##(SCORING)">#SCORING</a> class administers the scoring of player achievements,
|
||||
and creates a CSV file logging the scoring events and results for use at team or squadron websites.</p>
|
||||
|
||||
@@ -136,6 +134,8 @@ These CSV files can be used to:</p>
|
||||
Use the radio menu F10 to consult the scores while running the mission.
|
||||
Scores can be reported for your user, or an overall score can be reported of all players currently active in the mission.</p>
|
||||
|
||||
<h1>1) <a href="Scoring.html##(SCORING)">Scoring#SCORING</a> class, extends <a href="Base.html##(BASE)">Base#BASE</a></h1>
|
||||
|
||||
<h2>1.1) Set the destroy score or penalty scale</h2>
|
||||
|
||||
<p>Score scales can be set for scores granted when enemies or friendlies are destroyed.
|
||||
@@ -169,8 +169,6 @@ For example, this can be done as follows:</p>
|
||||
<pre><code> Scoring:RemoveUnitScore( UNIT:FindByName( "Unit #001" ) )
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
||||
<h2>1.3) Define destruction zones that will give extra scores.</h2>
|
||||
|
||||
<p>Define zones of destruction. Any object destroyed within the zone of the given category will give extra points.
|
||||
|
||||
Reference in New Issue
Block a user