Home
last modified time | relevance | path

Searched refs:get_modified_ground (Results 1 – 13 of 13) sorted by relevance

/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/bugs/
H A D738_custom_entity_on_ground_below_changed.lua8 assert(hole:get_modified_ground() == "hole")
18 assert(hole:get_modified_ground() == "hole")
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DDestructible.cpp91 Ground Destructible::get_modified_ground() const { in get_modified_ground() function in Solarus::Destructible
219 return get_modified_ground() == Ground::WALL && in is_obstacle_for()
237 if (get_modified_ground() == Ground::WALL) { in update_collision_modes()
H A DDynamicTile.cpp78 Ground DynamicTile::get_modified_ground() const { in get_modified_ground() function in Solarus::DynamicTile
H A DCustomEntity.cpp1212 Ground CustomEntity::get_modified_ground() const { in get_modified_ground() function in Solarus::CustomEntity
H A DEntity.cpp156 return get_modified_ground() != Ground::EMPTY; in is_ground_modifier()
167 Ground Entity::get_modified_ground() const { in get_modified_ground() function in Solarus::Entity
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/
H A Ddynamic_tile_tests.lua8 local actual_ground = dynamic_tile:get_modified_ground()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DDynamicTile.h57 Ground get_modified_ground() const override;
H A DDestructible.h57 virtual Ground get_modified_ground() const override;
H A DCustomEntity.h166 Ground get_modified_ground() const override;
H A DEntity.h114 virtual Ground get_modified_ground() const;
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DMap.cpp1137 const Ground ground = entity_nearby.get_modified_ground(); in get_ground()
1204 const Ground ground = entity.get_modified_ground(); in get_ground_from_entity()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/work/ZBStudioPlugin/
H A Dsolarus_lua_api.lua9740 get_modified_ground = {
10287 get_modified_ground = {
12820 get_modified_ground = {
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/lua/
H A DEntityApi.cpp4891 Ground modified_ground = destructible.get_modified_ground(); in destructible_api_get_modified_ground()
5085 Ground modified_ground = dynamic_tile.get_modified_ground(); in dynamic_tile_api_get_modified_ground()
6462 const Ground modified_ground = entity.get_modified_ground(); in custom_entity_api_get_modified_ground()