StartSound

Parameters
soundHandle sound
comment

Starts the sound.

note

You can only play the same sound handle once.

note

You can only play 16 sounds in general.

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.

patch

1.00

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