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

Method SetEmitterName

trinity/Eve/AudioGameObject.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void AudioGameObject::SetEmitterName( const std::string& name )
131{
132 if( m_audioEmitter )
133 {
134 m_audioEmitter->SetName( name.c_str() );
135 }
136}
137
138unsigned int AudioGameObject::PlayAudioEvent( const std::wstring& eventName )
139{

Callers

nothing calls this directly

Calls 1

SetNameMethod · 0.45

Tested by

no test coverage detected