Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_sound_exists
(
view raw script w/o annotations or w/e
)
1
function sound_exists(arg0)
2
{
3
return audio_exists(arg0);
4
}