Function
love.system.suspend( )
Calling this func 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 func, use the built-in Lua func error() instead.
Synopsis
love.system.suspend( )
Arguments
(None)
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.