Timer

by Audeuro
Simple, yet accurate timer. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Audeuro.Timer##version=6

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Audeuro.Timer##version=6

678 downloads
Version 6
Date added: Jan 3 2007
Last updated: Jul 29 2009
5 fans
This is a simple, yet accurate timer that I made in my spare time for testing around.

Changelog

Version 6:
  • Added Pause() and updated the demo to demonstrate this.
  • Fixed a problem where Seconds() with a lap-timer wouldn't add the current time if the timer was running.


Version 4:
  • Whoops, mistakenly rounded numbers.


Version 3:
  • Fixed a few bugs with the library in ticks mode, and the demo. (Mobius Evalon)

Version 2:
  • Added the ability to get all times in ticks, as opposed to seconds. This allows for greater accuracy, I believe.