Home | History | Annotate | Download | only in jni

Lines Matching refs:edict

107 		print ("#%-2u %-16.16s  %3i  %2i:%02i:%02i\n", j+1, client->name, (int)client->edict->u.v.frags, hours, minutes, seconds);
514 if (svs.clients[i].active && (svs.clients[i].edict->u.v.health <= 0) )
686 { // parse an edict
849 edict
946 host_client->edict->u.v.netname = host_client->name - pr_strings;
982 cl->edict->u.v.flags = (int)cl->edict->u.v.flags & ~(FL_GODMODE|FL_NOTARGET);
983 cl->edict->u.v.movetype = MOVETYPE_WALK;
1002 cl->edict->u.v.flags = (int)cl->edict->u.v.flags & ~(FL_GODMODE|FL_NOTARGET);
1003 cl->edict->u.v.movetype = MOVETYPE_WALK;
1068 if (teamplay.value && teamonly && client->edict->u.v.team != save->edict->u.v.team)
1186 host_client->edict->u.v.team = bottom + 1;
1312 // set up the edict
1313 ent = host_client->edict;