Vogon.DESTRUCTION IMMINENT

From GiderosMobile
This page contains changes which are not marked for translation.


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>