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

  /external/quake/quake/src/QW/server/
pr_edict.c 219 ED_FindFunction
222 dfunction_t *ED_FindFunction (char *name)
770 func = ED_FindFunction (s);
934 func = ED_FindFunction ( PR_GetString(ent->v.classname) );
1042 if ((f = ED_FindFunction ("SpectatorConnect")) != NULL)
1044 if ((f = ED_FindFunction ("SpectatorThink")) != NULL)
1046 if ((f = ED_FindFunction ("SpectatorDisconnect")) != NULL)
  /external/quake/quake/src/WinQuake/
pr_edict.cpp 223 ED_FindFunction
226 dfunction_t *ED_FindFunction (const char *name)
778 func = ED_FindFunction (s);
962 func = ED_FindFunction ( pr_strings + ent->u.v.classname );

Completed in 21 milliseconds