HomeSort by relevance Sort by last modified time
    Searched refs:groundentity (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/WinQuake/
sv_phys.cpp 287 ent->u.v.groundentity = EDICT_TO_PROG(trace.ent);
488 && PROG_TO_EDICT(check->u.v.groundentity) == pusher) )
614 && PROG_TO_EDICT(check->u.v.groundentity) == pusher) )
1038 ent->u.v.groundentity = EDICT_TO_PROG(downtrace.ent);
1251 edict_t *groundentity; local
1253 groundentity = PROG_TO_EDICT(ent->u.v.groundentity);
1254 if ((int)groundentity->u.v.flags & FL_CONVEYOR)
1255 VectorScale(groundentity->u.v.movedir, groundentity->u.v.speed, ent->u.v.basevelocity)
1371 edict_t *groundentity; local
    [all...]
sv_move.cpp 212 ent->u.v.groundentity = EDICT_TO_PROG(trace.ent);
pr_cmds.cpp 1209 ent->u.v.groundentity = EDICT_TO_PROG(trace.ent);
    [all...]
  /gdk/samples/quake/jni/
sv_phys.cpp 287 ent->u.v.groundentity = EDICT_TO_PROG(trace.ent);
488 && PROG_TO_EDICT(check->u.v.groundentity) == pusher) )
614 && PROG_TO_EDICT(check->u.v.groundentity) == pusher) )
1038 ent->u.v.groundentity = EDICT_TO_PROG(downtrace.ent);
1251 edict_t *groundentity; local
1253 groundentity = PROG_TO_EDICT(ent->u.v.groundentity);
1254 if ((int)groundentity->u.v.flags & FL_CONVEYOR)
1255 VectorScale(groundentity->u.v.movedir, groundentity->u.v.speed, ent->u.v.basevelocity)
1371 edict_t *groundentity; local
    [all...]
sv_move.cpp 212 ent->u.v.groundentity = EDICT_TO_PROG(trace.ent);
pr_cmds.cpp 1209 ent->u.v.groundentity = EDICT_TO_PROG(trace.ent);
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 87 int groundentity; member in struct:__anon11723
  /external/quake/quake/src/QW/server/
progdefs.h 106 int groundentity; member in struct:__anon11771
sv_move.c 212 ent->v.groundentity = EDICT_TO_PROG(trace.ent);
sv_phys.c 293 ent->v.groundentity = EDICT_TO_PROG(trace.ent);
471 && PROG_TO_EDICT(check->v.groundentity) == pusher) )
760 ent->v.groundentity = EDICT_TO_PROG(trace.ent);
pr_cmds.c 1033 ent->v.groundentity = EDICT_TO_PROG(trace.ent);
sv_user.c     [all...]

Completed in 361 milliseconds