User Tools

Site Tools


modding:function:typcanceltimerevent

Discuss this page on this pages 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 type functions list

Return to Functions list

modding/function/typcanceltimerevent.txt · Last modified: 2017/01/20 03:23 by xephyr