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

Function DefineEngineMethod

Engine/source/util/settings.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494DefineEngineMethod(Settings, findNextValue, const char*, (), , "settingObj.findNextValue();")
495{
496 return object->findNextValue();
497}
498/*
499ConsoleMethod(Settings, buildSearchList, void, 2, 2, "settingObj.buildSearchList();")
500{

Callers

nothing calls this directly

Calls 8

compareFunction · 0.85
findNextValueMethod · 0.80
getCurrentGroupsMethod · 0.80
insertMethod · 0.45
setValueMethod · 0.45
valueMethod · 0.45
endGroupMethod · 0.45
clearGroupsMethod · 0.45

Tested by

no test coverage detected