KillTimer

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search


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.