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

Function a_gname

src/pray.c:2506–2510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2504}
2505
2506const char *
2507a_gname(void)
2508{
2509 return a_gname_at(u.ux, u.uy);
2510}
2511
2512/* returns the name of an altar's deity */
2513const char *

Callers 4

offer_real_amuletFunction · 0.85
offer_corpseFunction · 0.85
dfeature_atFunction · 0.85

Calls 1

a_gname_atFunction · 0.85

Tested by

no test coverage detected