Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/10/16, 11:42 AM   #1
Provision
 
Provision's Avatar
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 43
Multiple file

Hi,

I don't find documentation about that. How can I call function in another file ?

Thank.


This doesn't work :
Code:
--file 1 
function TeamFormation_createLAM2Panel ()

end
Code:
--file 2
local function TeamFormation_OnAddOnLoad(eventCode, addOnName)
    TeamFormation_createLAM2Panel()
end
  Reply With Quote
 

ESOUI » Developer Discussions » Lua/XML Help » Multiple file


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off