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