MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetParameterByName

Method GetParameterByName

trinity/Shader/Tr2Effect.cpp:1223–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1221}
1222
1223ITriEffectParameter* Tr2Effect::GetParameterByName( const char* name ) const
1224{
1225 CCP_STATS_ZONE( __FUNCTION__ );
1226
1227 ITriEffectParameter* result = FindParameterByName( name );
1228
1229 if( !result )
1230 {
1231 result = GetResourceByName( name );
1232 }
1233
1234 return result;
1235}
1236
1237// --------------------------------------------------------------------------------------
1238// Description:

Callers 5

StartMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected