Difference between revisions of "Timer:isRunning"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[Timer]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Timer|Timer]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns the current running status of timer.
Returns the current running status of timer.<br />
 
<br /></translate>
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(bool) = Timer:isRunning()
 
(bool) = Timer:isRunning()
</source>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (bool) <translate>''true'' if the timer is running, ''false'' otherwise.</translate><br/>
+
=== Return values ===
 +
'''Returns''' (bool) ''true'' if the timer is running, ''false'' otherwise<br/>
  
 
{{Timer}}
 
{{Timer}}

Latest revision as of 23:40, 24 August 2024

Available since: Gideros 2011.6
Class: Timer

Description

Returns the current running status of timer.

(bool) = Timer:isRunning()

Return values

Returns (bool) true if the timer is running, false otherwise