Difference between revisions of "Event.TIMER"
From GiderosMobile
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Value:''' timer<br/> |
| − | ''' | + | '''Defined by:''' [[Timer]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | This event is dispatched on every Timer repeat until timer is stopped or the provided amount of repeat count is reached. | |
{{Timer}} | {{Timer}} | ||
Revision as of 22:48, 24 August 2024
Available since: Gideros 2011.6
Value: timer
Defined by: Timer
Description
This event is dispatched on every Timer repeat until timer is stopped or the provided amount of repeat count is reached.