Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: HUD Module
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=87604
Description: I made this to make designing a HUD quicker and easier. It's a very basic system, contact me over Steam if you need a further explanation of any of the features: SamV522

Create(name, att, alignX, alignY) - Create a HUD for use with this module.

function AddElement(name, att) - Add an element(att) to the HUD by name(name)

Hide(name) - Hide a HUD using this module by name.

Delete(name) - Delete a HUD from this module by name.

GetAll() - Get all HUDs made using this module.

GetByName(name) - Get a HUD made using this module by name.

GetElements(name) - Get's the elements used in a specific HUD.

CreateElement(Name, Type, Corners, X, Y, W, H, Col, useOutline, Outline, AlignX) - Create a basic element for your HUD. (Just a rounded box :D)

CreateTextElement(Name, Text, Size, X, Y, Col, useOutline, Outline) - Create a text element for your HUD

CreateTexturedElement(Name, Texture, X, Y, Width, Height, Col) - Create a texture element for your HUD

GetAllElements() - Get ALL the elements available for use with your HUD.

Image: HUD