HUDmeter

by Shadowdarke
A simple library for managing single tile and multi-tile meters on the HUD. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Shadowdarke.HUDmeter##version=1

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

byond://Shadowdarke.HUDmeter##version=1

2030 downloads
Version 1
Date added: Feb 6 2005
Last updated: Jul 29 2009
4 fans
HUDmeter makes managing single tile and multi-tile meters in client.screen (often called the Heads Up Display or HUD) easy. Set up a HUDmeter with just a few lines of code, then your program need only call the meter's Update() proc when related values change.

The included demo shows examples of many styles of meters that HUDmeter can support.