MCPcopy 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
157void NodeListManager::clearNodeLists()
158{
159 for ( U32 i=0; i<mNodeLists.size(); ++i )
160 {
161 delete mNodeLists[i];
162 }
163 mNodeLists.clear();
164}
165
166U32 NodeListManager::nextListId()
167{

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected