Home
last modified time | relevance | path

Searched refs:hiscore_line (Results 1 – 2 of 2) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dhiscores.h170 string hiscore_line(death_desc_verbosity verbosity) const;
H A Dhiscores.cc553 return se.hiscore_line(scorefile_entry::DDV_ONELINE); in hiscores_format_single()
586 return se.hiscore_line(verbose ? scorefile_entry::DDV_VERBOSE in hiscores_format_single_long()
1794 string scorefile_entry::hiscore_line(death_desc_verbosity verbosity) const in hiscore_line() function in scorefile_entry