MOOSE/Dcs/DCSTask.lua
FlightControl ab332f22e7 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.
2016-04-07 17:34:44 +02:00

11 lines
136 B
Lua

--- @module DCSTask
--- @type Task
-- @field #string id
-- @field #Task.param param
--- @type Task.param
env.info( "Task defined" )