Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 |
//============================================================================= // EFFECT_None: Plain room effect. //============================================================================= class EFFECT_None extends I3DL2Listener editinlinenew; defaultproperties { Room=-10000; RoomHF=-10000; RoomRolloffFactor=0.0; DecayTime=0.1; DecayHFRatio=0.83; Reflections=-10000; ReflectionsDelay=0.0; Reverb=-10000; ReverbDelay=0.0; EnvironmentSize=1; EnvironmentDiffusion=0.0; AirAbsorptionHF=-5; bDecayTimeScale=false; bReflectionsScale=false; bReflectionsDelayScale=false; bReverbScale=false; bReverbDelayScale=false; bDecayHFLimit=false; } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |