10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
|
function sound_stop_all() {
|
||
|
// ------------------------------------------------------------
|
||
|
/// @description Stops a given sound.
|
||
|
audio_stop_all();
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|