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

Method find

Engine/source/console/codeBlock.cpp:106–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106CodeBlock *CodeBlock::find(StringTableEntry name)
107{
108 for(CodeBlock *walk = CodeBlock::getCodeBlockList(); walk; walk = walk->nextFile)
109 if(walk->name == name)
110 return walk;
111 return NULL;
112}
113
114//-------------------------------------------------------------------------
115

Callers 9

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