Difference between revisions of "Timer:stop"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Stops the timer. This function doesn&#039;t change the ''currentCount'' property.<br />
 
Stops the timer. This function doesn&#039;t change the ''currentCount'' property.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
  Timer:stop()
 
  Timer:stop()
 
</source>
 
</source>
  
 
{{Timer}}
 
{{Timer}}

Revision as of 15:31, 13 July 2023


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>