|
|
@ -248,7 +248,7 @@ typedef enum { ignore_monsters=1, dont_ignore_monsters=0, missile=2 } IGNORE_MON |
|
|
|
typedef enum { ignore_glass=1, dont_ignore_glass=0 } IGNORE_GLASS; |
|
|
|
typedef enum { ignore_glass=1, dont_ignore_glass=0 } IGNORE_GLASS; |
|
|
|
extern void UTIL_TraceLine (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, edict_t *pentIgnore, TraceResult *ptr); |
|
|
|
extern void UTIL_TraceLine (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, edict_t *pentIgnore, TraceResult *ptr); |
|
|
|
extern void UTIL_TraceLine (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, IGNORE_GLASS ignoreGlass, edict_t *pentIgnore, TraceResult *ptr); |
|
|
|
extern void UTIL_TraceLine (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, IGNORE_GLASS ignoreGlass, edict_t *pentIgnore, TraceResult *ptr); |
|
|
|
typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 }; |
|
|
|
enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 }; |
|
|
|
extern void UTIL_TraceHull (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, int hullNumber, edict_t *pentIgnore, TraceResult *ptr); |
|
|
|
extern void UTIL_TraceHull (const Vector &vecStart, const Vector &vecEnd, IGNORE_MONSTERS igmon, int hullNumber, edict_t *pentIgnore, TraceResult *ptr); |
|
|
|
extern TraceResult UTIL_GetGlobalTrace (void); |
|
|
|
extern TraceResult UTIL_GetGlobalTrace (void); |
|
|
|
extern void UTIL_TraceModel (const Vector &vecStart, const Vector &vecEnd, int hullNumber, edict_t *pentModel, TraceResult *ptr); |
|
|
|
extern void UTIL_TraceModel (const Vector &vecStart, const Vector &vecEnd, int hullNumber, edict_t *pentModel, TraceResult *ptr); |
|
|
|