Home
last modified time | relevance | path

Searched refs:notify_moving_by (Results 1 – 6 of 6) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DBlock.h65 void notify_moving_by(Entity& entity) override;
H A DEntity.h263 virtual void notify_moving_by(Entity& entity);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DPullingState.cpp111 pulled_entity->notify_moving_by(hero); in update()
H A DPushingState.cpp114 pushed_entity->notify_moving_by(hero); in update()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DBlock.cpp336 void Block::notify_moving_by(Entity& /* entity */) { in notify_moving_by() function in Solarus::Block
H A DEntity.cpp2487 void Entity::notify_moving_by(Entity& /* entity */) { in notify_moving_by() function in Solarus::Entity