SetSoundSourceFile

From the Fallout3 GECK Wiki
Revision as of 17:41, 3 May 2015 by imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Sets the source sound file/folder path used by the specified Sound. |name = SetSoundSourceFile |arguments = {{FunctionArgument |N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

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

Syntax

[help]
SetSoundSourceFile sound:ref filePath:string

Example

SetSoundSourceFile EMTMedicalBeep01 "fx\amb\amb_airconditionervault_01_lp.wav"

See Also