Searched refs:numphysent (Results 1 – 6 of 6) sorted by relevance
882 oldphysent = pmove.numphysent; in CL_LinkPlayers()885 pmove.numphysent = oldphysent; in CL_LinkPlayers()916 pmove.numphysent = 1; in CL_SetSolidEntities()932 pmove.physents[pmove.numphysent].model = cl.model_precache[state->modelindex]; in CL_SetSolidEntities()933 VectorCopy (state->origin, pmove.physents[pmove.numphysent].origin); in CL_SetSolidEntities()934 pmove.numphysent++; in CL_SetSolidEntities()1032 pent = pmove.physents + pmove.numphysent; in CL_SetSolidPlayers()1050 pmove.numphysent++; in CL_SetSolidPlayers()
163 oldphysent = pmove.numphysent; in CL_PredictMove()179 pmove.numphysent = oldphysent; in CL_PredictMove()
63 int numphysent; member
323 for (i=0 ; i< pmove.numphysent ; i++) in PM_TestPlayerPosition()366 for (i=0 ; i< pmove.numphysent ; i++) in PM_PlayerMove()
141 pmove.numphysent = 1; in Cam_DoTrace()
1269 if (pmove.numphysent == MAX_PHYSENTS) in AddLinksToPmove()1271 pe = &pmove.physents[pmove.numphysent]; in AddLinksToPmove()1272 pmove.numphysent++; in AddLinksToPmove()1334 pe = &pmove.physents[pmove.numphysent]; in AddAllEntsToPmove()1337 pmove.physents[pmove.numphysent].info = e; in AddAllEntsToPmove()1347 if (++pmove.numphysent == MAX_PHYSENTS) in AddAllEntsToPmove()1435 pmove.numphysent = 1; in SV_RunCmd()