Merge branch 'FC/ATC_Ground'

This commit is contained in:
FlightControl_Master 2017-10-28 08:13:18 +02:00
commit 6e47fd0c46
18 changed files with 193 additions and 184 deletions

View File

@ -1,6 +1,10 @@
--- **Functional** -- The ATC_GROUND classes monitor airbase traffic and regulate speed while taxiing. --- **Functional** -- The ATC_GROUND classes monitor airbase traffic and regulate speed while taxiing.
-- --
-- === -- ===
--
-- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG)
--
-- ===
-- --
-- ### Contributions: Dutch Baron - Concept & Testing -- ### Contributions: Dutch Baron - Concept & Testing
-- ### Author: FlightControl - Framework Design & Programming -- ### Author: FlightControl - Framework Design & Programming
@ -256,13 +260,17 @@ end
--- @type ATC_GROUND_CAUCASUS --- @type ATC_GROUND_CAUCASUS
-- @extends #ATC_GROUND -- @extends #ATC_GROUND
--- # ATC_GROUND_CAUCASUS, extends @{#ATC_GROUND} --- # ATC\_GROUND\_CAUCASUS, extends @{#ATC_GROUND}
-- --
-- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG) -- The ATC\_GROUND\_CAUCASUS class monitors the speed of the airplanes at the airbase during taxi.
--
-- The ATC_GROUND_CAUCASUS class monitors the speed of the airplanes at the airbase during taxi.
-- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned. -- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.
-- --
-- ---
--
-- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG)
--
-- ---
--
-- The maximum speed for the airbases at Caucasus is **50 km/h**. -- The maximum speed for the airbases at Caucasus is **50 km/h**.
-- --
-- The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving -- The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving
@ -273,29 +281,29 @@ end
-- # Airbases monitored -- # Airbases monitored
-- --
-- The following airbases are monitored at the Caucasus region. -- The following airbases are monitored at the Caucasus region.
-- Use the AIRBASE.Caucasus enumeration to select the airbases to be monitored. -- Use the @{Airbase#AIRBASE.Caucasus} enumeration to select the airbases to be monitored.
-- --
-- * ´AIRBASE.Caucasus.Anapa_Vityazevo´ -- * `AIRBASE.Caucasus.Anapa_Vityazevo`
-- * ´AIRBASE.Caucasus.Batumi´ -- * `AIRBASE.Caucasus.Batumi`
-- * ´AIRBASE.Caucasus.Beslan´ -- * `AIRBASE.Caucasus.Beslan`
-- * ´AIRBASE.Caucasus.Gelendzhik´ -- * `AIRBASE.Caucasus.Gelendzhik`
-- * ´AIRBASE.Caucasus.Gudauta´ -- * `AIRBASE.Caucasus.Gudauta`
-- * ´AIRBASE.Caucasus.Kobuleti´ -- * `AIRBASE.Caucasus.Kobuleti`
-- * ´AIRBASE.Caucasus.Krasnodar_Center´ -- * `AIRBASE.Caucasus.Krasnodar_Center`
-- * ´AIRBASE.Caucasus.Krasnodar_Pashkovsky´ -- * `AIRBASE.Caucasus.Krasnodar_Pashkovsky`
-- * ´AIRBASE.Caucasus.Krymsk´ -- * `AIRBASE.Caucasus.Krymsk`
-- * ´AIRBASE.Caucasus.Kutaisi´ -- * `AIRBASE.Caucasus.Kutaisi`
-- * ´AIRBASE.Caucasus.Maykop_Khanskaya´ -- * `AIRBASE.Caucasus.Maykop_Khanskaya`
-- * ´AIRBASE.Caucasus.Mineralnye_Vody´ -- * `AIRBASE.Caucasus.Mineralnye_Vody`
-- * ´AIRBASE.Caucasus.Mozdok´ -- * `AIRBASE.Caucasus.Mozdok`
-- * ´AIRBASE.Caucasus.Nalchik´ -- * `AIRBASE.Caucasus.Nalchik`
-- * ´AIRBASE.Caucasus.Novorossiysk´ -- * `AIRBASE.Caucasus.Novorossiysk`
-- * ´AIRBASE.Caucasus.Senaki_Kolkhi´ -- * `AIRBASE.Caucasus.Senaki_Kolkhi`
-- * ´AIRBASE.Caucasus.Sochi_Adler´ -- * `AIRBASE.Caucasus.Sochi_Adler`
-- * ´AIRBASE.Caucasus.Soganlug´ -- * `AIRBASE.Caucasus.Soganlug`
-- * ´AIRBASE.Caucasus.Sukhumi_Babushara´ -- * `AIRBASE.Caucasus.Sukhumi_Babushara`
-- * ´AIRBASE.Caucasus.Tbilisi_Lochini´ -- * `AIRBASE.Caucasus.Tbilisi_Lochini`
-- * ´AIRBASE.Caucasus.Vaziani´ -- * `AIRBASE.Caucasus.Vaziani`
-- --
-- --
-- # Installation -- # Installation
@ -318,7 +326,7 @@ end
-- --
-- # Script it! -- # Script it!
-- --
-- ## 1. ATC_GROUND_CAUCASUS Constructor -- ## 1. ATC\_GROUND\_CAUCASUS Constructor
-- --
-- Creates a new ATC_GROUND_CAUCASUS object that will monitor pilots taxiing behaviour. -- Creates a new ATC_GROUND_CAUCASUS object that will monitor pilots taxiing behaviour.
-- --
@ -841,7 +849,6 @@ function ATC_GROUND_CAUCASUS:New( AirbaseNames )
-- self.Airbases.Template.ZoneRunways[1] = ZONE_POLYGON:New( "Template Runway 1", TemplateRunway1 ):SmokeZone(SMOKECOLOR.Red):Flush() -- self.Airbases.Template.ZoneRunways[1] = ZONE_POLYGON:New( "Template Runway 1", TemplateRunway1 ):SmokeZone(SMOKECOLOR.Red):Flush()
return self return self
end end
@ -851,11 +858,18 @@ end
-- @extends #ATC_GROUND -- @extends #ATC_GROUND
--- # ATC_GROUND_NEVADA, extends @{#ATC_GROUND} --- # ATC\_GROUND\_NEVADA, extends @{#ATC_GROUND}
-- --
-- The ATC\_GROUND\_NEVADA class monitors the speed of the airplanes at the airbase during taxi.
-- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.
--
-- ---
--
-- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG) -- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG)
-- --
-- The ATC_GROUND_NEVADA class monitors the speed of the airplanes at the airbase during taxi. -- ---
--
-- The ATC\_GROUND\_NEVADA class monitors the speed of the airplanes at the airbase during taxi.
-- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned. -- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.
-- --
-- The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving -- The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving
@ -866,7 +880,7 @@ end
-- # Airbases monitored -- # Airbases monitored
-- --
-- The following airbases are monitored at the Nevada region. -- The following airbases are monitored at the Nevada region.
-- Use the AIRBASE.Nevada enumeration to select the airbases to be monitored. -- Use the @{Airbase#AIRBASE.Nevada} enumeration to select the airbases to be monitored.
-- --
-- * `AIRBASE.Nevada.Beatty_Airport` -- * `AIRBASE.Nevada.Beatty_Airport`
-- * `AIRBASE.Nevada.Boulder_City_Airport` -- * `AIRBASE.Nevada.Boulder_City_Airport`
@ -1367,17 +1381,25 @@ function ATC_GROUND_NEVADA:New( AirbaseNames )
--]] --]]
return self
end end
--- @type ATC_GROUND_NORMANDY --- @type ATC_GROUND_NORMANDY
-- @extends #ATC_GROUND -- @extends #ATC_GROUND
--- # ATC_GROUND_NORMANDY, extends @{#ATC_GROUND} --- # ATC\_GROUND\_NORMANDY, extends @{#ATC_GROUND}
--
-- The ATC\_GROUND\_NORMANDY class monitors the speed of the airplanes at the airbase during taxi.
-- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.
--
-- ---
-- --
-- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG) -- ![Banner Image](..\Presentations\ATC_GROUND\Dia1.JPG)
-- --
-- The ATC_GROUND_NORMANDY class monitors the speed of the airplanes at the airbase during taxi. -- ---
--
-- The ATC\_GROUND\_NORMANDY class monitors the speed of the airplanes at the airbase during taxi.
-- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned. -- The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.
-- --
-- The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving -- The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving
@ -1388,39 +1410,39 @@ end
-- # Airbases monitored -- # Airbases monitored
-- --
-- The following airbases are monitored at the Normandy region. -- The following airbases are monitored at the Normandy region.
-- Use the AIRBASE.Normandy enumeration to select the airbases to be monitored. -- Use the @{Airbase#AIRBASE.Normandy} enumeration to select the airbases to be monitored.
-- --
-- * ´AIRBASE.Normandy.Azeville´ -- * `AIRBASE.Normandy.Azeville`
-- * ´AIRBASE.Normandy.Bazenville´ -- * `AIRBASE.Normandy.Bazenville`
-- * ´AIRBASE.Normandy.Beny_sur_Mer´ -- * `AIRBASE.Normandy.Beny_sur_Mer`
-- * ´AIRBASE.Normandy.Beuzeville´ -- * `AIRBASE.Normandy.Beuzeville`
-- * ´AIRBASE.Normandy.Biniville´ -- * `AIRBASE.Normandy.Biniville`
-- * ´AIRBASE.Normandy.Brucheville´ -- * `AIRBASE.Normandy.Brucheville`
-- * ´AIRBASE.Normandy.Cardonville´ -- * `AIRBASE.Normandy.Cardonville`
-- * ´AIRBASE.Normandy.Carpiquet´ -- * `AIRBASE.Normandy.Carpiquet`
-- * ´AIRBASE.Normandy.Chailey´ -- * `AIRBASE.Normandy.Chailey`
-- * ´AIRBASE.Normandy.Chippelle´ -- * `AIRBASE.Normandy.Chippelle`
-- * ´AIRBASE.Normandy.Cretteville´ -- * `AIRBASE.Normandy.Cretteville`
-- * ´AIRBASE.Normandy.Cricqueville_en_Bessin´ -- * `AIRBASE.Normandy.Cricqueville_en_Bessin`
-- * ´AIRBASE.Normandy.Deux_Jumeaux´ -- * `AIRBASE.Normandy.Deux_Jumeaux`
-- * ´AIRBASE.Normandy.Evreux´ -- * `AIRBASE.Normandy.Evreux`
-- * ´AIRBASE.Normandy.Ford´ -- * `AIRBASE.Normandy.Ford`
-- * ´AIRBASE.Normandy.Funtington´ -- * `AIRBASE.Normandy.Funtington`
-- * ´AIRBASE.Normandy.Lantheuil´ -- * `AIRBASE.Normandy.Lantheuil`
-- * ´AIRBASE.Normandy.Le_Molay´ -- * `AIRBASE.Normandy.Le_Molay`
-- * ´AIRBASE.Normandy.Lessay´ -- * `AIRBASE.Normandy.Lessay`
-- * ´AIRBASE.Normandy.Lignerolles´ -- * `AIRBASE.Normandy.Lignerolles`
-- * ´AIRBASE.Normandy.Longues_sur_Mer´ -- * `AIRBASE.Normandy.Longues_sur_Mer`
-- * ´AIRBASE.Normandy.Maupertus´ -- * `AIRBASE.Normandy.Maupertus`
-- * ´AIRBASE.Normandy.Meautis´ -- * `AIRBASE.Normandy.Meautis`
-- * ´AIRBASE.Normandy.Needs_Oar_Point´ -- * `AIRBASE.Normandy.Needs_Oar_Point`
-- * ´AIRBASE.Normandy.Picauville´ -- * `AIRBASE.Normandy.Picauville`
-- * ´AIRBASE.Normandy.Rucqueville´ -- * `AIRBASE.Normandy.Rucqueville`
-- * ´AIRBASE.Normandy.Saint_Pierre_du_Mont´ -- * `AIRBASE.Normandy.Saint_Pierre_du_Mont`
-- * ´AIRBASE.Normandy.Sainte_Croix_sur_Mer´ -- * `AIRBASE.Normandy.Sainte_Croix_sur_Mer`
-- * ´AIRBASE.Normandy.Sainte_Laurent_sur_Mer´ -- * `AIRBASE.Normandy.Sainte_Laurent_sur_Mer`
-- * ´AIRBASE.Normandy.Sommervieu´ -- * `AIRBASE.Normandy.Sommervieu`
-- * ´AIRBASE.Normandy.Tangmere´ -- * `AIRBASE.Normandy.Tangmere`
-- --
-- # Installation -- # Installation
-- --
@ -2136,6 +2158,7 @@ function ATC_GROUND_NORMANDY:New( AirbaseNames )
--]] --]]
return self
end end

View File

@ -936,9 +936,6 @@ Use the method <a href="##(AI_PATROL_ZONE).ManageDamage">AI<em>PATROL</em>ZONE.M
<p> This table contains the targets detected during patrol.</p>
</dd> </dd>
</dl> </dl>
<dl class="function"> <dl class="function">

View File

@ -119,6 +119,10 @@
<hr/>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p>
<hr/> <hr/>
<h3>Contributions: Dutch Baron - Concept &amp; Testing</h3> <h3>Contributions: Dutch Baron - Concept &amp; Testing</h3>
@ -138,31 +142,25 @@
<tr> <tr>
<td class="name" nowrap="nowrap"><a href="#ATC_GROUND_CAUCASUS">ATC_GROUND_CAUCASUS</a></td> <td class="name" nowrap="nowrap"><a href="#ATC_GROUND_CAUCASUS">ATC_GROUND_CAUCASUS</a></td>
<td class="summary"> <td class="summary">
<h1>ATC<em>GROUND</em>CAUCASUS, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1> <h1>ATC_GROUND_CAUCASUS, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p> <p>The ATC_GROUND_CAUCASUS class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The ATC<em>GROUND</em>CAUCASUS class monitors the speed of the airplanes at the airbase during taxi.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="name" nowrap="nowrap"><a href="#ATC_GROUND_NEVADA">ATC_GROUND_NEVADA</a></td> <td class="name" nowrap="nowrap"><a href="#ATC_GROUND_NEVADA">ATC_GROUND_NEVADA</a></td>
<td class="summary"> <td class="summary">
<h1>ATC<em>GROUND</em>NEVADA, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1> <h1>ATC_GROUND_NEVADA, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p> <p>The ATC_GROUND_NEVADA class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The ATC<em>GROUND</em>NEVADA class monitors the speed of the airplanes at the airbase during taxi.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="name" nowrap="nowrap"><a href="#ATC_GROUND_NORMANDY">ATC_GROUND_NORMANDY</a></td> <td class="name" nowrap="nowrap"><a href="#ATC_GROUND_NORMANDY">ATC_GROUND_NORMANDY</a></td>
<td class="summary"> <td class="summary">
<h1>ATC<em>GROUND</em>NORMANDY, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1> <h1>ATC_GROUND_NORMANDY, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p> <p>The ATC_GROUND_NORMANDY class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The ATC<em>GROUND</em>NORMANDY class monitors the speed of the airplanes at the airbase during taxi.</p>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -291,15 +289,19 @@
</dt> </dt>
<dd> <dd>
<h1>ATC<em>GROUND</em>CAUCASUS, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1> <h1>ATC_GROUND_CAUCASUS, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p> <p>The ATC_GROUND_CAUCASUS class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The ATC<em>GROUND</em>CAUCASUS class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p> <p>The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p>
<hr/>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p>
<hr/>
<p>The maximum speed for the airbases at Caucasus is <strong>50 km/h</strong>.</p> <p>The maximum speed for the airbases at Caucasus is <strong>50 km/h</strong>.</p>
<p>The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving <p>The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving
@ -310,30 +312,30 @@ faster than the maximum allowed speed, the pilot will be kicked.</p>
<h1>Airbases monitored</h1> <h1>Airbases monitored</h1>
<p>The following airbases are monitored at the Caucasus region. <p>The following airbases are monitored at the Caucasus region.
Use the AIRBASE.Caucasus enumeration to select the airbases to be monitored.</p> Use the <a href="Airbase.html##(AIRBASE).Caucasus">Airbase#AIRBASE.Caucasus</a> enumeration to select the airbases to be monitored.</p>
<ul> <ul>
<li>´AIRBASE.Caucasus.Anapa_Vityazevo´</li> <li><code>AIRBASE.Caucasus.Anapa_Vityazevo</code></li>
<li>´AIRBASE.Caucasus.Batumi´</li> <li><code>AIRBASE.Caucasus.Batumi</code></li>
<li>´AIRBASE.Caucasus.Beslan´</li> <li><code>AIRBASE.Caucasus.Beslan</code></li>
<li>´AIRBASE.Caucasus.Gelendzhik´</li> <li><code>AIRBASE.Caucasus.Gelendzhik</code></li>
<li>´AIRBASE.Caucasus.Gudauta´</li> <li><code>AIRBASE.Caucasus.Gudauta</code></li>
<li>´AIRBASE.Caucasus.Kobuleti´</li> <li><code>AIRBASE.Caucasus.Kobuleti</code></li>
<li>´AIRBASE.Caucasus.Krasnodar_Center´</li> <li><code>AIRBASE.Caucasus.Krasnodar_Center</code></li>
<li>´AIRBASE.Caucasus.Krasnodar_Pashkovsky´</li> <li><code>AIRBASE.Caucasus.Krasnodar_Pashkovsky</code></li>
<li>´AIRBASE.Caucasus.Krymsk´</li> <li><code>AIRBASE.Caucasus.Krymsk</code></li>
<li>´AIRBASE.Caucasus.Kutaisi´</li> <li><code>AIRBASE.Caucasus.Kutaisi</code></li>
<li>´AIRBASE.Caucasus.Maykop_Khanskaya´</li> <li><code>AIRBASE.Caucasus.Maykop_Khanskaya</code></li>
<li>´AIRBASE.Caucasus.Mineralnye_Vody´</li> <li><code>AIRBASE.Caucasus.Mineralnye_Vody</code></li>
<li>´AIRBASE.Caucasus.Mozdok´</li> <li><code>AIRBASE.Caucasus.Mozdok</code></li>
<li>´AIRBASE.Caucasus.Nalchik´</li> <li><code>AIRBASE.Caucasus.Nalchik</code></li>
<li>´AIRBASE.Caucasus.Novorossiysk´</li> <li><code>AIRBASE.Caucasus.Novorossiysk</code></li>
<li>´AIRBASE.Caucasus.Senaki_Kolkhi´</li> <li><code>AIRBASE.Caucasus.Senaki_Kolkhi</code></li>
<li>´AIRBASE.Caucasus.Sochi_Adler´</li> <li><code>AIRBASE.Caucasus.Sochi_Adler</code></li>
<li>´AIRBASE.Caucasus.Soganlug´</li> <li><code>AIRBASE.Caucasus.Soganlug</code></li>
<li>´AIRBASE.Caucasus.Sukhumi_Babushara´</li> <li><code>AIRBASE.Caucasus.Sukhumi_Babushara</code></li>
<li>´AIRBASE.Caucasus.Tbilisi_Lochini´</li> <li><code>AIRBASE.Caucasus.Tbilisi_Lochini</code></li>
<li>´AIRBASE.Caucasus.Vaziani´</li> <li><code>AIRBASE.Caucasus.Vaziani</code></li>
</ul> </ul>
@ -357,7 +359,7 @@ ATC</em>GROUND is communicating with this modified script to kick players!</p>
<h1>Script it!</h1> <h1>Script it!</h1>
<h2>1. ATC<em>GROUND</em>CAUCASUS Constructor</h2> <h2>1. ATC_GROUND_CAUCASUS Constructor</h2>
<p>Creates a new ATC<em>GROUND</em>CAUCASUS object that will monitor pilots taxiing behaviour.</p> <p>Creates a new ATC<em>GROUND</em>CAUCASUS object that will monitor pilots taxiing behaviour.</p>
@ -388,15 +390,22 @@ ATC_Ground = ATC_GROUND_CAUCASUS:New(
</dt> </dt>
<dd> <dd>
<h1>ATC<em>GROUND</em>NEVADA, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1> <h1>ATC_GROUND_NEVADA, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p> <p>The ATC_GROUND_NEVADA class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The ATC<em>GROUND</em>NEVADA class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p> <p>The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p>
<hr/>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p>
<hr/>
<p>The ATC_GROUND_NEVADA class monitors the speed of the airplanes at the airbase during taxi.
The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p>
<p>The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving <p>The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving
faster than the maximum allowed speed, the pilot will be kicked.</p> faster than the maximum allowed speed, the pilot will be kicked.</p>
@ -405,7 +414,7 @@ faster than the maximum allowed speed, the pilot will be kicked.</p>
<h1>Airbases monitored</h1> <h1>Airbases monitored</h1>
<p>The following airbases are monitored at the Nevada region. <p>The following airbases are monitored at the Nevada region.
Use the AIRBASE.Nevada enumeration to select the airbases to be monitored.</p> Use the <a href="Airbase.html##(AIRBASE).Nevada">Airbase#AIRBASE.Nevada</a> enumeration to select the airbases to be monitored.</p>
<ul> <ul>
<li><code>AIRBASE.Nevada.Beatty_Airport</code></li> <li><code>AIRBASE.Nevada.Beatty_Airport</code></li>
@ -482,15 +491,22 @@ ATC_Ground = ATC_GROUND_NEVADA:New(
</dt> </dt>
<dd> <dd>
<h1>ATC<em>GROUND</em>NORMANDY, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1> <h1>ATC_GROUND_NORMANDY, extends <a href="##(ATC_GROUND)">#ATC_GROUND</a></h1>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p> <p>The ATC_GROUND_NORMANDY class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The ATC<em>GROUND</em>NORMANDY class monitors the speed of the airplanes at the airbase during taxi.</p>
<p>The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p> <p>The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p>
<hr/>
<p><img src="..\Presentations\ATC_GROUND\Dia1.JPG" alt="Banner Image"/></p>
<hr/>
<p>The ATC_GROUND_NORMANDY class monitors the speed of the airplanes at the airbase during taxi.
The pilots may not drive faster than the maximum speed for the airbase, or they will be despawned.</p>
<p>The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving <p>The pilot will receive 3 times a warning during speeding. After the 3rd warning, if the pilot is still driving
faster than the maximum allowed speed, the pilot will be kicked.</p> faster than the maximum allowed speed, the pilot will be kicked.</p>
@ -499,40 +515,40 @@ faster than the maximum allowed speed, the pilot will be kicked.</p>
<h1>Airbases monitored</h1> <h1>Airbases monitored</h1>
<p>The following airbases are monitored at the Normandy region. <p>The following airbases are monitored at the Normandy region.
Use the AIRBASE.Normandy enumeration to select the airbases to be monitored.</p> Use the <a href="Airbase.html##(AIRBASE).Normandy">Airbase#AIRBASE.Normandy</a> enumeration to select the airbases to be monitored.</p>
<ul> <ul>
<li>´AIRBASE.Normandy.Azeville´</li> <li><code>AIRBASE.Normandy.Azeville</code></li>
<li>´AIRBASE.Normandy.Bazenville´</li> <li><code>AIRBASE.Normandy.Bazenville</code></li>
<li>´AIRBASE.Normandy.Beny<em>sur</em>Mer´</li> <li><code>AIRBASE.Normandy.Beny_sur_Mer</code></li>
<li>´AIRBASE.Normandy.Beuzeville´</li> <li><code>AIRBASE.Normandy.Beuzeville</code></li>
<li>´AIRBASE.Normandy.Biniville´</li> <li><code>AIRBASE.Normandy.Biniville</code></li>
<li>´AIRBASE.Normandy.Brucheville´</li> <li><code>AIRBASE.Normandy.Brucheville</code></li>
<li>´AIRBASE.Normandy.Cardonville´</li> <li><code>AIRBASE.Normandy.Cardonville</code></li>
<li>´AIRBASE.Normandy.Carpiquet´</li> <li><code>AIRBASE.Normandy.Carpiquet</code></li>
<li>´AIRBASE.Normandy.Chailey´</li> <li><code>AIRBASE.Normandy.Chailey</code></li>
<li>´AIRBASE.Normandy.Chippelle´</li> <li><code>AIRBASE.Normandy.Chippelle</code></li>
<li>´AIRBASE.Normandy.Cretteville´</li> <li><code>AIRBASE.Normandy.Cretteville</code></li>
<li>´AIRBASE.Normandy.Cricqueville<em>en</em>Bessin´</li> <li><code>AIRBASE.Normandy.Cricqueville_en_Bessin</code></li>
<li>´AIRBASE.Normandy.Deux_Jumeaux´</li> <li><code>AIRBASE.Normandy.Deux_Jumeaux</code></li>
<li>´AIRBASE.Normandy.Evreux´</li> <li><code>AIRBASE.Normandy.Evreux</code></li>
<li>´AIRBASE.Normandy.Ford´</li> <li><code>AIRBASE.Normandy.Ford</code></li>
<li>´AIRBASE.Normandy.Funtington´</li> <li><code>AIRBASE.Normandy.Funtington</code></li>
<li>´AIRBASE.Normandy.Lantheuil´</li> <li><code>AIRBASE.Normandy.Lantheuil</code></li>
<li>´AIRBASE.Normandy.Le_Molay´</li> <li><code>AIRBASE.Normandy.Le_Molay</code></li>
<li>´AIRBASE.Normandy.Lessay´</li> <li><code>AIRBASE.Normandy.Lessay</code></li>
<li>´AIRBASE.Normandy.Lignerolles´</li> <li><code>AIRBASE.Normandy.Lignerolles</code></li>
<li>´AIRBASE.Normandy.Longues<em>sur</em>Mer´</li> <li><code>AIRBASE.Normandy.Longues_sur_Mer</code></li>
<li>´AIRBASE.Normandy.Maupertus´</li> <li><code>AIRBASE.Normandy.Maupertus</code></li>
<li>´AIRBASE.Normandy.Meautis´</li> <li><code>AIRBASE.Normandy.Meautis</code></li>
<li>´AIRBASE.Normandy.Needs<em>Oar</em>Point´</li> <li><code>AIRBASE.Normandy.Needs_Oar_Point</code></li>
<li>´AIRBASE.Normandy.Picauville´</li> <li><code>AIRBASE.Normandy.Picauville</code></li>
<li>´AIRBASE.Normandy.Rucqueville´</li> <li><code>AIRBASE.Normandy.Rucqueville</code></li>
<li>´AIRBASE.Normandy.Saint<em>Pierre</em>du_Mont´</li> <li><code>AIRBASE.Normandy.Saint_Pierre_du_Mont</code></li>
<li>´AIRBASE.Normandy.Sainte<em>Croix</em>sur_Mer´</li> <li><code>AIRBASE.Normandy.Sainte_Croix_sur_Mer</code></li>
<li>´AIRBASE.Normandy.Sainte<em>Laurent</em>sur_Mer´</li> <li><code>AIRBASE.Normandy.Sainte_Laurent_sur_Mer</code></li>
<li>´AIRBASE.Normandy.Sommervieu´</li> <li><code>AIRBASE.Normandy.Sommervieu</code></li>
<li>´AIRBASE.Normandy.Tangmere´</li> <li><code>AIRBASE.Normandy.Tangmere</code></li>
</ul> </ul>
<h1>Installation</h1> <h1>Installation</h1>

View File

@ -3805,7 +3805,6 @@ The range till cargo will board.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em>#number</em>
<a id="#(CARGO_UNIT).RunCount" > <a id="#(CARGO_UNIT).RunCount" >
<strong>CARGO_UNIT.RunCount</strong> <strong>CARGO_UNIT.RunCount</strong>
</a> </a>

View File

@ -1106,7 +1106,7 @@ function below will use the range 1-7 just in case</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em></em> <em>#number</em>
<a id="#(DESIGNATE).LaseDuration" > <a id="#(DESIGNATE).LaseDuration" >
<strong>DESIGNATE.LaseDuration</strong> <strong>DESIGNATE.LaseDuration</strong>
</a> </a>

View File

@ -4059,7 +4059,7 @@ Return false to cancel Transition.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em>#number</em> <em></em>
<a id="#(DETECTION_BASE).RefreshTimeInterval" > <a id="#(DETECTION_BASE).RefreshTimeInterval" >
<strong>DETECTION_BASE.RefreshTimeInterval</strong> <strong>DETECTION_BASE.RefreshTimeInterval</strong>
</a> </a>

View File

@ -1608,7 +1608,7 @@ A string defining the start state.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em>#string</em> <em></em>
<a id="#(FSM)._StartState" > <a id="#(FSM)._StartState" >
<strong>FSM._StartState</strong> <strong>FSM._StartState</strong>
</a> </a>
@ -1907,6 +1907,7 @@ A string defining the start state.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em></em>
<a id="#(FSM).current" > <a id="#(FSM).current" >
<strong>FSM.current</strong> <strong>FSM.current</strong>
</a> </a>

View File

@ -1250,7 +1250,7 @@ true if metric.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em></em> <em>#boolean</em>
<a id="#(SETTINGS).Metric" > <a id="#(SETTINGS).Metric" >
<strong>SETTINGS.Metric</strong> <strong>SETTINGS.Metric</strong>
</a> </a>

View File

@ -848,12 +848,6 @@ and any spaces before and after the resulting name are removed.</p>
<td class="name" nowrap="nowrap"><a href="##(SPAWN)._TranslateRotate">SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></td> <td class="name" nowrap="nowrap"><a href="##(SPAWN)._TranslateRotate">SPAWN:_TranslateRotate(SpawnIndex, SpawnRootX, SpawnRootY, SpawnX, SpawnY, SpawnAngle)</a></td>
<td class="summary"> <td class="summary">
</td>
</tr>
<tr>
<td class="name" nowrap="nowrap"><a href="##(SPAWN).uncontrolled">SPAWN.uncontrolled</a></td>
<td class="summary">
</td> </td>
</tr> </tr>
</table> </table>
@ -3003,9 +2997,6 @@ when nothing was spawned.</p>
<p> By default, no InitLimit</p>
</dd> </dd>
</dl> </dl>
<dl class="function"> <dl class="function">
@ -3041,7 +3032,7 @@ when nothing was spawned.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em>#number</em> <em></em>
<a id="#(SPAWN).SpawnMaxGroups" > <a id="#(SPAWN).SpawnMaxGroups" >
<strong>SPAWN.SpawnMaxGroups</strong> <strong>SPAWN.SpawnMaxGroups</strong>
</a> </a>
@ -3058,7 +3049,7 @@ when nothing was spawned.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em>#number</em> <em></em>
<a id="#(SPAWN).SpawnMaxUnitsAlive" > <a id="#(SPAWN).SpawnMaxUnitsAlive" >
<strong>SPAWN.SpawnMaxUnitsAlive</strong> <strong>SPAWN.SpawnMaxUnitsAlive</strong>
</a> </a>
@ -3990,20 +3981,6 @@ True = Continue Scheduler</p>
</li> </li>
</ul> </ul>
</dd>
</dl>
<dl class="function">
<dt>
<em></em>
<a id="#(SPAWN).uncontrolled" >
<strong>SPAWN.uncontrolled</strong>
</a>
</dt>
<dd>
</dd> </dd>
</dl> </dl>

View File

@ -490,7 +490,6 @@ ptional) The name of the new static.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em>#number</em>
<a id="#(SPAWNSTATIC).SpawnIndex" > <a id="#(SPAWNSTATIC).SpawnIndex" >
<strong>SPAWNSTATIC.SpawnIndex</strong> <strong>SPAWNSTATIC.SpawnIndex</strong>
</a> </a>

View File

@ -562,7 +562,7 @@ based on the tasking capabilities defined in <a href="Task.html##(TASK)">Task#TA
<dl class="function"> <dl class="function">
<dt> <dt>
<em></em> <em><a href="Core.Cargo.html##(CARGO)">Core.Cargo#CARGO</a></em>
<a id="#(FSM_PROCESS).Cargo" > <a id="#(FSM_PROCESS).Cargo" >
<strong>FSM_PROCESS.Cargo</strong> <strong>FSM_PROCESS.Cargo</strong>
</a> </a>
@ -576,6 +576,7 @@ based on the tasking capabilities defined in <a href="Task.html##(TASK)">Task#TA
<dl class="function"> <dl class="function">
<dt> <dt>
<em></em>
<a id="#(FSM_PROCESS).DeployZone" > <a id="#(FSM_PROCESS).DeployZone" >
<strong>FSM_PROCESS.DeployZone</strong> <strong>FSM_PROCESS.DeployZone</strong>
</a> </a>

View File

@ -489,7 +489,6 @@ The name of the player.</p>
<dl class="function"> <dl class="function">
<dt> <dt>
<em></em>
<a id="#(ZONE_GOAL).SmokeTime" > <a id="#(ZONE_GOAL).SmokeTime" >
<strong>ZONE_GOAL.SmokeTime</strong> <strong>ZONE_GOAL.SmokeTime</strong>
</a> </a>
@ -498,9 +497,6 @@ The name of the player.</p>
<p>self.SmokeColor = nil</p>
</dd> </dd>
</dl> </dl>
<dl class="function"> <dl class="function">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 211 KiB

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 113 KiB