View Single Post
10-13-10, 08:44 AM   #2
Xubera
A Cobalt Mageweaver
 
Xubera's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 207
_G is a table in the wow enviroment that contains EVERY global object... variables, function calls, frames, tables, everything

and because _G is a table, you can access it like

_G["RuneButtonIndividual"..x]:SetAlpha() --x is a number variable :P


hope that helps
__________________
Chat Consolidate is the solution to any out of control trade chat. Ignore lines, throttle chat, consolidate posts!Follow the link to find out how!

▲ ▲ WoWInterface wont let me triforce >.>
  Reply With Quote