#include <Hud.h>
Inheritance diagram for Hud:
Public Methods | |
| Hud () | |
| virtual | ~Hud () |
| virtual void | draw () |
| void | setMoney (int t) |
| void | serverMessage (string message) |
| void | clearChat () |
| void | addChat (unsigned char c) |
| void | popChat () |
| string | getChat () |
| void | setOptions (vector< string > options) |
| void | nextDisplayOption () |
| void | previousDisplayOption () |
| int | getDisplayOptions () |
| void | clearDisplayOptions () |
| bool | hasDisplayOptions () |
| void | setTimeoutMessage (string str, double timeout) |
Protected Attributes | |
| vector< HudBase * > | _hudObjects |
| HudMoney * | _money |
| HudOptions * | _hudOptions |
| HudMessage * | _hudMessage |
| HudChat * | _hudChat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
draw Implements HudBase. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18