Xonotic
dialog_multiplayer_profile.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "tab.qh"
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);
CLASS(Object) Object
Definition: oo.qh:318
Definition: tab.qh:4
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
#define ENDCLASS(cname)
Definition: oo.qh:269
entity makeXonoticProfileTab()