View Single Post
12/21/14, 07:41 AM   #3
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by Garkin View Post
I guess it is just a placeholder and there is no actual sound with this ID.

As far as I know if you destroy an item, you will get an "item sound":

PlayItemSound(itemSoundCategory, ITEM_SOUND_ACTION_DESTROY)
Yeah that sounds like the destroy junk sound.
I got it (SOUNDS.INVENTORY_DESTROY_JUNK) from the code for the DESTROY_ALL_JUNK dialog box clickSound.

Thanks!

Last edited by circonian : 12/21/14 at 07:44 AM.
  Reply With Quote