From Fortress Forever Wiki
Jump to navigationJump to search
|
HUD items are visuals you can stick up on the player's screen through Lua. We use them for showing the player flag status and other useful information.
| LUA Command |
Description
|
| AddHudIcon( player, HudIconType, NameOfHudIcon, X, Y, Width, Height, Align ) |
adds HUD icon to given player of given type. Name is generally taken from the flag entity to apply the right kind. X, Y, W, H, and A are all standard.
|
| AddHudIconToAll( HudIconType, NameOfHudUcon, X, Y, W, H, A ) |
adds HUD icon to all players like those used for flag info.
|
| AddHudText |
Puts a bit of text on the screen.
|
| AddHudTextToAll |
|
| AddHudTimer |
Puts a countdown timer on the screen.
|
| AddHudTimerToAll |
|
| RemoveHudItem |
|
| RemoveHudItemFromAll |
|
|
Pages in category "HUD Items"
The following 10 pages are in this category, out of 10 total.