mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
FOX v0.6.1
- Added Stop event.
This commit is contained in:
parent
59c46f9b4b
commit
ca49e8f8ae
@ -198,7 +198,7 @@ FOX.MenuF10Root=nil
|
||||
|
||||
--- FOX class version.
|
||||
-- @field #string version
|
||||
FOX.version="0.6.0"
|
||||
FOX.version="0.6.1"
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
-- ToDo list
|
||||
@ -243,6 +243,7 @@ function FOX:New()
|
||||
self:AddTransition("*", "MissileDestroyed", "*") -- Missile was destroyed before impact.
|
||||
self:AddTransition("*", "EnterSafeZone", "*") -- Player enters a safe zone.
|
||||
self:AddTransition("*", "ExitSafeZone", "*") -- Player exists a safe zone.
|
||||
self:AddTransition("Running", "Stop", "Stopped") -- Stop FOX script.
|
||||
|
||||
------------------------
|
||||
--- Pseudo Functions ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user