Difference between revisions of "Event.TIMER COMPLETE"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === This event is dispatched only when `Timer` reached the provided amount of repeat count.") |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' timerComplete<br/> | ||
+ | '''Defined by:''' [[Timer]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | This event is dispatched only when | + | This event is dispatched only when Timer reached the provided amount of repeat count. |
+ | |||
+ | {{Timer}} |
Latest revision as of 22:49, 24 August 2024
Available since: Gideros 2011.6
Value: timerComplete
Defined by: Timer
Description
This event is dispatched only when Timer reached the provided amount of repeat count.