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

Function getShoutString

crawl-ref/source/database.cc:835–840  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////// Shout DB specific functions.

Source from the content-addressed store, hash-verified

833/////////////////////////////////////////////////////////////////////////////
834// Shout DB specific functions.
835string getShoutString(const string &monst, const string &suffix)
836{
837 int num_replacements = 0;
838
839 return _getRandomisedStr(ShoutDB, monst, suffix, num_replacements);
840}
841
842/////////////////////////////////////////////////////////////////////////////
843// Speak DB specific functions.

Callers 2

sphinx_check_riddleFunction · 0.85
monster_shoutFunction · 0.85

Calls 1

_getRandomisedStrFunction · 0.85

Tested by

no test coverage detected