![]() |
DDraceNetwork Documentation
|
#include <engine/graphics.h>#include <engine/shared/config.h>#include <engine/textrender.h>#include <engine/shared/protocol7.h>#include <generated/client_data.h>#include <game/client/animstate.h>#include <game/client/gameclient.h>#include <game/client/prediction/entities/character.h>#include <memory>#include <vector>#include "nameplates.h"Classes | |
| class | CNamePlatePart |
| class | CNamePlatePartText |
| class | CNamePlatePartIcon |
| class | CNamePlatePartSprite |
| class | CNamePlatePartNewLine |
| class | CNamePlatePartDirection |
| class | CNamePlatePartClientId |
| class | CNamePlatePartFriendMark |
| class | CNamePlatePartName |
| class | CNamePlatePartClan |
| class | CNamePlatePartHookStrongWeak |
| class | CNamePlatePartHookStrongWeakId |
| class | CNamePlate |
| class | CNamePlates::CNamePlatesData |
Typedefs | |
| using | PartsVector = std::vector< std::unique_ptr< CNamePlatePart > > |
Enumerations | |
| enum | Direction { DIRECTION_LEFT , DIRECTION_UP , DIRECTION_RIGHT } |
Variables | |
| static constexpr float | DEFAULT_PADDING = 5.0f |
| static constexpr ColorRGBA | s_OutlineColor = ColorRGBA(0.0f, 0.0f, 0.0f, 0.5f) |
| using PartsVector = std::vector<std::unique_ptr<CNamePlatePart> > |