Home
last modified time | relevance | path

Searched refs:should_show_map_memory (Results 1 – 8 of 8) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Davatar.h99 bool should_show_map_memory();
H A Dcata_tiles.cpp2408 if( you.should_show_map_memory() ) { in has_memory_at()
2418 if( you.should_show_map_memory() ) { in has_terrain_memory_at()
2430 if( you.should_show_map_memory() ) { in has_furniture_memory_at()
2442 if( you.should_show_map_memory() ) { in has_trap_memory_at()
2454 if( you.should_show_map_memory() ) { in has_vpart_memory_at()
2466 if( you.should_show_map_memory() ) { in get_terrain_memory_at()
2478 if( you.should_show_map_memory() ) { in get_furniture_memory_at()
2490 if( you.should_show_map_memory() ) { in get_trap_memory_at()
2502 if( you.should_show_map_memory() ) { in get_vpart_memory_at()
H A Davatar.cpp134 bool avatar::should_show_map_memory() in should_show_map_memory() function in avatar
H A Dmap.cpp5768 const bool do_map_memory = player_character.should_show_map_memory(); in draw()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Davatar.h99 bool should_show_map_memory();
H A Dcata_tiles.cpp2408 if( you.should_show_map_memory() ) { in has_memory_at()
2418 if( you.should_show_map_memory() ) { in has_terrain_memory_at()
2430 if( you.should_show_map_memory() ) { in has_furniture_memory_at()
2442 if( you.should_show_map_memory() ) { in has_trap_memory_at()
2454 if( you.should_show_map_memory() ) { in has_vpart_memory_at()
2466 if( you.should_show_map_memory() ) { in get_terrain_memory_at()
2478 if( you.should_show_map_memory() ) { in get_furniture_memory_at()
2490 if( you.should_show_map_memory() ) { in get_trap_memory_at()
2502 if( you.should_show_map_memory() ) { in get_vpart_memory_at()
H A Davatar.cpp134 bool avatar::should_show_map_memory() in should_show_map_memory() function in avatar
H A Dmap.cpp5768 const bool do_map_memory = player_character.should_show_map_memory(); in draw()