MCPcopy Index your code
hub / github.com/NetHack/NetHack / unmap_invisible

Function unmap_invisible

src/display.c:387–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387boolean
388unmap_invisible(coordxy x, coordxy y)
389{
390 if (isok(x,y) && glyph_is_invisible(levl[x][y].glyph)) {
391 unmap_object(x, y);
392 newsym(x, y);
393 return TRUE;
394 }
395 return FALSE;
396}
397
398
399/*

Callers 13

findoneFunction · 0.85
dosearch0Function · 0.85
hitum_cleaveFunction · 0.85
domove_coreFunction · 0.85
wiz_killFunction · 0.85
wiz_smellFunction · 0.85
dobuzzFunction · 0.85
kick_monsterFunction · 0.85
dokickFunction · 0.85
use_stethoscopeFunction · 0.85
use_leashFunction · 0.85
use_poleFunction · 0.85

Calls 3

isokFunction · 0.85
unmap_objectFunction · 0.85
newsymFunction · 0.85

Tested by

no test coverage detected