MCPcopy 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
4764void
4765buzz(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

buzzmuFunction · 0.85
do_stormsFunction · 0.85
ghod_hitsuFunction · 0.85

Calls 1

dobuzzFunction · 0.85

Tested by

no test coverage detected