love.system.exit( )
Calling this function will immediately exit LOVE and free resources.
Usage
love.system.exit( )
Arguments
None
Returns
Nothing
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.system.exit( ) Calling this function will immediately exit LOVE and free resources. Usage love.system.exit( ) Arguments None Returns Nothing |