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

Method getRowLabel

Engine/source/gui/controls/guiGameListMenuCtrl.cpp:1008–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008StringTableEntry GuiGameListMenuCtrl::getRowLabel(S32 rowIndex) const
1009{
1010 if (! isValidRowIndex(rowIndex))
1011 {
1012 // not a valid row index, don't do anything
1013 return StringTable->EmptyString();
1014 }
1015 return mRows[rowIndex]->mLabel;
1016}
1017
1018void GuiGameListMenuCtrl::setRowLabel(S32 rowIndex, const char * label)
1019{

Callers 1

Calls 1

EmptyStringMethod · 0.80

Tested by

no test coverage detected