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

Method isRowEnabled

Engine/source/gui/controls/guiGameListMenuCtrl.cpp:776–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776bool GuiGameListMenuCtrl::isRowEnabled(S32 index) const
777{
778 if (! isValidRowIndex(index))
779 {
780 return false;
781 }
782
783 return mRows[index]->mEnabled;
784}
785
786void GuiGameListMenuCtrl::setRowEnabled(S32 index, bool enabled)
787{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected