gmc-jam-3/scripts/sound_stop/sound_stop.gml

11 lines
234 B
Plaintext
Raw Permalink Normal View History

function sound_stop(argument0) {
// ------------------------------------------------------------
/// @description Stops a given sound.
/// @param index The index of the sound to stop
audio_stop_sound( argument0 );
}