Player::setVoiceFx

From RAGE Multiplayer Wiki
Revision as of 17:16, 17 October 2022 by Ufteers (talk | contribs) (Created page with "==Syntax== <pre> player.setVoiceFx(fxType, priority); </pre> ===Required Arguments=== *'''fxType:''' One of the following types of effect (see BASSFXType) *'''priority:''' Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

player.setVoiceFx(fxType, priority);

Required Arguments

  • fxType: One of the following types of effect (see BASSFXType)
  • priority: The priority of the new FX, which determines it's position in the DSP chain - DSP/FX with higher priority are applied before those with lower. This parameter has no effect with DX8 effects when the "with FX flag" DX8 effect implementation is used.

Example

Client-Side