Difference between revisions of "Timer:stop"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Stops the timer. This function doesn't change the `currentCount` property.<br /> <br /> <s...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | Timer:stop() | |
</source> | </source> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2011.6
Description
Stops the timer. This function doesn't change the `currentCount` property.
Timer:stop()