Audio::setMicrophonePosition: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
(yay)
Line 1: Line 1:
If this is the correct name, what microphone? I know your TV isn't going to reach out and adjust your headset so..
If this is the correct name, what microphone? I know your TV isn't going to reach out and adjust your headset so..
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">audio.setMicrophonePosition(p0, x1, y1, z1, x2, y2, z2, x3, y3, z3);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.audio.setMicrophonePosition(p0, x1, y1, z1, x2, y2, z2, x3, y3, z3);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''p0:''' Boolean
*'''p0:''' Boolean

Revision as of 21:04, 6 May 2017

If this is the correct name, what microphone? I know your TV isn't going to reach out and adjust your headset so..

Syntax

mp.game.audio.setMicrophonePosition(p0, x1, y1, z1, x2, y2, z2, x3, y3, z3);

Required Arguments

  • p0: Boolean
  • x1: float
  • y1: float
  • z1: float
  • x2: float
  • y2: float
  • z2: float
  • x3: float
  • y3: float
  • z3: float

Return value

  • Undefined

Example

// todo

See also