Discuss this page on this pages [[typCancelTimerEvent Talk Page|TalkPage]] //Added in API30// === typCancelTimerEvent === ^ Syntax | (typCancelTimerEvent unid event) | ^ Arguments | unid: The unid of the type you want to cancel the timer event on. | ^ | event: the name of the event on the type to cancel | ^ Returns | True if successful, Nil otherwise | ^ Category | [[type]], [[unid]] | ^ Description | Stops the named event from firing on the type. | === Example === (typCancelTimerEvent typeUNID "Success") Stops the timed event "Success" from running. Return to [[modding:function:type_functions|type functions]] list Return to [[:Functions]] list