View Single Post
06-15-10, 08:19 AM   #4
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
Originally Posted by zork View Post
The fuels in vehicles use "AMMOSLOT" and "FUEL" in the default color table. Others are not specified.

http://wowprogramming.com/utils/xmlb.../UnitFrame.lua
Not quite true.

When getting the UnitPowerType I have seen return values of POWER_TYPE_PYRITE and POWER_TYPE_STEAM which are not included in the standard table. So Indexing by this value *can* be problematic.

There are also POWER_TYPE_OOZE, POWER_TYPE_HEAT and POWER_TYPE_BLOOD_POWER.
  Reply With Quote