XPlor/definitions/cod/sound.xscript

11 lines
209 B
Plaintext
Raw Normal View History

2026-01-01 22:18:40 -05:00
type sound [display="Sound"]
{
i32 name_ptr [ui, readonly, display="Name Ptr"];
if (name_ptr == -1) {
name = cstring() [ui, readonly, display="Name"];
}
// TODO: Add full sound alias structure
}