MCPcopy Create free account
hub / github.com/crawl/crawl / getRandMonNameString

Function getRandMonNameString

crawl-ref/source/database.cc:857–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

855}
856
857string getRandMonNameString(const string &montype)
858{
859 int num_replacements = 0;
860
861 return _getRandomisedStr(SpeakDB, montype, " name", num_replacements);
862}
863
864/////////////////////////////////////////////////////////////////////////////
865// Randname DB specific functions.

Callers 4

_make_ancestor_nameFunction · 0.85
_get_proper_monster_nameFunction · 0.85
name_weaponFunction · 0.85

Calls 1

_getRandomisedStrFunction · 0.85

Tested by

no test coverage detected