Make edicts command support a search string, so it only prints edicts

with matching classnames.  Makes it easy to print out the type you want
for debugging :)
This commit is contained in:
Adam Olsen 2001-07-19 03:18:11 +00:00
parent 00d409e80c
commit a771b5bd6c
6 changed files with 23 additions and 11 deletions

View file

@ -90,7 +90,7 @@ prune_edict (progs_t *pr, edict_t *ent)
void
ED_PrintEdicts_f (void)
{
ED_PrintEdicts (&sv_pr_state);
ED_PrintEdicts (&sv_pr_state, Cmd_Argv (1));
}
/*