Difference between revisions of "Timer:setDelay"
From GiderosMobile
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
| − | ''' | + | '''Class:''' [[Timer]]<br/> |
| − | === | + | |
| − | + | === Description === | |
| − | Sets the time interval between timer events in milliseconds. | + | Sets the time interval between timer events in milliseconds. |
| − | + | <syntaxhighlight lang="lua"> | |
| − | < | + | Timer:setDelay(delay) |
| − | + | </syntaxhighlight> | |
| − | </ | + | |
| − | === | + | === Parameters === |
| − | '''delay''': (number) | + | '''delay''': (number) the time interval between timer events in milliseconds<br/> |
| + | |||
| + | {{Timer}} | ||
Latest revision as of 22:44, 24 August 2024
Available since: Gideros 2011.6
Class: Timer
Description
Sets the time interval between timer events in milliseconds.
Timer:setDelay(delay)
Parameters
delay: (number) the time interval between timer events in milliseconds