Player::setVoiceFxGargle

From RAGE Multiplayer Wiki
Revision as of 08:32, 10 November 2024 by Shr0x (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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