OnClientSoundChangedMeta
From Multi Theft Auto: Wiki
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
--TODOSee Also
Client sound events
- onClientSoundChangedMeta
- onClientSoundFinishedDownload
- onClientSoundStream
FROM VERSION 1.4 ONWARDS
Client event functions
- addEvent
- addEventHandler
- cancelEvent
- removeEventHandler
- triggerEvent
- triggerServerEvent
- wasEventCanceled
FROM VERSION 1.3.1 ONWARDS