Timer:stop
From GiderosMobile
Available since: Gideros 2011.6
Class: Timer
Description
Stops the timer. This function doesn't change the currentCount property.
<syntaxhighlight lang="lua">
Timer:stop()
</source>
Available since: Gideros 2011.6
Class: Timer
Stops the timer. This function doesn't change the currentCount property.
<syntaxhighlight lang="lua">
Timer:stop()
</source>