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

Method getScriptValue

Engine/source/gui/controls/guiPopUpCtrlEx.cpp:1041–1044  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1039
1040//------------------------------------------------------------------------------
1041const char *GuiPopUpMenuCtrlEx::getScriptValue()
1042{
1043 return getText();
1044}
1045
1046//------------------------------------------------------------------------------
1047void GuiPopUpMenuCtrlEx::onRender(Point2I offset, const RectI &updateRect)

Callers

nothing calls this directly

Calls 1

getTextFunction · 0.85

Tested by

no test coverage detected