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

32 lines
731 B
Ucode

//=============================================================================
// EFFECT_PIPE_LONGTHIN
//============================================================================
class EFFECT_PIPE_LONGTHIN extends I3DL2Listener
editinlinenew;
defaultproperties
{
EnvironmentSize=1.6f;
EnvironmentDiffusion=0.910f;
Room=-1200;
RoomHF=-700;
RoomLF=-1100;
DecayTime=9.21f;
DecayHFRatio=0.18f;
DecayLFRatio=0.10f;
Reflections=-300;
ReflectionsDelay=0.010f;
Reverb=-1000;
ReverbDelay=0.022f;
EchoTime=0.250f;
EchoDepth=0.000f;
ModulationTime=0.250f;
ModulationDepth=0.000f;
AirAbsorptionHF=-5.0f;
HFReference=2854.4f;
LFReference=20.0f;
RoomRolloffFactor=0.00f;
//Flags=0x0;
}