Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_sound_get_kind
(
view raw script w/o annotations or w/e
)
1
function sound_get_kind()
2
{
3
show_debug_message("sound_get_kind - deprecated function");
4
return 0;
5
}