From bda58817f75ce10fe1f612ef33c5cfba189f5bbe Mon Sep 17 00:00:00 2001 From: dresk Date: Tue, 24 Apr 2007 16:11:13 +0000 Subject: [PATCH] Updated console command description of prvm_edicts (it had the description of prvm_edictset) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7179 d7cf8633-e32d-0410-b094-e92efae38249 --- prvm_edict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prvm_edict.c b/prvm_edict.c index bb305ebc..823e6b7b 100644 --- a/prvm_edict.c +++ b/prvm_edict.c @@ -1970,7 +1970,7 @@ PRVM_Init void PRVM_Init (void) { Cmd_AddCommand ("prvm_edict", PRVM_ED_PrintEdict_f, "print all data about an entity number in the selected VM (server, client, menu)"); - Cmd_AddCommand ("prvm_edicts", PRVM_ED_PrintEdicts_f, "set a property on an entity number in the selected VM (server, client, menu)"); + Cmd_AddCommand ("prvm_edicts", PRVM_ED_PrintEdicts_f, "prints all data about all entities in the selected VM (server, client, menu)"); Cmd_AddCommand ("prvm_edictcount", PRVM_ED_Count_f, "prints number of active entities in the selected VM (server, client, menu)"); Cmd_AddCommand ("prvm_profile", PRVM_Profile_f, "prints execution statistics about the most used QuakeC functions in the selected VM (server, client, menu)"); Cmd_AddCommand ("prvm_fields", PRVM_Fields_f, "prints usage statistics on properties (how many entities have non-zero values) in the selected VM (server, client, menu)"); -- 2.39.2