GetSoundSourceFile

Revision as of 18:40, 3 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns the source sound file/folder path used by the specified Sound. |name = GetSoundSourceFile |returnType = filePath:string_var |a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::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

(filePath:string_var) GetSoundSourceFile sound:ref

Example

let sSoundSrc := GetSoundSourceFile EMTMedicalBeep01

See Also