| Functions Documentation |
|
| Name |
sysCancelTimerEvent |
| Syntax |
(sysCancelTimerEvent spaceObject string) |
| Argument List |
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 |
system, event, 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. |
| Comment |
Allows you to stop a timed event from running. |