View Single Post
02-13-17, 11:52 PM   #3
TOM_RUS
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2008
Posts: 95
Pretty sure you can play all the sounds without knowing file name with
Code:
PlaySoundKitID(ID, ["SFX","Music","Ambience","Talking Head","Master"], [forceNoDuplicates], [runFinishCallback])
or
Code:
PlaySound("sound", ["SFX","Music","Ambience", "Dialog" or "Master"], [forceNoDuplicates])
Also it's not possible to know what sound plays at certain time.

There's a list of all soundKitID's (for PlaySoundKitID) and sound names (for PlaySound): Click

Last edited by TOM_RUS : 02-14-17 at 12:26 AM.
  Reply With Quote