Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Function collide
Lambda List
collide
(
object-1
object-2
position-1
position-2
)
Arguments
object-1
-- An object.
object-2
-- An object.
position-1
-- The position of
object-1
.
position-2
-- The position of
object-2
.
Details
Event called when two objects collide.