GetSoundSourceFile

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Returns the source sound file/folder path used by the specified Sound.

Syntax

[help]
(filePath:string_var) GetSoundSourceFile sound:ref

Example

let sSoundSrc := GetSoundSourceFile EMTMedicalBeep01 

Notes

  • If changing a sound in a persistent REF used in a script, it must be disabled and re-enabled for the changes to take effect

See Also