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

Function getGameStartDescription

crawl-ref/source/database.cc:828–831  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////// GameStart DB specific functions.

Source from the content-addressed store, hash-verified

826/////////////////////////////////////////////////////////////////////////////
827// GameStart DB specific functions.
828string getGameStartDescription(const string &key)
829{
830 return _query_database(GameStartDB, key, true, true);
831}
832
833/////////////////////////////////////////////////////////////////////////////
834// Shout DB specific functions.

Callers 1

_add_group_itemMethod · 0.85

Calls 1

_query_databaseFunction · 0.85

Tested by

no test coverage detected