MCPcopy 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
534void GuiGameListMenuCtrl::removeRow(const S32& row)
535{
536 if (row == -1 || row >= mRows.size())
537 return;
538
539 mRows.erase(row);
540}
541
542Point2I GuiGameListMenuCtrl::getMinExtent() const
543{

Callers 1

Calls 2

sizeMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected