Xonotic
dialog_settings_misc_cvars.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "dialog.qh"
5  METHOD(XonoticCvarsDialog, fill, void(entity));
6  METHOD(XonoticCvarsDialog, showNotify, void(entity));
7  ATTRIB(XonoticCvarsDialog, title, string, _("Advanced settings"));
8  ATTRIB(XonoticCvarsDialog, color, vector, SKINCOLOR_DIALOG_CVARS);
9  ATTRIB(XonoticCvarsDialog, intendedWidth, float, 0.8);
10  ATTRIB(XonoticCvarsDialog, rows, float, 24);
11  ATTRIB(XonoticCvarsDialog, columns, float, 6);
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