Client side moveclip. More...
Data Fields | |
vec3_t | boxmins |
vec3_t | boxmaxs |
const float * | mins |
const float * | maxs |
const float * | start |
const float * | end |
trace_t | trace |
const le_t * | passle |
const le_t * | passle2 |
int | contentmask |
const edict_t * | passedict |
Client side moveclip.
Server side moveclip - see cmodel.c.
Definition at line 1401 of file cl_localentity.c.
enclose the test object along entire move
Definition at line 1402 of file cl_localentity.c.
Referenced by CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
Definition at line 1402 of file cl_localentity.c.
Referenced by CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
search these in your trace - see MASK_*
Definition at line 1407 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
const float * moveclip_t::end |
Definition at line 1404 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
const float * moveclip_t::maxs |
size of the moving object
Definition at line 1403 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
const float * moveclip_t::mins |
Definition at line 1403 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
const edict_t* moveclip_t::passedict |
Definition at line 365 of file sv_world.c.
Referenced by SV_ClipMoveToEntities(), and SV_Trace().
const le_t* moveclip_t::passle |
Definition at line 1406 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), and CL_Trace().
const le_t * moveclip_t::passle2 |
ignore these for clipping
Definition at line 1406 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), and CL_Trace().
const float * moveclip_t::start |
Definition at line 1404 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().
Definition at line 1405 of file cl_localentity.c.
Referenced by CL_ClipMoveToLEs(), CL_Trace(), SV_ClipMoveToEntities(), and SV_Trace().