Xonotic
dialog_teamselect.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "rootdialog.qh"
6  METHOD(XonoticTeamSelectDialog, showNotify, void(entity));
7  ATTRIB(XonoticTeamSelectDialog, title, string, _("Team Selection"));
8  ATTRIB(XonoticTeamSelectDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT);
9  ATTRIB(XonoticTeamSelectDialog, intendedWidth, float, 0.4);
10  ATTRIB(XonoticTeamSelectDialog, rows, float, 5);
11  ATTRIB(XonoticTeamSelectDialog, columns, float, 4);
12  ATTRIB(XonoticTeamSelectDialog, name, string, "TeamSelect");
17  ATTRIB(XonoticTeamSelectDialog, requiresConnection, float, true);
vector color
CLASS(Object) Object
Definition: oo.qh:318
entity() spawn
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
vector(float skel, float bonenum) _skel_get_boneabs_hidden
#define ENDCLASS(cname)
Definition: oo.qh:269