Module MissileTrainer
-Provides missile training functions.
+This module contains the MISSILETRAINER class.
-#MISSILETRAINER class
++ +
1) MissileTrainer#MISSILETRAINER class, extends Base#BASE
The #MISSILETRAINER class uses the DCS world messaging system to be alerted of any missiles fired, and when a missile would hit your aircraft, the class will destroy the missile within a certain range, to avoid damage to your aircraft. It suports the following functionality:
@@ -133,7 +135,7 @@ It suports the following functionality: -MISSILETRAINER construction methods:
+1.1) MISSILETRAINER construction methods:
Create a new MISSILETRAINER object with the MISSILETRAINER.New method:
-
@@ -142,7 +144,7 @@ It suports the following functionality:
- MISSILETRAINER.InitMenusOnOff: Allows to configure the options through the radio menu.
MISSILETRAINER will collect each unit declared in the mission with a skill level "Client" and "Player", and will monitor the missiles shot at those.
-MISSILETRAINER initialization methods:
+1.2) MISSILETRAINER initialization methods:
A MISSILETRAINER object will behave differently based on the usage of initialization methods:
-
@@ -158,6 +160,14 @@ It suports the following functionality:
+ +
CREDITS
+Stuka (Danny) Who you can search on the Eagle Dynamics Forums. +Working together with Danny has resulted in the MISSILETRAINER class. +Danny has shared his ideas and together we made a design. +Together with the 476 virtual team, we tested the MISSILETRAINER class, and got much positive feedback!
+Global(s)
| MissileTrainer |
- Provides missile training functions. +This module contains the MISSILETRAINER class. |