mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
16 lines
254 B
Lua
16 lines
254 B
Lua
--- @module DCS.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" )
|