Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ moveloop
Function
moveloop
src/allmain.c:586–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
void
587
moveloop(boolean resuming)
588
{
589
moveloop_preamble(resuming);
590
591
if (!resuming)
592
maybe_do_tutorial();
593
594
for (;;) {
595
moveloop_core();
596
}
597
}
598
599
staticfn void
600
regen_pw(int wtcap)
Callers
8
main
Function · 0.85
libnhmain.c
File · 0.85
MAIN
Function · 0.85
main
Function · 0.85
pcmain.c
File · 0.85
WinMain
Function · 0.85
MAIN
Function · 0.85
main
Function · 0.85
Calls
2
moveloop_preamble
Function · 0.85
maybe_do_tutorial
Function · 0.85
Tested by
no test coverage detected