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...)
(No difference)

Revision as of 14:46, 28 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