Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ ubuzz
Function
ubuzz
src/zap.c:4758–4762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4756
}
4757
4758
void
4759
ubuzz(int type, int nd)
4760
{
4761
dobuzz(type, nd, u.ux, u.uy, u.dx, u.dy, TRUE, FALSE, FALSE);
4762
}
4763
4764
void
4765
buzz(int type, int nd, coordxy sx, coordxy sy, int dx, int dy)
Callers
3
do_improvisation
Function · 0.85
dobreathe
Function · 0.85
weffects
Function · 0.85
Calls
1
dobuzz
Function · 0.85
Tested by
no test coverage detected