Entity.onCollideWithEntity

Function called from checkCollisionWithEntities when this entity collides with another entity.

class Entity
protected
bool
onCollideWithEntity

Return Value

Type: bool

false if the calling function should check for more collisions, true otherwise.

Meta