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