Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ clearNodeLists
Method
clearNodeLists
Engine/source/environment/nodeListManager.cpp:157–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
void NodeListManager::clearNodeLists()
158
{
159
for ( U32 i=0; i<mNodeLists.size(); ++i )
160
{
161
delete mNodeLists[i];
162
}
163
mNodeLists.clear();
164
}
165
166
U32 NodeListManager::nextListId()
167
{
Callers
nothing calls this directly
Calls
2
size
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected