<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Player%3A%3AsetVoiceFxI3DL2Reverb</id>
	<title>Player::setVoiceFxI3DL2Reverb - История изменений</title>
	<link rel="self" type="application/atom+xml" href="https://rage.grandroleplay.ru/index.php?action=history&amp;feed=atom&amp;title=Player%3A%3AsetVoiceFxI3DL2Reverb"/>
	<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Player::setVoiceFxI3DL2Reverb&amp;action=history"/>
	<updated>2026-07-24T21:22:49Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://rage.grandroleplay.ru/index.php?title=Player::setVoiceFxI3DL2Reverb&amp;diff=12358&amp;oldid=prev</id>
		<title>imported&gt;Shr0x в 08:32, 10 ноября 2024</title>
		<link rel="alternate" type="text/html" href="https://rage.grandroleplay.ru/index.php?title=Player::setVoiceFxI3DL2Reverb&amp;diff=12358&amp;oldid=prev"/>
		<updated>2024-11-10T08:32:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Syntax==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
player.setVoiceFxI3DL2Reverb(fxHandle, {&lt;br /&gt;
    lRoom,&lt;br /&gt;
    lRoomHF,&lt;br /&gt;
    flRoomRolloffFactor,&lt;br /&gt;
    flDecayTime,&lt;br /&gt;
    flDecayHFRatio,&lt;br /&gt;
    lReflections,&lt;br /&gt;
    flReflectionsDelay,&lt;br /&gt;
    lReverb,&lt;br /&gt;
    flReverbDelay,&lt;br /&gt;
    flDiffusion,&lt;br /&gt;
    flDensity,&lt;br /&gt;
    flHFReference&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
===Required Arguments===&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;fxHandle:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} The effect handle.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;lRoom:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} Attenuation of the room effect, in millibels (mB), in the range from -10000 to 0. The default value is -1000 mB.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;lRoomHF:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} Attenuation of the room high-frequency effect, in mB, in the range from -10000 to 0. The default value is 0 mB.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flRoomRolloffFactor:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Rolloff factor for the reflected signals, in the range from 0 to 10. The default value is 0.0.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flDecayTime:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Decay time, in seconds, in the range from 0.1 to 20. The default value is 1.49 second.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flDecayHFRatio:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Ratio of the decay time at high frequencies to the decay time at low frequencies, in the range from 0.1 to 2. The default value is 0.83.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;lReflections:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} Attenuation of early reflections relative to lRoom, in mB, in the range from -10000 to 1000. The default value is -2602 mB.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flReflectionsDelay:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Delay time of the first reflection relative to the direct path, in seconds, in the range from 0 to 0.3. The default value is 0.007 seconds.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;lReverb:&amp;#039;&amp;#039;&amp;#039; {{RageType|int}} Attenuation of late reverberation relative to lRoom, in mB, in the range from -10000 to 2000. The default value is 200 mB.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flReverbDelay:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Time limit between the early reflections and the late reverberation relative to the time of the first reflection, in seconds, in the range from 0 to 0.1. The default value is 0.011 seconds.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flDiffusion:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Echo density in the late reverberation decay, in percent, in the range from 0 to 100. The default value is 100.0 percent. &lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flDensity:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Modal density in the late reverberation decay, in percent, in the range from 0 to 100. The default value is 100.0 percent.&lt;br /&gt;
*&amp;#039;&amp;#039;&amp;#039;flHFReference:&amp;#039;&amp;#039;&amp;#039; {{RageType|float}} Reference high frequency, in hertz, in the range from 20 to 20000. The default value is 5000.0 Hz.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
{{VoiceFx_definition_c}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Clientside API]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Shr0x</name></author>
	</entry>
</feed>