private Dictionary <object, object> getTableDictionary(string name) { if (!_isLoaded) { return(null); } return(_lua.GetTableDict(getTable(name))); }