Audio::playSound: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/A8Ny8AHZ==Syntax==<syntaxhighlight lang="javascript">audio.playSound(soundId, audioName, audioRef, p3, p4, p5);</syntaxhighlight>=== Required Arguments ===*'''soundId:''' int*'''audioName:''' String*'''audioRef:''' String*'''p3:''' Boolean*'''p4:''' unknown (to be checked)*'''p5:''' Boolean===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Audio_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/A8Ny8AHZ | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">audio.playSound(soundId, audioName, audioRef, p3, p4, p5);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''soundId:''' int | |||
*'''audioName:''' String | |||
*'''audioRef:''' String | |||
*'''p3:''' Boolean | |||
*'''p4:''' unknown (to be checked) | |||
*'''p5:''' Boolean | |||
===Return value=== | |||
*'''Undefined''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Audio_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 19:54, 6 May 2017
All found occurrences in b617d, sorted alphabetically and identical lines removed: pastebin.com/A8Ny8AHZ
Syntax
audio.playSound(soundId, audioName, audioRef, p3, p4, p5);
Required Arguments
- soundId: int
- audioName: String
- audioRef: String
- p3: Boolean
- p4: unknown (to be checked)
- p5: Boolean
Return value
- Undefined
Example
todo