Angryr
Chieftain
Let's say I were to create a custom SQL table, something like:
Is there a way to access this is Lua? Like Game.GameEvents or something?
Code:
CREATE TABLE GameEvents
(
EventId TEXT,
EventType TEXT,
-- ... Other potential fields
);
Is there a way to access this is Lua? Like Game.GameEvents or something?