This site has been archived and made available for preservation purposes. No edits can be made.

KillTimer

(Difference between revisions)
Return to current revision
  1. +
    Terminates a timer created by [wiki]CreateTimer[/wiki] or [wiki]CreateTimerEx[/wiki].
    [h="2"] Declaration [/h]
    [highlight=cpp]
    VAULTSCRIPT VAULTSPACE Void (*VAULTAPI(KillTimer))(VAULTSPACE Timer) _CPP(noexcept);
    [/highlight]
    [highlight=c]
    native KillTimer(timer);
    [/highlight]
    [h="2"] Parameters [/h]
    [b][wiki="Timer"]Timer[/wiki][/b] - the timer ID returned by [wiki]CreateTimer[/wiki] or [wiki]CreateTimerEx[/wiki]
    [h="2"] Return value [/h]
    None.
    [h="2"] Related pages [/h]
    [list][*][wiki]CreateTimer[/wiki]
    [*][wiki]CreateTimerEx[/wiki]
    [/LIST]
    [category]VaultMP interface[/category]
    [category]Scripting functions[/category]
    [category]Misc functions[/category]