KillTimer

From NPC for VCMP 0.4 Servers
Revision as of 08:41, 13 November 2022 by 127.0.0.1 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.