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

Method findNode

Engine/source/gui/worldEditor/creator.cpp:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

setMountNodeMethod · 0.45
setDataMethod · 0.45
creator.cppFile · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected