Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ seetrap
Function
seetrap
src/trap.c:3577–3584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3575
}
3576
3577
void
3578
seetrap(struct trap *trap)
3579
{
3580
if (!trap->tseen) {
3581
trap->tseen = 1;
3582
newsym(trap->tx, trap->ty);
3583
}
3584
}
3585
3586
/* like seetrap() but overrides vision */
3587
void
Callers
15
mtele_trap
Function · 0.85
mlevel_tele_trap
Function · 0.85
goto_level
Function · 0.85
moverock_core
Function · 0.85
digactualhole
Function · 0.85
use_pick_axe2
Function · 0.85
mu_maybe_destroy_web
Function · 0.85
trapeffect_arrow_trap
Function · 0.85
trapeffect_dart_trap
Function · 0.85
trapeffect_rocktrap
Function · 0.85
trapeffect_sqky_board
Function · 0.85
trapeffect_bear_trap
Function · 0.85
Calls
1
newsym
Function · 0.85
Tested by
no test coverage detected