| 492 | } |
| 493 | |
| 494 | DefineEngineMethod(Settings, findNextValue, const char*, (), , "settingObj.findNextValue();") |
| 495 | { |
| 496 | return object->findNextValue(); |
| 497 | } |
| 498 | /* |
| 499 | ConsoleMethod(Settings, buildSearchList, void, 2, 2, "settingObj.buildSearchList();") |
| 500 | { |
nothing calls this directly
no test coverage detected