Vogon.DESTRUCTION IMMINENT

From GiderosMobile
Revision as of 15:32, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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>