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

Method nextListId

Engine/source/environment/nodeListManager.cpp:165–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

packUpdateMethod · 0.80
packUpdateMethod · 0.80
packUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected