Skip to main content
Version: 8.2607.0.x LTS26

Timer object methods

MethodDescriptionSample
timer:getTime()Returns the current time in milliseconds.now = timer:getTime()
timer:sleep(duration)Sleeps for the specified duration in milliseconds.timer:sleep(2000)