MCPcopy Index your code
hub / github.com/NetHack/NetHack / levltyp_to_name

Function levltyp_to_name

src/cmd.c:1088–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086};
1087
1088const char *
1089levltyp_to_name(int typ)
1090{
1091 if (typ >= 0 && typ < MAX_TYPE)
1092 return levltyp[typ];
1093 return NULL;
1094}
1095
1096/* #terrain command -- show known map, inspired by crawl's '|' command */
1097staticfn int

Callers 2

nhl_getmapFunction · 0.85
sanity_check_single_monFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected