Difference between revisions of "Timer:isRunning"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the current running status of timer.<br /> <br /> <source lang="lua"> (bool), = Timer:i...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (bool) | + | (bool) = Timer:isRunning() |
</source> | </source> | ||
'''Returns''' (bool) `true` if the timer is running, `false` otherwise.<br/> | '''Returns''' (bool) `true` if the timer is running, `false` otherwise.<br/> |
Revision as of 10:19, 23 August 2018
Available since: Gideros 2011.6
Description
Returns the current running status of timer.
(bool) = Timer:isRunning()
Returns (bool) `true` if the timer is running, `false` otherwise.