MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / nextListId

Method nextListId

Engine/source/environment/nodeListManager.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166U32 NodeListManager::nextListId()
167{
168 U32 id = mNextListId;
169 ++mNextListId;
170 return id;
171}
172
173void NodeListManager::addNodeList( NodeList* list )
174{

Callers 3

packUpdateMethod · 0.80
packUpdateMethod · 0.80
packUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected