LabelHandling

by Cameron
A compilation of a few label procs that I often use in my projects. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Cameron.LabelHandling##version=3

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

byond://Cameron.LabelHandling##version=3

207 downloads
Version 2
Date added: Aug 30 2008
Last updated: Jul 29 2009
1 fan
Version 1:
Library added to the BYOND hub.

Version 1:
Added bitflags for certain procs

Information:
- Documentation is in the source
- A Demonstration on using the library is in the source.

labeltext(player, label_id, text, text_color)
Changes a labels text

labelborder(player, label_id, border)
Changes a labels border.

labelimage(player, label_id, image, stretch)
Changes a labels image aswell as the ability of stretching the image.

labelvisibility(player, label_id, visibility)
Changes a labels visibility on the interface.

labelwraptext(player, label_id, wrap)
Changes wether a label should wrap text or not.