42class UIFakkLabel :
public UILabel
49 int m_stat_configstring;
52 int m_inventoryrendermodelindex;
54 qboolean m_rendermodel;
55 statbar_orientation_t m_statbar_or;
61 vec3_t m_rotateoffset;
70 CLASS_PROTOTYPE(UIFakkLabel);
74 void LayoutPlayerStat(
Event *ev);
75 void LayoutPlayerStatAlpha(
Event *ev);
76 void LayoutPlayerStatConfigstring(
Event *ev);
77 void LayoutMaxPlayerStat(
Event *ev);
78 void LayoutItemIndex(
Event *ev);
79 void InventoryRenderModelIndex(
Event *ev);
80 void LayoutModelName(
Event *ev);
81 void ClearInvItemReference(
Event *ev);
82 void LayoutStatbar(
Event *ev);
83 void LayoutStatbarShader(
Event *ev);
84 void LayoutStatbarTileShader(
Event *ev);
85 void LayoutStatbarShader_Flash(
Event *ev);
86 void LayoutStatbarShader_Marker(
Event *ev);
87 void LayoutStatbarEndAngles(
Event *ev);
88 void LayoutStatbarNeedleWidth(
Event *ev);
89 void LayoutStatbarRotatorSize(
Event *ev);
90 void LayoutStatbarTileShader_Flash(
Event *ev);
91 void LayoutRenderModel(
Event *ev);
92 void LayoutRenderModelOffset(
Event *ev);
93 void LayoutRenderModelRotateOffset(
Event *ev);
94 void LayoutRenderModelAngles(
Event *ev);
95 void LayoutRenderModelScale(
Event *ev);
96 void LayoutRenderModelAnim(
Event *ev);
98 void DrawStatbar(
float frac);
99 void DrawStatCircle(
float frac);
100 void DrawStatNeedle(
float frac);
101 void DrawStatRotator(
float frac);
102 void DrawStatCompass(
float frac);
103 void DrawStatSpinner(
float frac);
104 void StatCircleTexCoord(
float fAng, vec3_t vTexCoord);
106 void Draw(
void)
override;