Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
U32 NodeListManager::nextListId()
167
{
168
U32 id = mNextListId;
169
++mNextListId;
170
return id;
171
}
172
173
void NodeListManager::addNodeList( NodeList* list )
174
{
Callers
3
packUpdate
Method · 0.80
packUpdate
Method · 0.80
packUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected