32#define SURF_NODAMAGE 0x1i
34#define SURF_SLICK 0x2i
38#define SURF_LADDER 0x8i
40#define SURF_NOIMPACT 0x10i
42#define SURF_NOMARKS 0x20i
44#define SURF_Q3FLESH 0x40i
46#define SURF_NODRAW 0x80i
48#define SURF_HINT 0x100i
50#define SURF_SKIP 0x200i
52#define SURF_NOLIGHTMAP 0x400i
54#define SURF_POINTLIGHT 0x800i
56#define SURF_METALSTEPS 0x1000i
58#define SURF_NOSTEPS 0x2000i
60#define SURF_NONSOLID 0x4000i
62#define SURF_LIGHTFILTER 0x8000i
64#define SURF_ALPHASHADOW 0x10000i
66#define SURF_NODLIGHT 0x20000i
68#define SURF_DUST 0x40000i
71const int CONTENTBIT_NONE = 0x00000000i;
73const int CONTENTBIT_SOLID = 0x00000001i;
74const int CONTENTBIT_UNUSED1 = 0x00000002i;
75const int CONTENTBIT_UNUSED2 = 0x00000004i;
76const int CONTENTBIT_LAVA = 0x00000008i;
79const int CONTENTBIT_SLIME = 0x00000010i;
81const int CONTENTBIT_WATER = 0x00000020i;
83const int CONTENTBIT_UNUSED3 = 0x00000040i;
84const int CONTENTBIT_GRENADECLIP = 0x00000080i;
86const int CONTENTBIT_UNUSED4 = 0x00000100i;
87const int CONTENTBIT_UNUSED5 = 0x00000200i;
88const int CONTENTBIT_UNUSED6 = 0x00000400i;
89const int CONTENTBIT_UNUSED7 = 0x00000800i;
91const int CONTENTBIT_UNUSED8 = 0x00001000i;
92const int CONTENTBIT_UNUSED9 = 0x00002000i;
93const int CONTENTBIT_FTELADDER = 0x00004000i;
94const int CONTENTBIT_VEHICLECLIP = 0x00008000i;
96const int CONTENTBIT_PLAYERCLIP = 0x00010000i;
98const int CONTENTBIT_MONSTERCLIP = 0x00020000i;
100const int CONTENTBIT_PROJECTILE = 0x00040000i;
101const int CONTENTBIT_UNUSED12 = 0x00080000i;
103const int CONTENTBIT_CLUSTERPORTAL = 0x00100000i;
104const int CONTENTBIT_DONOTENTER = 0x00200000i;
105const int CONTENTBIT_BOTCLIP = 0x00400000i;
106const int CONTENTBIT_MOVER = 0x00800000i;
108const int CONTENTBIT_UNUSED13 = 0x01000000i;
109const int CONTENTBIT_BODY = 0x02000000i;
110const int CONTENTBIT_CORPSE = 0x04000000i;
111const int CONTENTBIT_UNUSED14 = 0x08000000i;
113const int CONTENTBIT_UNUSED15 = 0x10000000i;
114const int CONTENTBIT_Q2LADDER = 0x20000000i;
115const int CONTENTBIT_UNUSED16 = 0x40000000i;
116const int CONTENTBIT_SKY = 0x80000000i;
119const int CONTENTBITS_MONSTER = CONTENTBIT_SOLID|CONTENTBIT_BODY|CONTENTBIT_MONSTERCLIP|CONTENTBIT_BOTCLIP;
130 GSMATERIAL_GLASS_UNBREAKABLE,
string Materials_SurfDataForTexture(string)
Returns the SurfData assigned to the texture.
Definition: materials.qc:194
void Materials_Init(void)
Initializes the material -> surfdata look-up table.
Definition: materials.qc:360