Difference between revisions of "Timer.RemoveIfExists"

From Nomad DB
(Created page with "Safely removes a named timer which was created by timer.Create. This function does not work with simple timers. == Syntax == <syntaxhighlight lang="lua"> timer.RemoveIfEx...")
 
(No difference)

Latest revision as of 11:17, 3 August 2020

Safely removes a named timer which was created by timer.Create. This function does not work with simple timers.

Syntax

timer.RemoveIfExists(name)
  • name: string (Timer name)

Related Pages