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

Method GetText

ogsr_engine/xrGame/Phrase.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18CPhrase::~CPhrase(void) {}
19
20LPCSTR CPhrase::GetText() const { return m_text.c_str(); }
21
22bool CPhrase::IsDummy() const
23{

Callers 2

SayPhraseMethod · 0.45
GetPhraseTextMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected