This commit is contained in:
Frank
2019-08-12 22:55:56 +02:00
parent c215255ae2
commit f32094aa43
2 changed files with 13 additions and 0 deletions

View File

@@ -346,6 +346,12 @@ function RESCUEHELO:New(carrierunit, helogroupname)
-- @param #RESCUEHELO self
-- @param #number delay Delay in seconds.
--- On after "Start" event function. Called when FSM is started.
-- @function [parent=#RESCUEHELO] OnAfterStart
-- @param #RECOVERYTANKER self
-- @param #string From From state.
-- @param #string Event Event.
-- @param #string To To state.
--- Triggers the FSM event "Rescue" that sends the helo on a rescue mission to a specifc coordinate.
-- @function [parent=#RESCUEHELO] Rescue