Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Function
love.system.suspend( )
Calling this function will cause LOVE to enter error mode, just like when an error occurs. NOTE! If you actually want to cause an error, do not call this function, use the built-in Lua function error() instead.
Usage
love.system.suspend( )
Arguments
None
Returns
Nothing