MCPcopy Create free account
hub / github.com/NetHack/NetHack / donamelevel

Function donamelevel

src/dungeon.c:2570–2577  ·  view source on GitHub ↗

#annotate command - add a custom name to the current level */

Source from the content-addressed store, hash-verified

2568
2569/* #annotate command - add a custom name to the current level */
2570int
2571donamelevel(void)
2572{
2573 if (iflags.menu_requested)
2574 return dooverview();
2575 query_annotation((d_level *) 0);
2576 return ECMD_OK;
2577}
2578#endif /* !SFCTOOL */
2579
2580/* exclusion zones */

Callers 1

docallcmdFunction · 0.85

Calls 2

dooverviewFunction · 0.85
query_annotationFunction · 0.85

Tested by

no test coverage detected