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 difference)

Revision as of 16:31, 9 August 2010

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 player events


Client event functions

Shared