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
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native StartSound takes sound soundHandle returns nothing