Home | History | Annotate | Download | only in jni

Lines Matching refs:e2

153 void SV_Impact (edict_t *e1, edict_t *e2)
164 pr_global_struct->other = EDICT_TO_PROG(e2);
168 if (e2->u.v.touch && e2->u.v.solid != SOLID_NOT)
170 pr_global_struct->self = EDICT_TO_PROG(e2);
172 PR_ExecuteProgram (e2->u.v.touch);