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

Method getText

Engine/source/gui/controls/guiMLTextCtrl.cpp:550–555  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

548
549//--------------------------------------------------------------------------
550U32 GuiMLTextCtrl::getText(char* pBuffer, const U32 bufferSize) const
551{
552 mTextBuffer.getCopy8(pBuffer, bufferSize);
553
554 return getMin(mTextBuffer.length(), bufferSize);
555}
556
557//--------------------------------------------------------------------------
558const char* GuiMLTextCtrl::getTextContent()

Callers 7

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

Calls 2

getCopy8Method · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected