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

Method findNode

Engine/source/gui/worldEditor/creator.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209//------------------------------------------------------------------------------
210
211CreatorTree::Node * CreatorTree::findNode(S32 id)
212{
213 return(mRoot->find(id));
214}
215
216//------------------------------------------------------------------------------
217

Callers 2

setMountNodeMethod · 0.45
creator.cppFile · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected