View Single Post
06-15-16, 09:01 PM   #4
myrroddin
A Pyroguard Emberseer
 
myrroddin's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2008
Posts: 1,240
Originally Posted by Huldrych View Post
Could I expose the core mod as a Global Object?
Certainly.
Code:
local CoreMod = {}
_G.CoreMod = CoreMod -- now in the global scope
It might be easier to post your code.
  Reply With Quote