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

Method cprintf

crawl-ref/source/format.cc:559–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void formatted_string::cprintf(const char *s, ...)
560{
561 va_list args;
562 va_start(args, s);
563 cprintf(vmake_stringf(s, args));
564 va_end(args);
565}
566
567void formatted_string::cprintf(const string &s)
568{

Callers 15

_reroll_randomFunction · 0.80
_choose_nameFunction · 0.80
UINewGameMenuMethod · 0.80
_prompt_gamemode_mapFunction · 0.80
_add_hiscore_rowMethod · 0.80
update_titleMethod · 0.80
add_formattedMethod · 0.80
build_prompt_menuMethod · 0.80
_get_overview_statsFunction · 0.80
_renderMethod · 0.80
_god_extra_descriptionFunction · 0.80

Calls 3

vmake_stringfFunction · 0.85
cprintfFunction · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected