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

Method setLabel

Engine/source/gui/controls/guiGameSettingsCtrl.cpp:582–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582void GuiGameSettingsCtrl::setLabel( const char * label)
583{
584 mLabel = StringTable->insert(label, true);
585}
586
587void GuiGameSettingsCtrl::clear()
588{

Callers 1

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected