6,834
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{ScriptItem2 | ||
| | |name = audio.createSound | ||
|side = client | |||
|type = function | |type = function | ||
| | |games = iii vc sa iv | ||
| | |desc = add a sound that optionally loops | ||
| | |arg1 = Stream audioData The stream of audio data. | ||
|arg2 = bool loop Whether to play the sound repeatedly. | |||
| | |return = Sound a sound object | ||
| | |freturn = void | ||
| | |||
}} | }} |
edits