Difference between revisions of "Timer:reset"
From GiderosMobile
(removed language stuff) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | + | '''Available since:''' Gideros 2011.6<br/> | |
− | ''' | + | '''Class:''' [[Timer]]<br/> |
− | ''' | + | |
− | === | + | === Description === |
− | + | Stops the timer and sets the ''currentCount'' property to 0. | |
− | Stops the timer and sets the ''currentCount'' property to 0. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Timer:reset() | |
</source> | </source> | ||
{{Timer}} | {{Timer}} |
Revision as of 16:58, 15 September 2021
Available since: Gideros 2011.6
Class: Timer
Description
Stops the timer and sets the currentCount property to 0.
Timer:reset()