Difference between revisions of "Event.TIMER"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched on every `Timer` repeat until timer is stopped or the provided amount of repe...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Value:''' timer<br/>
 
=== Description ===
 
=== Description ===
 
This event is dispatched on every `Timer` repeat until timer is stopped or the provided amount of repeat count is reached
 
This event is dispatched on every `Timer` repeat until timer is stopped or the provided amount of repeat count is reached

Revision as of 11:44, 23 August 2018

Available since: Gideros 2011.6
Value: timer

Description

This event is dispatched on every `Timer` repeat until timer is stopped or the provided amount of repeat count is reached