Xonotic
crosshairpreview.qh
Go to the documentation of this file.
1 #pragma once
2 
3 #include "../item.qh"
5  METHOD(XonoticCrosshairPreview, configureXonoticCrosshairPreview, void(entity));
7  ATTRIB(XonoticCrosshairPreview, src, string);
8  ATTRIB(XonoticCrosshairPreview, src2, string);
10  ATTRIB(XonoticCrosshairPreview, disabledAlpha, float, SKINALPHA_DISABLED);
CLASS(Object) Object
Definition: oo.qh:318
entity() spawn
bool disabled
#define METHOD(cname, name, prototype)
Definition: oo.qh:257
#define ATTRIB(...)
Definition: oo.qh:136
Definition: item.qh:8
#define ENDCLASS(cname)
Definition: oo.qh:269
entity makeXonoticCrosshairPreview()