MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getText

Method getText

Engine/source/gui/controls/guiMLTextCtrl.cpp:554–559  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

552
553//--------------------------------------------------------------------------
554U32 GuiMLTextCtrl::getText(char* pBuffer, const U32 bufferSize) const
555{
556 mTextBuffer.getCopy8(pBuffer, bufferSize);
557
558 return getMin(mTextBuffer.length(), bufferSize);
559}
560
561//--------------------------------------------------------------------------
562const char* GuiMLTextCtrl::getTextContent()

Callers 7

onRightMouseUpMethod · 0.45
renderTabMethod · 0.45
calculatePageTabWidthMethod · 0.45
selectPageMethod · 0.45
DefineEngineMethodFunction · 0.45
getTextPropertyFunction · 0.45
guiPopUpCtrlEx.cppFile · 0.45

Calls 2

getCopy8Method · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected