mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Remove documentation because it is obscolete.
I need to regenerate the documentation with luadocumentor.lua. Working on it ...
This commit is contained in:
@@ -92,8 +92,8 @@ function BASE:Inherit( Child, Parent )
|
||||
end
|
||||
|
||||
--- This is the worker method to retrieve the Parent class.
|
||||
-- @param BASE Child is the Child class from which the Parent class needs to be retrieved.
|
||||
-- @return Parent
|
||||
-- @param #BASE Child is the Child class from which the Parent class needs to be retrieved.
|
||||
-- @return #BASE
|
||||
function BASE:Inherited( Child )
|
||||
local Parent = getmetatable( Child )
|
||||
-- env.info('Inherited class of ' .. Child.ClassName .. ' is ' .. Parent.ClassName )
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
--- Taking the lead of AI escorting your flight.
|
||||
-- The ESCORT class allows you to interact with escoring AI on your flight and take the lead.
|
||||
-- The following commands will be available:
|
||||
--
|
||||
-- * Pop-up and Scan Area
|
||||
-- * Re-Join Formation
|
||||
-- * Hold Position in x km
|
||||
-- * Report identified targets
|
||||
-- * Perform tasks per identified target: Report vector to target, paint target, kill target
|
||||
--
|
||||
--
|
||||
--
|
||||
|
||||
--
|
||||
-- @module Escort
|
||||
-- @author FlightControl
|
||||
|
||||
Reference in New Issue
Block a user