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

Function doopen

src/lock.c:772–776  ·  view source on GitHub ↗

the #open command - try to open a door */

Source from the content-addressed store, hash-verified

770
771/* the #open command - try to open a door */
772int
773doopen(void)
774{
775 return doopen_indir(0, 0);
776}
777
778/* try to open a door in direction u.dx/u.dy */
779int

Callers

nothing calls this directly

Calls 1

doopen_indirFunction · 0.85

Tested by

no test coverage detected