OnClientSoundBeat: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Client event}} | {{Client event}} | ||
__NOTOC__ | __NOTOC__ | ||
{{New feature|4. | {{New feature|4.0131|1.3.1| | ||
This event is triggered when a '''sound''' beats. | This event is triggered when a '''sound''' beats. | ||
}} | }} | ||
Line 7: | Line 7: | ||
==Parameters== | ==Parameters== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
int | int theTime | ||
</syntaxhighlight> | </syntaxhighlight> | ||
*''' | *'''theTime''': the time of the beat | ||
==Source== | ==Source== |
Revision as of 16:10, 12 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