View Single Post
04/09/14, 02:43 PM   #2
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
ITEM_SOUND_CATEGORY used for items and is usually tied to the sound it generates, such as with weapons and armor clanking etc.

ABILITY_TYPE is used as an identifier for the type of abilities that can be found in Skill Trees

You could probably figure the others out over time based on their names.

For the most part they are just named constants for numbers used by the lua system and possibly the game to make things easier to read than 65535 or 3 etc. Especially when using the same number for different areas of the game.

Last edited by Xrystal : 04/09/14 at 02:46 PM.