We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f5ef4 commit 2d14824Copy full SHA for 2d14824
1 file changed
cache2-ts/src/ScriptVarType.ts
@@ -131,6 +131,7 @@ export class ScriptVarType {
131
static readonly hitsplat = this.t({ id: 62, char: "×", jag: "hitmark", type: "HitsplatID" });
132
static readonly struct = this.t({ id: 73, char: "J", jag: "struct", type: "StructID" });
133
static readonly dbRow = this.t({ id: 74, char: "Ð", jag: "dbrow", type: "DBRowID" });
134
+ static readonly dbTable = this.t({ id: 118, char: "Ø", jag: "dbtable", type: "DBTableID" });
135
static readonly varp = this.t({ id: 209, char: "7", jag: "varp", type: "VarPID" });
136
137
// 49, 56, 71, 110, 115, 116 are base long
0 commit comments