KillTimer: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Welcome| desc=Kills a previously created timer using SetTimer| params=<syntaxhighlight lang="lua">(timerid)</syntaxhighlight> <poem>::timerid : The id of the timer, retu...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Welcome| | {{Welcome| | ||
desc=Kills a previously created timer using [[SetTimer]]| | desc=Kills a previously created timer using [[SetTimer]] or [[SetTimerEx]]| | ||
params=<syntaxhighlight lang="lua">(timerid)</syntaxhighlight> | params=<syntaxhighlight lang="lua">(timerid)</syntaxhighlight> | ||
<poem>::timerid : The id of the timer, returned by SetTimer.</poem>| | <poem>::timerid : The id of the timer, returned by SetTimer.</poem>| | ||
Line 7: | Line 7: | ||
</source>| | </source>| | ||
relfuncs=*[[SetTimer]] | relfuncs=*[[SetTimer]] | ||
*[[SetTimerEx]] | |||
}} | }} |
Latest revision as of 08:41, 13 November 2022
Description:
Kills a previously created timer using SetTimer or SetTimerEx
Parameters:
(timerid)
timerid : The id of the timer, returned by SetTimer.
Return Values:
This function does not return any specific values.
Example
KillTimer (id);
Related Functions
The following functions may be helpful as they relate to this function in one way or another.