12 lines
255 B
Ucode
12 lines
255 B
Ucode
class SoundGroup extends Sound
|
|
native
|
|
hidecategories(Object)
|
|
noexport;
|
|
|
|
var deprecated String Package;
|
|
|
|
var(Sound) native array<Sound> Sounds;
|
|
var const transient native float TotalLikelihood;
|
|
|
|
var const transient Sound RenderedSound;
|