Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
U32 GuiTextListCtrl::getSelectedId()
151
{
152
if (mSelectedCell.y == -1)
153
return InvalidId;
154
155
return mList[mSelectedCell.y].id;
156
}
157
158
U32 GuiTextListCtrl::getSelectedRow()
159
{
Callers
1
guiTextListCtrl.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected