Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ removeRow
Method
removeRow
Engine/source/gui/controls/guiGameListMenuCtrl.cpp:534–540 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
void GuiGameListMenuCtrl::removeRow(const S32& row)
535
{
536
if (row == -1 || row >= mRows.size())
537
return;
538
539
mRows.erase(row);
540
}
541
542
Point2I GuiGameListMenuCtrl::getMinExtent() const
543
{
Callers
1
guiGameListMenuCtrl.cpp
File · 0.80
Calls
2
size
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected