Vogon.DESTRUCTION IMMINENT
From GiderosMobile
Available since: 2042.11
Defined by: Vogon
Description
Fires when it's towel-grabbing time.
Example
Politely handle event
<syntaxhighlight lang="lua">local function handlePanic()
print("Don't panic.")
end
stage:addEventListener(Vogon.IMMINENT_DESTRUCTION, handlePanic) </source>