Audio::getPlayerHeadsetSoundAlternate: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
 
Line 1: Line 1:
Called 5 times in the scripts. All occurrences found in b617d, sorted alphabetically and identical lines removed: <br><br>AUDIO::GET_PLAYER_HEADSET_SOUND_ALTERNATE('INOUT', 0.0);<br>AUDIO::GET_PLAYER_HEADSET_SOUND_ALTERNATE('INOUT', 1.0);
Called 5 times in the scripts. All occurrences found in b617d, sorted alphabetically and identical lines removed: <br><br>AUDIO::GET_PLAYER_HEADSET_SOUND_ALTERNATE('INOUT', 0.0);<br>AUDIO::GET_PLAYER_HEADSET_SOUND_ALTERNATE('INOUT', 1.0);
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.getPlayerHeadsetSoundAlternate(p0, p1);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.getPlayerHeadsetSoundAlternate(p0, p1);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' String
*'''p0:''' String

Latest revision as of 21:04, 6 May 2017

Called 5 times in the scripts. All occurrences found in b617d, sorted alphabetically and identical lines removed:

AUDIO::GET_PLAYER_HEADSET_SOUND_ALTERNATE('INOUT', 0.0);
AUDIO::GET_PLAYER_HEADSET_SOUND_ALTERNATE('INOUT', 1.0);

Syntax

mp.game.audio.getPlayerHeadsetSoundAlternate(p0, p1);

Required Arguments

  • p0: String
  • p1: float

Return value

  • Undefined

Example

// todo

See also