Xonotic
dialog_settings_user_languagewarning.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "dialog.qh"
6  ATTRIB(XonoticLanguageWarningDialog, title, string, _("Warning"));
7  ATTRIB(XonoticLanguageWarningDialog, color, vector, SKINCOLOR_DIALOG_HUDCONFIRM);
8  ATTRIB(XonoticLanguageWarningDialog, intendedWidth, float, 0.6);
10  ATTRIB(XonoticLanguageWarningDialog, columns, float, 4);
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