OnClientSoundChangedMeta: Difference between revisions

From Multi Theft Auto: Wiki
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…')
 
No edit summary
Line 20: Line 20:


==See Also==
==See Also==
===Client player events===
===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


Client event functions