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

Method beginGroup

Engine/source/util/settings.cpp:324–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void Settings::beginGroup(const UTF8 *groupName, bool fromStart)
325{
326 // check if we want to clear the stack
327 if(fromStart)
328 clearGroups();
329
330 mGroupStack.push_back(String(groupName));
331}
332
333void Settings::endGroup()
334{

Callers 1

settings.cppFile · 0.45

Calls 2

StringClass · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected