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

Method onStaticModified

Engine/source/gui/controls/guiTextEditCtrl.cpp:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void GuiTextEditCtrl::onStaticModified(const char* slotName, const char* newValue)
217{
218 if(!dStricmp(slotName, "text"))
219 setText(mText);
220}
221
222void GuiTextEditCtrl::execConsoleCallback()
223{

Callers

nothing calls this directly

Calls 2

dStricmpFunction · 0.85
setTextFunction · 0.70

Tested by

no test coverage detected