SetCutsceneAudioOverride
DocsSetCutsceneAudioOverride(name)Description
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");Add a suffix to the cutscene audio name. Call before loading the cutscene.
Parameters
| Name | Type | Description |
|---|---|---|
name | char* | — |
Returns
voidThis native does not return a value.