View Single Post
03-08-14, 10:09 AM   #7
Caellian
A Frostmaul Preserver
 
Caellian's Avatar
Join Date: May 2006
Posts: 281
Originally Posted by Oppugno View Post
Lua Code:
  1. if plate:Visible() -- This won't be neccessary if the table only contains active nameplates
If i'm not mistaken, once nameplates aren't visible on screen they don't exist anymore, meaning that the same applies to the table, or do you mean i have to clear the table manually ?
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
  Reply With Quote