Skip to main content

Audio::setCutsceneAudioOverride

All occurrences found in b617d, sorted alphabetically and identical lines removed:

AUDIO::SET_CUTSCENE_AUDIO_OVERRIDE('_AK'); AUDIO::SET_CUTSCENE_AUDIO_OVERRIDE('_CUSTOM'); AUDIO::SET_CUTSCENE_AUDIO_OVERRIDE('_TOOTHLESS');

Syntax

```js mp.game.audio.setCutsceneAudioOverride(p0); ```

Required Arguments

  • p0: String

Return value

  • Undefined

Example

```js // todo ```

See also