Documentation

This commit is contained in:
FlightControl
2016-06-03 12:19:22 +02:00
parent edb265948b
commit 8da59c4395
6 changed files with 67 additions and 58 deletions

View File

@@ -1,10 +1,15 @@
--- @module DCSTask
--- @type Task
--- 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" )