123456789101112131415161718192021222324252627282930313233 |
- .. _func_event_timerticks:
- ==========
- TimerTicks
- ==========
- TimerTicks -
- Description
- ===========
- .. code-block:: blitzmax
- TimerTicks( timer:TTimer )
- Get timer tick counter
- Parameters
- ==========
- Return Values
- =============
- The number of times @timer has ticked over
- Examples
- ========
- See Also
- ========
|