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

Function unplacebc

src/ball.c:211–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void
212unplacebc(void)
213{
214 if (bcrestriction) {
215 impossible("unplacebc denied, restriction in place");
216 return;
217 }
218 unplacebc_core();
219}
220
221int
222unplacebc_and_covet_placebc(void)

Callers 8

teledsFunction · 0.85
goto_levelFunction · 0.85
trapeffect_pitFunction · 0.85
drownFunction · 0.85
gulpmuFunction · 0.85
litter_scatterFunction · 0.85
flip_levelFunction · 0.85
makemap_prepostFunction · 0.85

Calls 2

unplacebc_coreFunction · 0.85
impossibleFunction · 0.70

Tested by

no test coverage detected