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

  /external/quake/quake/src/QW/server/
sv_move.c 238 ent->v.ideal_yaw = yaw;
249 delta = ent->v.angles[YAW] - ent->v.ideal_yaw;
290 olddir = anglemod( (int)(actor->v.ideal_yaw/45)*45 );
357 actor->v.ideal_yaw = olddir; // can't move
414 !SV_StepDirection (ent, ent->v.ideal_yaw, dist))
progdefs.h 139 float ideal_yaw; member in struct:__anon5208
pr_cmds.c 1257 ideal = ent->v.ideal_yaw;
  /external/quake/quake/src/WinQuake/
sv_move.cpp 238 ent->u.v.ideal_yaw = yaw;
249 delta = ent->u.v.angles[YAW] - ent->u.v.ideal_yaw;
290 olddir = anglemod( (int)(actor->u.v.ideal_yaw/45)*45 );
357 actor->u.v.ideal_yaw = olddir; // can't move
422 !SV_StepDirection (ent, ent->u.v.ideal_yaw, dist))
pr_cmds.cpp 1419 ideal = ent->u.v.ideal_yaw;
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 120 float ideal_yaw; member in struct:__anon5160

Completed in 30 milliseconds