View Single Post
08-08-11, 08:50 AM   #12
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
Originally Posted by SDPhantom View Post
For named frames, you should be able to refer to their name as if it were a global. For example, a frame named "NamePlate1" should be assigned to a global variable called "NamePlate1". This is the behavior of the frame creation routine for both CreateFrame() and the XML parser. Note that if a global variable of the same name already exists, it won't be set, but the frame is still created.
How exactly would that apply here if I can ask? I'm not sure I understand.
  Reply With Quote