func_event_stoptimer.rst 315 B

12345678910111213141516171819202122232425262728293031323334
  1. .. _func_event_stoptimer:
  2. =========
  3. StopTimer
  4. =========
  5. StopTimer -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. StopTimer( timer:TTimer )
  10. Stop a timer
  11. Once stopped, a timer can no longer be used.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========