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

Method find

Engine/source/materials/matTextureTarget.cpp:82–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82NamedTexTarget* NamedTexTarget::find( const String &name )
83{
84 PROFILE_SCOPE( NamedTexTarget_find );
85
86 TargetMap::Iterator iter = smTargets.find( name );
87 if ( iter != smTargets.end() )
88 return iter->value;
89 else
90 return NULL;
91}
92
93NamedTexTarget::NamedTexTarget()
94 : mIsRegistered( false ),

Callers 15

loadModuleGroupMethod · 0.45
unloadModuleGroupMethod · 0.45
addListenerMethod · 0.45
registerModuleMethod · 0.45
findModuleIdMethod · 0.45
unregisterMethod · 0.45
MatInstanceHookTypeMethod · 0.45
getTexMethod · 0.45
setTexMethod · 0.45
getShaderMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected