Tasking and Documentation

-- Added possibility to abort a TASK
-- Revised documentation of the main site.
This commit is contained in:
FlightControl
2017-01-23 14:05:59 +01:00
parent 956c71bbaa
commit faa64c9f4e
9 changed files with 66 additions and 63514 deletions

View File

@@ -329,6 +329,7 @@ end
-- @param #POSITIONABLE self
-- @param #string Message The message text
-- @param Dcs.DCSTYpes#Duration Duration The duration of the message.
-- @param Dcs.DCScoalition#coalition MessageCoalition The Coalition receiving the message.
-- @param #string Name (optional) The Name of the sender. If not provided, the Name is the type of the Positionable.
function POSITIONABLE:MessageToCoalition( Message, Duration, MessageCoalition, Name )
self:F2( { Message, Duration } )