Discuss this page on this pages TalkPage
See sysCancelTimerEvent at Xelerus
Syntax | (sysCancelTimerEvent spaceObject string) |
---|---|
Arguments | spaceObject: The space object that will call the event that needs to be canceled. |
string: The name of the event. | |
Returns | condition: True if successful, Nil otherwise. |
Category | event, system, time |
Description | Stops the named timed event from being called on the space object. |
(sysCancelTimerEvent gplayership "Success")
Stops the timed event Success from running. Return to Functions list