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

Method GetText

ogsr_engine/xrGame/ui/UICustomEdit.cpp:254–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252void CUICustomEdit::SetText(const char* str) { CUILinesOwner::SetText(str); }
253
254const char* CUICustomEdit::GetText() { return CUILinesOwner::GetText(); }
255
256void CUICustomEdit::Enable(bool status)
257{

Callers 2

KeyPressedMethod · 0.45
AddCharMethod · 0.45

Calls 1

GetTextFunction · 0.85

Tested by

no test coverage detected