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

@ -418,6 +418,13 @@ function RECOVERYTANKER:New(carrierunit, tankergroupname)
-- @param #RECOVERYTANKER self -- @param #RECOVERYTANKER self
-- @param #number delay Delay in seconds. -- @param #number delay Delay in seconds.
--- On after "Start" event function. Called when FSM is started.
-- @function [parent=#RECOVERYTANKER] OnAfterStart
-- @param #RECOVERYTANKER self
-- @param #string From From state.
-- @param #string Event Event.
-- @param #string To To state.
--- Triggers the FSM event "RefuelStart" when the tanker starts refueling another aircraft. --- Triggers the FSM event "RefuelStart" when the tanker starts refueling another aircraft.
-- @function [parent=#RECOVERYTANKER] RefuelStart -- @function [parent=#RECOVERYTANKER] RefuelStart

View File

@ -346,6 +346,12 @@ function RESCUEHELO:New(carrierunit, helogroupname)
-- @param #RESCUEHELO self -- @param #RESCUEHELO self
-- @param #number delay Delay in seconds. -- @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. --- Triggers the FSM event "Rescue" that sends the helo on a rescue mission to a specifc coordinate.
-- @function [parent=#RESCUEHELO] Rescue -- @function [parent=#RESCUEHELO] Rescue