Home
last modified time | relevance | path

Searched refs:death_description (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h174 string death_description(death_desc_verbosity) const;
H A Douch.cc1008 .death_description(scorefile_entry::DDV_TERSE); in ouch()
1096 = se.death_description(scorefile_entry::DDV_VERBOSE); in ouch()
1123 se.death_description(scorefile_entry::DDV_NORMAL).c_str()), in ouch()
H A Dhiscores.cc1285 string msg = death_description(DDV_LOGVERBOSE); in long_kill_message()
1294 string msg = death_description(DDV_ONELINE); in short_kill_message()
1797 line += death_description(verbosity); in hiscore_line()
2073 string scorefile_entry::death_description(death_desc_verbosity verbosity) const in death_description() function in scorefile_entry