Home
last modified time | relevance | path

Searched refs:is_ladder_obstacle (Results 1 – 20 of 20) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DBomb.h45 bool is_ladder_obstacle() const override;
H A DHookshot.h46 bool is_ladder_obstacle() const override;
H A DBoomerang.h60 virtual bool is_ladder_obstacle() const override;
H A DArrow.h47 virtual bool is_ladder_obstacle() const override;
H A DCarriedObject.h91 bool is_ladder_obstacle() const override;
H A DEntityState.h125 virtual bool is_ladder_obstacle() const;
H A DCustomEntity.h119 bool is_ladder_obstacle() const override;
H A DHero.h182 bool is_ladder_obstacle() const override;
H A DEntity.h461 virtual bool is_ladder_obstacle() const;
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DBomb.cpp115 bool Bomb::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Bomb
H A DBoomerang.cpp179 bool Boomerang::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Boomerang
H A DHookshot.cpp135 bool Hookshot::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Hookshot
H A DArrow.cpp156 bool Arrow::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Arrow
H A DCarriedObject.cpp599 bool CarriedObject::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::CarriedObject
H A DEntityState.cpp855 bool Entity::State::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Entity::State
H A DCustomEntity.cpp761 bool CustomEntity::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::CustomEntity
H A DEntity.cpp2702 return is_ladder_obstacle(); in is_ground_obstacle()
2837 bool Entity::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Entity
H A DHero.cpp1564 bool Hero::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::Hero
1565 return get_state()->is_ladder_obstacle(); in is_ladder_obstacle()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/hero/
H A DCustomState.h115 bool is_ladder_obstacle() const override;
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/hero/
H A DCustomState.cpp1012 bool CustomState::is_ladder_obstacle() const { in is_ladder_obstacle() function in Solarus::CustomState