OnClientSoundBeat: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (fixed 'event will does not work') |
||
Line 4: | Line 4: | ||
This event is triggered when a '''sound''' beats. | This event is triggered when a '''sound''' beats. | ||
}} | }} | ||
{{Note|This event | {{Note|This event does not work correctly pre 1.3.1-9-04627}} | ||
==Parameters== | ==Parameters== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> |
Revision as of 06:19, 13 September 2012
Parameters
int theTime
- theTime: the time of the beat
Source
The source of this event is the sound's element.
Example
-- Not done yet
Requirements
This template will be deleted.
See Also
Client sound events
- onClientSoundBeat
- onClientSoundChangedMeta
- onClientSoundFinishedDownload
- onClientSoundStarted
- onClientSoundStopped
- onClientSoundStream
Client event functions
- triggerLatentServerEvent
- triggerServerEvent
- Shared
- addEvent
- addEventHandler
- cancelEvent
- cancelLatentEvent
- getEventHandlers
- getLatentEventHandles
- getLatentEventStatus
- removeEventHandler
- triggerEvent
- wasEventCancelled