Home
last modified time | relevance | path

Searched refs:notify_collision_with_teletransporter (Results 1 – 7 of 7) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DTeletransporter.cpp274 entity_overlapping.notify_collision_with_teletransporter(*this, collision_mode); in notify_collision()
H A DCustomEntity.cpp994 void CustomEntity::notify_collision_with_teletransporter( in notify_collision_with_teletransporter() function in Solarus::CustomEntity
H A DEntity.cpp3327 void Entity::notify_collision_with_teletransporter(Teletransporter& /* teletransporter */, Collisio… in notify_collision_with_teletransporter() function in Solarus::Entity
H A DHero.cpp1734 void Hero::notify_collision_with_teletransporter( in notify_collision_with_teletransporter() function in Solarus::Hero
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DCustomEntity.h139 …void notify_collision_with_teletransporter(Teletransporter& teletransporter, CollisionMode collisi…
H A DHero.h208 …void notify_collision_with_teletransporter(Teletransporter& teletransporter, CollisionMode collisi…
H A DEntity.h332 …virtual void notify_collision_with_teletransporter(Teletransporter& teletransporter, CollisionMode…