12345678910111213141516171819202122232425262728293031323334 |
- .. _func_event_stoptimer:
- =========
- StopTimer
- =========
- StopTimer -
- Description
- ===========
- .. code-block:: blitzmax
- StopTimer( timer:TTimer )
- Stop a timer
- Once stopped, a timer can no longer be used.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|