Skip to content

Commit 2d14824

Browse files
committed
cache2/ScriptVarType: add dbtable type
1 parent 85f5ef4 commit 2d14824

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cache2-ts/src/ScriptVarType.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class ScriptVarType {
131131
static readonly hitsplat = this.t({ id: 62, char: "×", jag: "hitmark", type: "HitsplatID" });
132132
static readonly struct = this.t({ id: 73, char: "J", jag: "struct", type: "StructID" });
133133
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" });
134135
static readonly varp = this.t({ id: 209, char: "7", jag: "varp", type: "VarPID" });
135136

136137
// 49, 56, 71, 110, 115, 116 are base long

0 commit comments

Comments
 (0)