StartSound

Parameters
soundHandle sound
comment

Starts the sound.

note

Sounds of the same filepath (on different sound handles) must have a delay of at least 0.1 seconds inbetween them to be played. You can overcome this by starting one earlier and then using SetSoundPosition.

note

You can only play 16 sounds in general.

note

You can only play the same sound handle once.

return type
nothing
Source code
native StartSound                   takes sound soundHandle returns nothing
Source
sound.j
wc3modding.com
StartSound