mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Fox/Missiletrainers
This commit is contained in:
parent
05df765c5c
commit
f44ba39ec5
@ -113,14 +113,9 @@
|
|||||||
-- -- Start missile trainer.
|
-- -- Start missile trainer.
|
||||||
-- fox:Start()
|
-- fox:Start()
|
||||||
--
|
--
|
||||||
-- # Fine Tuning
|
-- # Notes
|
||||||
--
|
|
||||||
-- Todo!
|
|
||||||
--
|
|
||||||
-- # Special Events
|
|
||||||
--
|
|
||||||
-- Todo!
|
|
||||||
--
|
--
|
||||||
|
-- The script needs to be running before you enter an airplane slot. If FOX is not available to you, go back to observers and then join a slot again.
|
||||||
--
|
--
|
||||||
-- @field #FOX
|
-- @field #FOX
|
||||||
FOX = {
|
FOX = {
|
||||||
|
|||||||
@ -51,6 +51,11 @@
|
|||||||
-- * **150 meter**: Destroys the missile when the distance to the aircraft is below or equal to 150 meter.
|
-- * **150 meter**: Destroys the missile when the distance to the aircraft is below or equal to 150 meter.
|
||||||
-- * **200 meter**: Destroys the missile when the distance to the aircraft is below or equal to 200 meter.
|
-- * **200 meter**: Destroys the missile when the distance to the aircraft is below or equal to 200 meter.
|
||||||
--
|
--
|
||||||
|
-- # Developer Note
|
||||||
|
--
|
||||||
|
-- Note while this class still works, it is no longer supported as the original author stopped active development of MOOSE.
|
||||||
|
-- Therefore, this class is considered to be deprecated and superseded by the [Functional.Fox](https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Functional.Fox.html) class, which provides the same functionality.
|
||||||
|
--
|
||||||
-- ===
|
-- ===
|
||||||
--
|
--
|
||||||
-- ### Authors: **FlightControl**
|
-- ### Authors: **FlightControl**
|
||||||
@ -102,7 +107,7 @@
|
|||||||
-- # Developer Note
|
-- # Developer Note
|
||||||
--
|
--
|
||||||
-- Note while this class still works, it is no longer supported as the original author stopped active development of MOOSE.
|
-- Note while this class still works, it is no longer supported as the original author stopped active development of MOOSE.
|
||||||
-- Therefore, this class is considered to be deprecated and superseded by the @{Functional.Fox#FOX} class, which provides the same functionality.
|
-- Therefore, this class is considered to be deprecated and superseded by the [Functional.Fox](https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Functional.Fox.html) class, which provides the same functionality.
|
||||||
--
|
--
|
||||||
-- @field #MISSILETRAINER
|
-- @field #MISSILETRAINER
|
||||||
MISSILETRAINER = {
|
MISSILETRAINER = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user