4 CLASS(XonoticProfileTab, XonoticTab)
5 METHOD(XonoticProfileTab, fill, void(entity));
6 METHOD(XonoticProfileTab, draw, void(entity));
7 ATTRIB(XonoticProfileTab, intendedWidth, float, 0.9);
8 ATTRIB(XonoticProfileTab, rows, float, 23);
9 ATTRIB(XonoticProfileTab, columns, float, 6.1); // added extra .2 for center space
10 ATTRIB(XonoticProfileTab, playerNameLabel, entity);
11 ATTRIB(XonoticProfileTab, playerNameLabelAlpha, float, SKINALPHA_HEADER);
12 ATTRIB(XonoticProfileTab, name, string, "profile");
13 ENDCLASS(XonoticProfileTab)
14 entity makeXonoticProfileTab();