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

Method getScriptValue

Engine/source/gui/controls/guiPopUpCtrl.cpp:859–862  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

857
858//------------------------------------------------------------------------------
859const char *GuiPopUpMenuCtrl::getScriptValue()
860{
861 return getText();
862}
863
864//------------------------------------------------------------------------------
865void GuiPopUpMenuCtrl::onRender( Point2I offset, const RectI &updateRect )

Callers

nothing calls this directly

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected