6 Commits

Author SHA1 Message Date
octacian
27d812f563 Rename to HUD Library [hudlib] 2017-03-14 11:54:35 -07:00
octacian
d880b0b460 Add hudplus.hud_set
Allows setting a piece of data related to an HUD stored in the HUDs table. Also makes a minor improvement to hud_get so that rather than creating a table for the specified player if none exists (meaning that the HUD does not exist either), we simply return.
2017-03-14 11:24:24 -07:00
octacian
b16573e10c Add hudplus.register and hudplus.unregister
Add or remove an HUD for all players.
2017-03-13 16:32:32 -07:00
octacian
a3e7268fb6 Add HUD on_step
Can be specified with add_hud, called every globalstep.
2017-03-13 16:23:38 -07:00
octacian
dae1562a45 Add hudplus.after
Prevents calls to  from stacking up and causing HUDs to disappear too quickly by using a named-queue and global steps.
2017-03-12 23:40:53 -07:00
octacian
7b472db8eb Add API 2017-03-05 12:23:02 -08:00