Timer: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
* [[killTimer]]
* [[killTimer]]
* [[setTimer]]
* [[setTimer]]
* [[getTimerDetails]]

Revision as of 10:25, 12 March 2011

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