OnClientSoundChangedMeta: Difference between revisions
Jump to navigation
Jump to search
(Created page with '__NOTOC__ {{Client event}} This event is triggered when a sound's meta tags have been modified. ==Parameters== <syntaxhighlight lang="lua"> string streamTitle </syntaxhighlight> *'''streamTitle''': The…') |
OpenIDUser34 (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
==See Also== | ==See Also== | ||
===Client | ===Client sound events=== | ||
{{Sound_events}} | {{Sound_events}} | ||
===Client event functions=== | ===Client event functions=== |
Revision as of 22:05, 22 February 2012
This event is triggered when a sound's meta tags have been modified.
Parameters
string streamTitle
- streamTitle: The title of a specific stream
Source
The source of this event is the sound of which the meta tags have just been modified.
Example
--TODO
See Also
Client sound events
- onClientSoundBeat
- onClientSoundChangedMeta
- onClientSoundFinishedDownload
- onClientSoundStarted
- onClientSoundStopped
- onClientSoundStream