Timer

From Multi Theft Auto: Wiki
Revision as of 14:46, 28 August 2007 by Jbeta (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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