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

Method EnableEAX

engine/Poseidon/Audio/Text/SoundSystemText.cpp:145–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool SoundSystemText::EnableEAX(bool val)
146{
147 LOG_DEBUG(Audio, "[AudioText] EnableEAX({}) -> false (not supported)", val);
148 _eaxEnabled = val;
149 return false;
150}
151
152void SoundSystemText::LoadConfig()
153{

Callers 4

enableEAXMethod · 0.45
OnButtonClickedMethod · 0.45
SetRowValueMethod · 0.45
TriSetEAXFunction · 0.45

Calls

no outgoing calls

Tested by 1

TriSetEAXFunction · 0.36