#include <HUD-Manager.hpp>

Öffentliche Methoden | |
| void | init (global_data_pointers pointers, CBitmapFont *bmFont) |
| AHUDElement * | registerHUD (int maxValue, const int *ActualValue, HUDType Type, int posX, int posY, int width, int height, int size=15) |
| AHUDElement * | registerHUD (float maxValue, const float *ActualValue, HUDType Type, int posX, int posY, int width, int height, int size=15) |
| AHUDElement * | registerHUD (const std::string *data, HUDType Type, int posX, int posY, CBitmapFont *bmFont, int fontsize=15, int size=138) |
| std::string * | registerHUD (int posX, int posY, CBitmapFont *bmFont, HUDType Type=SET_TEXT, int size=15) |
| AHUDElement * | registerHUD (bool *play_Info, std::list< SInfo * > *Infos, CBitmapFont *bmFont) |
| void | draw () |
Definiert in Zeile 37 der Datei HUD-Manager.hpp.
| AHUDElement * CHUDManager::registerHUD | ( | const std::string * | data, | |
| HUDType | Type, | |||
| int | posX, | |||
| int | posY, | |||
| CBitmapFont * | bmFont, | |||
| int | fontsize = 15, |
|||
| int | size = 138 | |||
| ) |
1.5.6