Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP QC GETSURFACE

From Quake Wiki

Revision as of 16:29, 28 February 2008 by KrimZon (talk | contribs) (New page: Builtin definitions: <pre> float(entity e, float s) getsurfacenumpoints = #434; vector(entity e, float s, float n) getsurfacepoint = #435; vector(entity e, float s) getsurfacenormal = #436...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Builtin definitions:

float(entity e, float s) getsurfacenumpoints = #434;
vector(entity e, float s, float n) getsurfacepoint = #435;
vector(entity e, float s) getsurfacenormal = #436;
string(entity e, float s) getsurfacetexture = #437;
float(entity e, vector p) getsurfacenearpoint = #438;
vector(entity e, float s, vector p) getsurfaceclippedpoint = #439;

Functions to query surface information.