Difference between revisions of "love.quit"

m (Nothing -> None)
Line 15: Line 15:
 
[[Category:Callbacks]]
 
[[Category:Callbacks]]
 
{{#set:Description=Callback function triggered when the game is closed.}}
 
{{#set:Description=Callback function triggered when the game is closed.}}
 +
== Other Languages ==
 +
{{i18n|love.quit}}

Revision as of 20:09, 25 October 2010

Available since LÖVE 0.7.0
It is not supported in earlier versions.


Callback function triggered when the game is closed.

Function

Synopsis

r = love.quit()

Arguments

None.

Returns

boolean r
Abort quitting. If true, do not close the game.

See Also

Other Languages