Home
last modified time | relevance | path

Searched refs:notify_collision_with_block (Results 1 – 9 of 9) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DHookshot.h71 void notify_collision_with_block(Block& block) override;
H A DCustomEntity.h150 void notify_collision_with_block(Block& block) override;
H A DHero.h218 void notify_collision_with_block(Block& block) override;
H A DEntity.h342 virtual void notify_collision_with_block(Block& block);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DBlock.cpp195 entity_overlapping.notify_collision_with_block(*this); in notify_collision()
H A DHookshot.cpp373 void Hookshot::notify_collision_with_block(Block& block) { in notify_collision_with_block() function in Solarus::Hookshot
H A DCustomEntity.cpp1091 void CustomEntity::notify_collision_with_block(Block& block) { in notify_collision_with_block() function in Solarus::CustomEntity
H A DEntity.cpp3412 void Entity::notify_collision_with_block(Block& /* block */) { in notify_collision_with_block() function in Solarus::Entity
H A DHero.cpp2023 void Hero::notify_collision_with_block(Block& /* block */) { in notify_collision_with_block() function in Solarus::Hero