mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
15 lines
373 B
Plaintext
15 lines
373 B
Plaintext
// =========================================
|
|
// LoadedSound
|
|
// =========================================
|
|
use LoadedSound;
|
|
set string name;
|
|
set name name;
|
|
|
|
// MssSound
|
|
use MssSound;
|
|
set block data XFILE_BLOCK_TEMP;
|
|
set reusable data;
|
|
set count data info::data_len;
|
|
set condition info::data_ptr never;
|
|
set condition info::initial_ptr never;
|
|
set action SetSoundData(MssSound); |