Xonotic
dialog_disconnect.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "dialog.qh"
6  ATTRIB(XonoticDisconnectDialog, title, string, _("Disconnect"));
7  ATTRIB(XonoticDisconnectDialog, tooltip, string, _("Disconnect from the server you are connected to"));
8  ATTRIB(XonoticDisconnectDialog, color, vector, SKINCOLOR_DIALOG_QUIT);
9  ATTRIB(XonoticDisconnectDialog, intendedWidth, float, 0.5);
10  ATTRIB(XonoticDisconnectDialog, rows, float, 3);
11  ATTRIB(XonoticDisconnectDialog, colums, float, 2);
12  ATTRIB(XonoticDisconnectDialog, name, string, "Disconnect");
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