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

Method GetText

ogsr_engine/xrGame/ui/UIStatic.cpp:452–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452LPCSTR CUIStatic::GetText()
453{
454 static const char empty = 0;
455 if (m_pLines)
456 return m_pLines->GetText();
457 else
458 return ∅
459}
460
461void CUIStatic::SetTextColor(u32 color)
462{

Callers 2

DrawTextMethod · 0.45
AdjustWidthToTextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected