View Single Post
01-18-15, 12:30 PM   #14
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
And if this
Lua Code:
  1. MyAddon.frame = CreateFrame("Frame")
  2. local frame = MyAddon.frame
were done inside of a function or other block, then it's scope would be limited to that block. Just like what you just wrote.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote