OnClientSoundBeat: Difference between revisions
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
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.
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
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