Audio::playAmbientSpeechAtCoords

From RAGE Multiplayer Wiki
Revision as of 19:47, 27 August 2020 by Krotter (talk | contribs)

Syntax

mp.game.audio.playAmbientSpeechAtCoords(speechName, voiceName, x, y, z, speechParam);

Required Arguments

  • speechName: String
  • voiceName: String
  • x: float
  • y: float
  • z: float
  • speechParam: String

Return value

  • Undefined

Example

// todo

See also