KillTimer

From NPC for VCMP 0.4 Servers
Revision as of 13:36, 20 March 2022 by Habi (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
Kills a previously created timer using SetTimer


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.