View Single Post
10-07-15, 12:41 AM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Nikita S. Doroshenko View Post
Lua Code:
  1. local function HideAdvancedInderface()
  2.     -- code
  3. end
  4. HideAdvancedInderface()
Just FYI, there's absolutely no benefit to wrapping one-time code in a function, then immediately calling the function. Just write the code and skip the function wrapper.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote