Thread: Chat Categories
View Single Post
07/08/14, 03:37 AM   #5
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
The constant names can be found in the global table under "zz OTHER CONSTS". Unfortunatley they are jsut put there right next to groups of cosntants (no seperation by constant types).
Going over every entry in the global table and only extracting those that start with "CHAT_CATEGORY_" might be an option.
And I also need to make sure to get the Cateogry numbers, not the Channel Numbers (different things).
  Reply With Quote