MCPcopy Create free account
hub / github.com/crawl/crawl / process_map_command

Function process_map_command

crawl-ref/source/viewmap.cc:983–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983void process_map_command(command_type cmd)
984{
985 if (map_view)
986 map_view->process_command(cmd);
987}
988
989#ifdef USE_TILE_LOCAL
990void start_far_viewing(coord_def viewed_location)

Callers 3

handle_mouseMethod · 0.85
process_commandMethod · 0.85
test_viewmap.ccFile · 0.85

Calls 15

show_levelmap_helpFunction · 0.85
_unforget_mapFunction · 0.85
_forget_mapFunction · 0.85
mprFunction · 0.85
_reset_travel_coloursFunction · 0.85
is_map_persistentFunction · 0.85
cycle_exclude_radiusFunction · 0.85
clear_excludesFunction · 0.85
set_excludeFunction · 0.85
getchmFunction · 0.85
map_follow_stairsFunction · 0.85

Tested by

no test coverage detected