Difference between revisions of "Timer:setDelay"
From GiderosMobile
| (2 intermediate revisions by one other user 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) the time interval between timer events in milliseconds<br/> | 
| − | '''delay''': (number)  | ||
| {{Timer}} | {{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
