Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
983
void process_map_command(command_type cmd)
984
{
985
if (map_view)
986
map_view->process_command(cmd);
987
}
988
989
#ifdef USE_TILE_LOCAL
990
void start_far_viewing(coord_def viewed_location)
Callers
3
handle_mouse
Method · 0.85
process_command
Method · 0.85
test_viewmap.cc
File · 0.85
Calls
15
show_levelmap_help
Function · 0.85
clear_map_or_travel_trail
Function · 0.85
_unforget_map
Function · 0.85
_forget_map
Function · 0.85
mpr
Function · 0.85
_reset_travel_colours
Function · 0.85
is_map_persistent
Function · 0.85
cycle_exclude_radius
Function · 0.85
clear_excludes
Function · 0.85
set_exclude
Function · 0.85
getchm
Function · 0.85
map_follow_stairs
Function · 0.85
Tested by
no test coverage detected