GetSoundSourceFile

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

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

See Also