Returns functions for the callbacks during the world update.
Available since LÖVE 0.8.0 |
This variant is not supported in earlier versions. |
beginContact, endContact, preSolve, postSolve = World:getCallbacks( )
None.
function beginContact
function endContact
function preSolve
function postSolve
Removed in LÖVE 0.8.0 |
This variant is not supported in that and later versions. |
add, persist, remove, result = World:getCallbacks( )
None.
function add
function persist
function remove
function result