View Single Post
01-17-15, 02:56 PM   #8
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Yeah, it is local to the function, in exactly the same way as it would be had you done this:
Code:
function addon.FunctionInFileB()
     local var
end
__________________
Grab your sword and fight the Horde!
  Reply With Quote