Thread Tools Display Modes
08-10-17, 04:10 AM   #1
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
Constants

Where can I find an overview of the constants that WOW uses?

I can find FrameXML/Constants.lua and GlueXML.Constants.lua.
But I am talking about constants like LE_UNIT_STAT_STRENGTH or RAID_CLASS_COLORS_hex.
__________________
Better to fail then never have tried at all.
  Reply With Quote
08-10-17, 06:18 AM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
RAID_CLASS_COLORS is declared in SharedXML/Util.lua.

Other variables not found in extracted files can be found at https://www.townlong-yak.com/framexm...ix/LuaEnum.lua (look around those Helix extracts for other things like a complete list of functions, events, or even texture data).

Last edited by Kanegasi : 08-10-17 at 06:20 AM.
  Reply With Quote
08-10-17, 07:45 AM   #3
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
@Kanegasi, thats what I wanted to know.
Thx
__________________
Better to fail then never have tried at all.
  Reply With Quote
08-10-17, 09:52 AM   #4
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
You can use WUT (Who Uses That) to search for the declaration.

https://www.townlong-yak.com/globe/w...D_CLASS_COLORS
  Reply With Quote
08-11-17, 12:11 AM   #5
Yukyuk
A Chromatic Dragonspawn
 
Yukyuk's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2015
Posts: 179
@p3lim, convenienent site, added to favorites.
Thx
__________________
Better to fail then never have tried at all.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Constants

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off