MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetAccommodation

Method SetAccommodation

engine/Poseidon/Audio/Text/WaveText.cpp:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void WaveText::SetAccommodation(float accom)
137{
138 LOG_DEBUG(Audio, "[AudioText] {}: SetAccommodation({:.2f})", (const char*)Name(), accom);
139 _accommodation = accom;
140}
141
142void WaveText::EnableAccommodation(bool enable)
143{

Callers 2

OpenMethod · 0.45
SetEnvSoundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected