Player::setVoiceFxGargle

From RAGE Multiplayer Wiki

Syntax

player.setVoiceFxGargle(fxHandle, {
    dwRateHz,
    dwWaveShape
});

Required Arguments

  • fxHandle: int The effect handle.
  • dwRateHz: int Rate of modulation, in Hertz. Must be in the range from 1 through 1000. Default 500 Hz.
  • dwWaveShape: int Shape of the modulation wave... 0 = triangle, 1 = square (default).

See also