This commit is contained in:
Applevangelist
2023-07-29 15:56:20 +02:00
parent 27fd726ce3
commit 9c95b91086
3 changed files with 196 additions and 206 deletions

View File

@@ -327,6 +327,15 @@ function FLIGHTGROUP:New(group)
-- TODO: Add pseudo functions.
--- FSM Function OnAfterLandAtAirbase
-- @function [parent=#FLIGHTGROUP] OnAfterLandAtAirbase
-- @param #FLIGHTGROUP self
-- @param #string From State.
-- @param #string Event Trigger.
-- @param #string To State.
-- @param Wrapper.Airbase#AIRBASE Airbase.
-- @return #FLIGHTGROUP self
-- Handle events:
self:HandleEvent(EVENTS.Birth, self.OnEventBirth)
self:HandleEvent(EVENTS.EngineStartup, self.OnEventEngineStartup)