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

Function m_monnam

src/do_name.c:1109–1113  ·  view source on GitHub ↗

monster's own name -- overrides hallucination and [in]visibility so shouldn't be used in ordinary messages (mainly for disclosure) */

Source from the content-addressed store, hash-verified

1107/* monster's own name -- overrides hallucination and [in]visibility
1108 so shouldn't be used in ordinary messages (mainly for disclosure) */
1109char *
1110m_monnam(struct monst *mtmp)
1111{
1112 return x_monnam(mtmp, ARTICLE_NONE, (char *) 0, EXACT_NAME, FALSE);
1113}
1114
1115/* pet name: "your little dog" */
1116char *

Callers 7

end.cFile · 0.85
domove_bump_monFunction · 0.85
add_mon_to_regFunction · 0.85
hatch_eggFunction · 0.85
deal_with_overcrowdingFunction · 0.85
mattackuFunction · 0.85
fig_transformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected