View Single Post
09-19-11, 06:20 PM   #10
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
Originally Posted by Haleth View Post
Code:
table.insert(UISpecialFrames, yourframehere)
The Blizzard script that closes frames in the UISpecialFrames table uses a SecureCall, and thus shouldn't cause any taint even when the frame is tainted.
It won't. I make several frames closable via this method, as do many other AddOn authors. In fact, it's the only real way to do this without taint.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote