View Single Post
01-06-19, 12:59 PM   #7
FranekW
A Cyclonian
 
FranekW's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 44
@Fizzlemizz and @LanceDH thanks for the answers. It's much clearer now but it leads to another question. In the expression:

Lua Code:
  1. local _, core = ...

what exactly does the table "core" contains? I don't understand how a lua file can pass anything outside. Do we create that table at the end of a file? If I use a function analogy, we can return anything if we use "return" but with file, it's confusing. Thanks.

Last edited by FranekW : 01-06-19 at 01:02 PM.
  Reply With Quote