* Get the amount of ticks the script should be suspended. * @return The amount of ticks to suspend the script. */
| 35 | * @return The amount of ticks to suspend the script. |
| 36 | */ |
| 37 | int GetSuspendTime() { return time; } |
| 38 | |
| 39 | /** |
| 40 | * Get the callback to call when the script can run again. |