Xonotic
dialog_monstertools.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "rootdialog.qh"
6  ATTRIB(XonoticMonsterToolsDialog, title, string, _("Monster Tools"));
7  ATTRIB(XonoticMonsterToolsDialog, color, vector, SKINCOLOR_DIALOG_SANDBOXTOOLS);
8  ATTRIB(XonoticMonsterToolsDialog, intendedWidth, float, 0.8);
9  ATTRIB(XonoticMonsterToolsDialog, rows, float, 16);
10  ATTRIB(XonoticMonsterToolsDialog, columns, float, 4);
11  ATTRIB(XonoticMonsterToolsDialog, name, string, "MonsterTools");
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