VSLib
Simple, powerful VScript Library for L4D2
 All Classes Namespaces Files Functions Pages
Package VSLib.HUD

A bunch of classes that will make designing a HUD via code so much easier. More...

Classes

class  Bar
 Progress bar HUD item. This is a HUD item that acts as a configurable progress bar. One can easily use this HUD item to display numerical values and percentages. Example uses would be stamina/magic bars, health bars, fuel bars, and whatever else you can think of. More...
 
class  Countdown
 Countdown HUD item. This is a HUD item that acts as a countdown. When the countdown is over, it fires a function of your choice. More...
 
class  Item
 Binds external data in an intuitive way. More...
 
class  Menu
 Navigatable menu HUD item. A very limited menu system. Panel displays for all users (due to HUD limitations) but is navigated by a single person. Right-click to fly through menu options, and left click to select a menu item. Options are key-function pairs. When the user selects an option, the menu is closed and the function associated with the option is called. See the API for example usage. More...
 

Detailed Description

A bunch of classes that will make designing a HUD via code so much easier.