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

Function rank

src/botl.c:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360staticfn const char *
361rank(void)
362{
363 return rank_of(u.ulevel, Role_switch, flags.female);
364}
365
366int
367title_to_mon(

Callers 2

do_statusline1Function · 0.85
botl.cFile · 0.85

Calls 1

rank_ofFunction · 0.85

Tested by

no test coverage detected