mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-07 13:04:58 +00:00
10 lines
304 B
Plaintext
10 lines
304 B
Plaintext
// =========================================
|
|
// ScriptFile
|
|
// =========================================
|
|
use ScriptFile;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set block buffer XFILE_BLOCK_SCRIPT;
|
|
set count buffer compressedLen;
|
|
set block bytecode XFILE_BLOCK_SCRIPT;
|
|
set count bytecode bytecodeLen; |