rott/kf_sources/GamePlay/Classes/EFFECT_Arena.uc
2026-07-14 20:27:09 +07:00

28 lines
665 B
Ucode

//=============================================================================
// EFFECT_Arena
//=============================================================================
class EFFECT_Arena extends I3DL2Listener
editinlinenew;
defaultproperties
{
EnvironmentSize=36.2;
EnvironmentDiffusion=1.0;
Room=-1000;
RoomHF=-699;
DecayTime=7.240;
DecayHFRatio=0.33;
Reflections=-1166;
ReflectionsDelay=0.020;
Reverb=16;
ReverbDelay=0.0300;
RoomRolloffFactor=0.0;
AirAbsorptionHF=-5;
bDecayTimeScale=true;
bReflectionsScale=true;
bReflectionsDelayScale=true;
bReverbScale=true;
bReverbDelayScale=true;
bDecayHFLimit=true;
}