Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
void Settings::endGroup()
334
{
335
if(mGroupStack.size() > 0)
336
mGroupStack.pop_back();
337
}
338
339
void Settings::clearGroups()
340
{
Callers
1
DefineEngineMethod
Function · 0.45
Calls
2
size
Method · 0.45
pop_back
Method · 0.45
Tested by
no test coverage detected