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

Difference between revisions of "DP QC GETSURFACE"

From Quake Wiki

(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...)
 
 
Line 10: Line 10:
  
 
Functions to query surface information.
 
Functions to query surface information.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:16, 25 March 2013

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.