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

Method endGroup

Engine/source/util/settings.cpp:333–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void Settings::endGroup()
334{
335 if(mGroupStack.size() > 0)
336 mGroupStack.pop_back();
337}
338
339void Settings::clearGroups()
340{

Callers 1

DefineEngineMethodFunction · 0.45

Calls 2

sizeMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected