Difference between revisions of "Timer:stop"
From GiderosMobile
| m (Text replacement - "<source" to "<syntaxhighlight") | m (Text replacement - "</source>" to "</syntaxhighlight>") | ||
| Line 9: | Line 9: | ||
| <syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
|   Timer:stop() |   Timer:stop() | ||
| − | </ | + | </syntaxhighlight> | 
| {{Timer}} | {{Timer}} | ||
Revision as of 14:33, 13 July 2023
Available since: Gideros 2011.6
Class: Timer
Description
Stops the timer. This function doesn't change the currentCount property.
 Timer:stop()
