MCPcopy 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
4758void
4759ubuzz(int type, int nd)
4760{
4761 dobuzz(type, nd, u.ux, u.uy, u.dx, u.dy, TRUE, FALSE, FALSE);
4762}
4763
4764void
4765buzz(int type, int nd, coordxy sx, coordxy sy, int dx, int dy)

Callers 3

do_improvisationFunction · 0.85
dobreatheFunction · 0.85
weffectsFunction · 0.85

Calls 1

dobuzzFunction · 0.85

Tested by

no test coverage detected