* Get the callback to call when the script can run again. * @return The callback function to run. */
| 41 | * @return The callback function to run. |
| 42 | */ |
| 43 | Script_SuspendCallbackProc *GetSuspendCallback() { return callback; } |
| 44 | |
| 45 | private: |
| 46 | int time; ///< Amount of ticks to suspend the script. |