mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
- 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.
10 lines
153 B
Lua
10 lines
153 B
Lua
--- @module DCSCommand
|
|
|
|
|
|
--- @type Command
|
|
-- @field #string id
|
|
-- @field #Command.params params
|
|
|
|
--- @type Command.params
|
|
|
|
env.info( "Command defined" ) |