Xonotic
dialog_credits.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "dialog.qh"
5  METHOD(XonoticCreditsDialog, fill, void(entity));
6  METHOD(XonoticCreditsDialog, focusEnter, void(entity));
7  ATTRIB(XonoticCreditsDialog, title, string, _("Credits"));
8  ATTRIB(XonoticCreditsDialog, tooltip, string, _("The Xonotic credits"));
9  ATTRIB(XonoticCreditsDialog, color, vector, SKINCOLOR_DIALOG_CREDITS);
10  ATTRIB(XonoticCreditsDialog, intendedWidth, float, SKINWIDTH_CREDITS);
11  ATTRIB(XonoticCreditsDialog, rows, float, SKINROWS_CREDITS);
12  ATTRIB(XonoticCreditsDialog, columns, float, 2);
13  ATTRIB(XonoticCreditsDialog, creditsList, entity);
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