Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The KillTimer method is used to stop the timer. Returns 1 if timer was stopped as a result of function executed.
The syntax for accessing the method is:

Code Block
function KillTimer (id : int) : int

Method arguments:

  1. id is a required argument. It specifies the timer ID. Allowed values are int or string type.

...