Files
rsmv/generated/clientscriptdata.d.ts
2024-02-02 03:47:47 +01:00

21 lines
475 B
TypeScript

// GENERATED DO NOT EDIT
// This source data is located at '..\src\opcodes\clientscriptdata.jsonc'
// run `npm run filetypes` to rebuild
export type clientscriptdata = {
byte0: (number|0),
switchsize: (number|0),
switches: {
value: number,
jump: number,
}[][],
longargcount: (number|0),
stringargcount: number,
intargcount: number,
locallongcount: (number|0),
localstringcount: number,
localintcount: number,
instructioncount: number,
opcodedata: Buffer,
};