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

Method SetShaderOption

trinity/Eve/SpaceObject/EveMobile.cpp:238–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void EveMobile::SetShaderOption( const BlueSharedString& name, const BlueSharedString& value )
239{
240 EveSpaceObject2::SetShaderOption( name, value );
241 for( auto it = m_turretSets.begin(); m_turretSets.end() != it; ++it )
242 {
243 ( *it )->SetShaderOption( name, value );
244 }
245}
246
247// --------------------------------------------------------------------------------
248// Description:

Callers 1

Calls 3

SetShaderOptionFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected