func_event_timerticks.rst 320 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_event_timerticks:
  2. ==========
  3. TimerTicks
  4. ==========
  5. TimerTicks -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. TimerTicks( timer:TTimer )
  10. Get timer tick counter
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The number of times @timer has ticked over
  16. Examples
  17. ========
  18. See Also
  19. ========