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

Method find

Engine/source/console/codeBlock.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113CodeBlock *CodeBlock::find(StringTableEntry name)
114{
115 for (CodeBlock *walk = CodeBlock::getCodeBlockList(); walk; walk = walk->nextFile)
116 if (walk->name == name)
117 return walk;
118 return NULL;
119}
120
121//-------------------------------------------------------------------------
122

Callers 12

assignMethod · 0.45
lookupMethod · 0.45
lookupTypeMethod · 0.45
findObjectMethod · 0.45
simSet.cppFile · 0.45
dumpClassMemberFunction · 0.45
buildFileListFunction · 0.45
default_scanFunction · 0.45
addPathExpandoFunction · 0.45
getPathExpandoFunction · 0.45
removePathExpandoFunction · 0.45
findObjectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected