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

Function command_to_name

crawl-ref/source/macro.cc:2162–2165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2160}
2161
2162string command_to_name(command_type cmd)
2163{
2164 return lookup(_cmds_to_names, cmd, "CMD_NO_CMD");
2165}
2166
2167command_type key_to_command(int key, KeymapContext context)
2168{

Callers 4

key_to_commandFunction · 0.85
bind_command_to_keyFunction · 0.85
get_command_descriptionFunction · 0.85
dumpMethod · 0.85

Calls 1

lookupFunction · 0.85

Tested by

no test coverage detected