Player::setVoiceFxGargle

From RAGE Multiplayer Wiki
Revision as of 17:49, 17 October 2022 by Ufteers (talk | contribs) (Created page with "==Syntax== <pre> player.setVoiceFxGargle(fxHandle, { dwRateHz, dwWaveShape }); </pre> ===Required Arguments=== *'''fxHandle:''' The effect handle. *'''dwRateHz:''' R...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

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

Required Arguments

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