Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ buzz
Function
buzz
src/zap.c:4764–4768 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4762
}
4763
4764
void
4765
buzz(int type, int nd, coordxy sx, coordxy sy, int dx, int dy)
4766
{
4767
dobuzz(type, nd, sx, sy, dx, dy, TRUE, FALSE, FALSE);
4768
}
4769
4770
/*
4771
* type == 0 to 9 : you zapping a wand
Callers
3
buzzmu
Function · 0.85
do_storms
Function · 0.85
ghod_hitsu
Function · 0.85
Calls
1
dobuzz
Function · 0.85
Tested by
no test coverage detected