Timer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
m (New page: A '''timer''' object refers to a timer set to execute a function a certain number of times with a specified delay. Note that after a timer has completed all its iterations, it is destroye...)
 
mNo edit summary
Line 1: Line 1:
A '''timer''' object refers to a timer set to execute a function a certain number of times with a specified delay.
A [[timer]] object refers to a timer set to execute a function a certain number of times with a specified delay.


Note that after a timer has completed all its iterations, it is destroyed and any stored pointers to it become invalid.
Note that after a timer has completed all its iterations, it is destroyed and any stored pointers to it become invalid.

Revision as of 22:06, 30 August 2007

A timer object refers to a timer set to execute a function a certain number of times with a specified delay.

Note that after a timer has completed all its iterations, it is destroyed and any stored pointers to it become invalid.

Related scripting functions