Difference between revisions of "MissionAbortDialog"

From Vendetta Lua
Jump to: navigation, search
(New page: Fullscreen dialog with the loading screen. Created with CreateLoadingMenu The dialog is registered with the events: [[Eventtype#WARP_OUT_CINEMATIC_FINISHE...)
 
 
Line 1: Line 1:
Fullscreen dialog with the loading screen.  Created with [[API_Index#CreateLoadingMenu|CreateLoadingMenu]]
+
Fullscreen dialog that that asks for confirmation to abort a mission.  Created with [[API_Index#CreateMissionAbortMenu|CreateMissionAbortMenu]]
 
+
The dialog is registered with the events: [[Eventtype#WARP_OUT_CINEMATIC_FINISHED|WARP_OUT_CINEMATIC_FINISHED]], [[Eventtype#JUMP_OUT_CINEMATIC_FINISHED|JUMP_OUT_CINEMATIC_FINISHED]], [[Eventtype#SHIP_SPAWNED|SHIP_SPAWNED]], [[Eventtype#ENTERING_STATION|ENTERING_STATION]], [[Eventtype#SECTOR_CHANGED|SECTOR_CHANGED]], [[Eventtype#SECTOR_LOADING|SECTOR_LOADING]]
+
  
 
== Functions ==
 
== Functions ==

Latest revision as of 00:26, 3 December 2008

Fullscreen dialog that that asks for confirmation to abort a mission. Created with CreateMissionAbortMenu

Functions

no_fn

Definition:
no_fn() -> nil

Description:
Function to called on clicking "No"


yes_fn

Definition:
yes_fn() -> nil

Description:
Function to called on clicking "Yes"