Functions Documentation
View Function Edit Function
Name sysCancelTypeTimerEvent
Syntax (sysCancelTypeTimerEvent type event)
Argument List type: UNID of type to cancel event on
event: name of event to cancel
Returns ??
Category system, time, type, events
Description As sysCancelObjTimerEvent but works for events set by sysAddType***Event
Example (sysCancelTypeTimerEvent &myType; 'eventNoLongerWanted)
Comment Timer events are still bound to the system that they're in, you can't just set them once and have them continue for the whole game.
gSource is invalid in the events fired by this function.