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

Function u_gname

src/pray.c:2523–2527  ·  view source on GitHub ↗

returns the name of the hero's deity */

Source from the content-addressed store, hash-verified

2521
2522/* returns the name of the hero's deity */
2523const char *
2524u_gname(void)
2525{
2526 return align_gname(u.ualign.type);
2527}
2528
2529const char *
2530align_gname(aligntyp alignment)

Callers 7

gcrownuFunction · 0.85
pleasedFunction · 0.85
offer_real_amuletFunction · 0.85
offer_corpseFunction · 0.85
background_enlightenmentFunction · 0.85
attributes_enlightenmentFunction · 0.85

Calls 1

align_gnameFunction · 0.85

Tested by

no test coverage detected