Difference between revisions of "Timer.pauseAll"

From GiderosMobile
(removed language stuff)
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 />
+
Pauses all timers. Suitable for temporarily pausing all timers when application is paused.
Pause all timers. Suitable for temporarily pausing all timers when application is paused.<br />
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
Timer.pauseAll()
+
Timer.pauseAll()
 
</source>
 
</source>
  
 
{{Timer}}
 
{{Timer}}

Revision as of 14:12, 15 September 2021