Audio::triggerMusicEvent: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
List of all usable event names found in b617d used with this native. Sorted alphabetically and identical names removed: pastebin.com/RzDFmB1W<br><br>All music event names found in the b617d scripts: pastebin.com/GnYt0R3P==Syntax==<syntaxhighlight lang="javascript">audio.triggerMusicEvent(eventName);</syntaxhighlight>=== Required Arguments ===*'''eventName:''' String===Return value===*'''Boolean'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Audio_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | List of all usable event names found in b617d used with this native. Sorted alphabetically and identical names removed: pastebin.com/RzDFmB1W<br><br>All music event names found in the b617d scripts: pastebin.com/GnYt0R3P | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">audio.triggerMusicEvent(eventName);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''eventName:''' String | |||
===Return value=== | |||
*'''Boolean''' | |||
==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
List of all usable event names found in b617d used with this native. Sorted alphabetically and identical names removed: pastebin.com/RzDFmB1W
All music event names found in the b617d scripts: pastebin.com/GnYt0R3P
Syntax
audio.triggerMusicEvent(eventName);
Required Arguments
- eventName: String
Return value
- Boolean
Example
todo