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

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected