mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 05:01:26 +00:00
380e397d5b
builtin crash in menus
29 lines
1 KiB
R
29 lines
1 KiB
R
#include "physics.h"
|
|
|
|
float trace_allsolid;
|
|
float trace_startsolid;
|
|
float trace_fraction;
|
|
vector trace_endpos;
|
|
vector trace_plane_normal;
|
|
float trace_plane_dist;
|
|
entity trace_ent;
|
|
float trace_inopen;
|
|
float trace_inwater;
|
|
|
|
|
|
void (vector ang) makevectors = #1;
|
|
void (vector v1, vector v2, float nomonsters, entity forent) traceline = #16;
|
|
entity () checkclient = #17;
|
|
float (float yaw, float dist) walkmove = #32;
|
|
float () droptofloor = #34;
|
|
void (float style, string value) lightstyle = #35;
|
|
float (entity e) checkbottom = #40;
|
|
float (vector v) pointcontents = #41;
|
|
vector (entity e, float speed) aim = #44;
|
|
void () ChangeYaw = #49;
|
|
void (float step) movetogoal = #67;
|
|
integer (entity ent, vector point) hullpointcontents = #0x000f0000 + 93;
|
|
vector (integer hull, integer max) getboxbounds = #0x000f0000 + 94;
|
|
integer () getboxhull = #0x000f0000 + 95;
|
|
void (integer hull) freeboxhull = #0x000f0000 + 96;
|
|
void (integer hull, vector right, vector forward, vector up, vector mins, vector maxs) rotate_bbox = #0x000f0000 + 97;
|