diff --git a/Moose Development/Moose/Functional/Fox.lua b/Moose Development/Moose/Functional/Fox.lua index 5d2e35865..4d5a418e0 100644 --- a/Moose Development/Moose/Functional/Fox.lua +++ b/Moose Development/Moose/Functional/Fox.lua @@ -113,14 +113,9 @@ -- -- Start missile trainer. -- fox:Start() -- --- # Fine Tuning --- --- Todo! --- --- # Special Events --- --- Todo! +-- # Notes -- +-- 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 FOX = { diff --git a/Moose Development/Moose/Functional/MissileTrainer.lua b/Moose Development/Moose/Functional/MissileTrainer.lua index 8442e90c0..ae7380d9a 100644 --- a/Moose Development/Moose/Functional/MissileTrainer.lua +++ b/Moose Development/Moose/Functional/MissileTrainer.lua @@ -50,6 +50,11 @@ -- * **100 meter**: Destroys the missile when the distance to the aircraft is below or equal to 100 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. +-- +-- # 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. -- -- === -- @@ -102,7 +107,7 @@ -- # 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#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 MISSILETRAINER = {