Files
MOOSE/Moose Development/Dcs/DCSTask.lua
FlightControl 8da59c4395 Documentation
2016-06-03 12:19:22 +02:00

16 lines
250 B
Lua

--- @module DCSTask
--- A task descriptor (internal structure for DCS World)
-- @type Task
-- @field #string id
-- @field #Task.param param
--- @type Task.param
--- List of @{#Task}
-- @type TaskArray
-- @list <#Task>
env.info( "Task defined" )