Xonotic
dialog_hudpanel_physics.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "rootdialog.qh"
6  ATTRIB(XonoticHUDPhysicsDialog, title, string, _("Physics Panel"));
7  ATTRIB(XonoticHUDPhysicsDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT);
8  ATTRIB(XonoticHUDPhysicsDialog, intendedWidth, float, 0.4);
9  ATTRIB(XonoticHUDPhysicsDialog, rows, float, 15.5);
10  ATTRIB(XonoticHUDPhysicsDialog, columns, float, 4);
11  ATTRIB(XonoticHUDPhysicsDialog, name, string, "HUDphysics");
12  ATTRIB(XonoticHUDPhysicsDialog, sliderTopspeedTime, entity);
13  ATTRIB(XonoticHUDPhysicsDialog, requiresConnection, float, true);
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