Rochet2 / AIO

AIO is a pure lua server-client communication system for Eluna and WoW.

Home Page:http://rochet2.github.io/AIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global variables

Rochet2 opened this issue · comments

Need a way to access global variables on server side.
Possible implementation through a list of table keys:
func("A", "B", 5) = _G.A.B[5]

No longer relevant