Перейти к содержанию

Player::setVoiceFxVolume

Материал из RAGE MP Wiki Archive
Версия от 08:34, 10 ноября 2024; imported>Shr0x
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Syntax

player.setVoiceFxVolume(fxHandle, {
    fTarget,
    fCurrent,
    fTime,
    lCurve
});

Required Arguments

  • fxHandle: int The effect handle.
  • fTarget: float The new volume level... 0 = silent, 1.0 = normal, above 1.0 = amplification. The default value is 1.
  • fCurrent: float The current volume level... -1 = leave existing current level when setting parameters. The default value is 1.
  • fTime: float The time to take to transition from the current level to the new level, in seconds. The default value is 0.
  • lCurve: int The curve to use in the transition... 0 = linear, 1 = logarithmic. The default value is 0.

See also