audio.createSound: Difference between revisions

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

edits