Function
World:getCallback( )
Gets the function set with World:setCallback. If no function is set, nil will be returned.
Synopsis
f = World:getCallback( )
Arguments
(None)
Returns
function The current callback function, or nil if none.
Copyright © 2006-2008 LÖVE Development Team.