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

Method changeOption

Engine/source/gui/controls/guiGameListMenuCtrl.cpp:1244–1251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244void GuiGameListMenuCtrl::changeOption(S32 delta)
1245{
1246 if (getSelected() != NO_ROW)
1247 {
1248 Row* row = (Row*)mRows[getSelected()];
1249 changeOption(row, delta);
1250 }
1251}
1252
1253void GuiGameListMenuCtrl::changeOption(Row* row, S32 delta)
1254{

Callers

nothing calls this directly

Calls 7

getSelectedFunction · 0.85
mClampFunction · 0.85
mRoundFunction · 0.85
isFunctionFunction · 0.85
executefFunction · 0.85
sizeMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected