mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
21 lines
475 B
TypeScript
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,
|
|
};
|