WoW:API PlaySoundFile: Difference between revisions

m
shon'kar against semicolins.
mNo edit summary
m (shon'kar against semicolins.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}


  PlaySoundFile(SoundFile);
  PlaySoundFile(SoundFile)


Play the specified sound file.  The file will be played once. Unlike [[API PlayMusic|PlayMusic]], you cannot stop the file fron playing once it starts.
Play the specified sound file.  The file will be played once. Unlike [[API PlayMusic|PlayMusic]], you cannot stop the file fron playing once it starts.
Line 16: Line 16:
;''Example: Playing a sound file from within an AddOn's directory''
;''Example: Playing a sound file from within an AddOn's directory''


  PlaySoundFile("Interface\\AddOns\\MyAddOn\\mysound.wav");
  PlaySoundFile("Interface\\AddOns\\MyAddOn\\mysound.wav")


or
or


  PlaySoundFile("Interface\\AddOns\\MyAddOn\\mysound.mp3");
  PlaySoundFile("Interface\\AddOns\\MyAddOn\\mysound.mp3")


----
----
Anonymous user