Difference between revisions of "Timer.pauseAll"
From GiderosMobile
(removed language stuff) |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2011.6<br/> | |
| − | ''' | + | '''Class:''' [[Timer]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Pauses all timers. Suitable for temporarily pausing all timers when application is paused. | |
| − | |||
| − | |||
<source lang="lua"> | <source lang="lua"> | ||
| − | + | Timer.pauseAll() | |
</source> | </source> | ||
{{Timer}} | {{Timer}} | ||
Revision as of 14:12, 15 September 2021
Available since: Gideros 2011.6
Class: Timer
Description
Pauses all timers. Suitable for temporarily pausing all timers when application is paused.
Timer.pauseAll()