mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
up
This commit is contained in:
parent
c215255ae2
commit
f32094aa43
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user