Home
last modified time | relevance | path

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

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/movements/
H A DPlayerMovement.cpp56 entity->has_stream_action() && in update()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DHero.cpp939 if (has_stream_action() in can_control_movement()
1769 if (has_stream_action()) { in notify_collision_with_stream()
2672 if (has_stream_action()) { in can_avoid_teletransporter()
2691 has_stream_action() && in can_run()
2754 if (has_stream_action() && in can_start_sword()
2800 if (has_stream_action() && in can_start_item()
H A DCustomEntity.cpp1007 if (has_stream_action()) { in notify_collision_with_stream()
1010 if (!has_stream_action()) { in notify_collision_with_stream()
H A DPickable.cpp363 if (has_stream_action()) { in notify_collision_with_stream()
H A DEntity.cpp1753 bool Entity::has_stream_action() const { in has_stream_action() function in Solarus::Entity
1811 if (has_stream_action()) { in update_stream_action()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DEntity.h250 bool has_stream_action() const;
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DCustomState.cpp515 if (get_entity().has_stream_action() && in get_wanted_movement_direction8()