Difference between revisions of "Timer"

From Lianjapedia
Jump to: navigation, search
(Methods)
(Events)
Line 43: Line 43:
 
====Events====
 
====Events====
  
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
+
This class supports the the following events:
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"

Revision as of 11:40, 10 April 2019

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Interval RW Numeric Interval for timer timeout in milliseconds

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset the timer
Start None Start the timer
Stop None Stop the timer

Events

This class supports the the following events:

Event Args Description
timer None Occurs on timer timeout