Discuss this page on this pages [[sysCancelTimerEvent Talk Page|TalkPage]] === sysCancelTimerEvent === See [[http://xelerus.de/index.php?s=functions&function=238|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. | === Example === (sysCancelTimerEvent gplayership "Success") Stops the timed event Success from running. Return to [[:Functions]] list