MCPcopy Create free account
hub / github.com/ZDoom/Raze / InitializeQuote

Method InitializeQuote

source/core/quotes.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void Quotes::InitializeQuote(int num, const char *text, bool fromscript)
51{
52 quotes[num] = text;
53 if (fromscript) // means this is the initial setup from the source data.
54 {
55 MakeStringLabel(quotes[num]);
56 }
57}
58
59void Quotes::AppendQuote(int dst, int src, int len)
60{

Callers 3

parsecommandMethod · 0.80
LoadCustomInfoFromScriptFunction · 0.80
SetDefaultStringsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected