mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Updated the Escort class
- Registering each excort at the client internally. - Each escort known at the client can exchange targets. - Each escort can acquire attack assistance from other escorts known at the client. - Made the MENU class more slick. Now menus are removed recursively for CLIENTS. - Added a few more types and fine tuned the documentation.
This commit is contained in:
10
Dcs/DCSCommand.lua
Normal file
10
Dcs/DCSCommand.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
--- @module DCSCommand
|
||||
|
||||
|
||||
--- @type Command
|
||||
-- @field #string id
|
||||
-- @field #Command.params params
|
||||
|
||||
--- @type Command.params
|
||||
|
||||
env.info( "Command defined" )
|
||||
@@ -1,10 +1,10 @@
|
||||
--- @module DCSTask
|
||||
|
||||
|
||||
--- @type DCSTask
|
||||
--- @type Task
|
||||
-- @field #string id
|
||||
-- @field #DCSTask.param param
|
||||
-- @field #Task.param param
|
||||
|
||||
--- @type DCSTask.param
|
||||
--- @type Task.param
|
||||
|
||||
env.info( "DCSTask defined" )
|
||||
env.info( "Task defined" )
|
||||
|
||||
Reference in New Issue
Block a user