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

Method getSelectedId

Engine/source/gui/controls/guiTextListCtrl.cpp:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150U32 GuiTextListCtrl::getSelectedId()
151{
152 if (mSelectedCell.y == -1)
153 return InvalidId;
154
155 return mList[mSelectedCell.y].id;
156}
157
158U32 GuiTextListCtrl::getSelectedRow()
159{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected