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

Function Gem_nh_poskey

outdated/win/gem/wingem1.c:2823–2829  ·  view source on GitHub ↗
(x, y, mod)

Source from the content-addressed store, hash-verified

2821}
2822
2823int
2824Gem_nh_poskey(x, y, mod)
2825int *x, *y, *mod;
2826{
2827 mar_update_value();
2828 return (mar_nh_poskey(x, y, mod));
2829}
2830
2831void
2832Gem_delay_output()

Callers

nothing calls this directly

Calls 2

mar_update_valueFunction · 0.85
mar_nh_poskeyFunction · 0.85

Tested by

no test coverage detected