Player::removeVoiceFx: Difference between revisions
(Created page with "Removes an effect on a voice stream. ==Syntax== <pre> player.removeVoiceFx(fxType, priority); </pre> ===Required Arguments=== *'''fxHandle:''' {{RageType|int}} Effect handle...") |
(fix args typo) |
||
| Line 3: | Line 3: | ||
==Syntax== | ==Syntax== | ||
<pre> | <pre> | ||
player.removeVoiceFx(fxType | player.removeVoiceFx(fxType); | ||
</pre> | </pre> | ||
===Required Arguments=== | ===Required Arguments=== | ||
Revision as of 18:44, 17 October 2022
Removes an effect on a voice stream.
Syntax
player.removeVoiceFx(fxType);
Required Arguments
- fxHandle: int Effect handle.