Esempio n. 1
0
 public Table(ScriptState luaState, string tableName)
 {
     _luaState     = luaState;
     _index        = LuaCore.GetGlobalRef(_luaState, tableName, ScriptTypes.Table);
     _readTableWay = ReadTableWay.ByName;
     Refresh();
 }