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

Method process

Engine/source/environment/nodeListManager.cpp:87–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void NodeListEvent::process(NetConnection* conn)
88{
89 if (mNodeList)
90 {
91 NodeListManager::NodeList* oldList = NULL;
92
93 gClientNodeListManager->findListById(mNodeList->mId, &oldList, false);
94 mergeLists(oldList);
95
96 gClientNodeListManager->addNodeList(mNodeList);
97 mNodeList = NULL;
98 }
99}
100
101void NodeListEvent::mergeLists(NodeListManager::NodeList* oldList)
102{

Callers

nothing calls this directly

Calls 2

findListByIdMethod · 0.80
addNodeListMethod · 0.80

Tested by

no test coverage detected