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

Function dojump

src/apply.c:1846–1851  ·  view source on GitHub ↗

the #jump command */

Source from the content-addressed store, hash-verified

1844
1845/* the #jump command */
1846int
1847dojump(void)
1848{
1849 /* Physical jump */
1850 return jump(0);
1851}
1852
1853enum jump_trajectory {
1854 jAny = 0, /* any direction => magical jump */

Callers

nothing calls this directly

Calls 1

jumpFunction · 0.85

Tested by

no test coverage detected