Difference between revisions of "ClearTimer"
From NexusWiki
LordValarian (Talk | contribs) (Created page with ''''ClearTimer'''(event_name); It deletes the local timer with the given name that is the event will not be activated. It is local, so the timer that was started by StartTimer ca...') |
(No difference)
|
Latest revision as of 03:14, 19 June 2009
ClearTimer(event_name);
It deletes the local timer with the given name that is the event will not be activated. It is local, so the timer that was started by StartTimer can only be loaded from the mission script, and the timer that was started by UniverseTimer can only be loaded from the universe script by it.