MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / DialogCaption

Method DialogCaption

ogsr_engine/xrGame/PhraseDialog.cpp:149–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149LPCSTR CPhraseDialog::DialogCaption() { return data()->m_sCaption.size() ? *data()->m_sCaption : GetPhraseText("0"); }
150
151int CPhraseDialog::Priority() { return data()->m_iPriority; }
152

Callers 1

UpdateQuestionsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected