Difference between revisions of "SetSoundSourceFile"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>XzCamoLegend
 
Line 12: Line 12:
   }}
   }}
  |example = SetSoundSourceFile EMTMedicalBeep01 "fx\amb\amb_airconditionervault_01_lp.wav"
  |example = SetSoundSourceFile EMTMedicalBeep01 "fx\amb\amb_airconditionervault_01_lp.wav"
Note: 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==
==See Also==

Latest revision as of 02:59, 15 January 2017

< [[::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"

Note: 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