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

Function enexto_gpflags

src/teleport.c:205–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205boolean
206enexto_gpflags(
207 coord *cc,
208 coordxy xx, coordxy yy,
209 struct permonst *mdat,
210 mmflags_nht entflags)
211{
212 return (enexto_core(cc, xx, yy, mdat, GP_CHECKSCARY | entflags)
213 || enexto_core(cc, xx, yy, mdat, entflags));
214}
215
216#ifdef NEW_ENEXTO
217

Callers 1

m_initgrpFunction · 0.85

Calls 1

enexto_coreFunction · 0.85

Tested by

no test coverage detected