OnClientSoundBeat: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Client event}}
{{Client event}}
{{Needs Example}}
__NOTOC__  
__NOTOC__  
{{New feature|3.0131|1.3.1|
{{New feature|3.0131|1.3.1|

Revision as of 13:24, 16 February 2015

Accessories-text-editor.png Script Example Missing Event OnClientSoundBeat needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


This event is triggered when a sound beats.

[[{{{image}}}|link=|]] Note: This event does not work correctly pre 1.3.1-9-04627
[[{{{image}}}|link=|]] Note: This event is triggered ahead of a sound beat the number passed is the play time at which the beat occurs

Parameters

double theTime
  • theTime: the position in the song of the beat

Source

The source of this event is the sound's element.

Example

-- Not done yet

Requirements

Minimum server version n/a
Minimum client version 1.3.0-9.04162

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.0-9.04162" />

See Also

Client sound events


Client event functions