Difference between revisions of "Timer:start"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Starts the timer.<br /> | Starts the timer.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Timer:start() | Timer:start() | ||
</source> | </source> | ||
{{Timer}} | {{Timer}} |
Revision as of 14:31, 13 July 2023
Available since: Gideros 2011.6
Class: Timer
Description
Starts the timer.
<syntaxhighlight lang="lua">
Timer:start()
</source>