]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Updated console command description of prvm_edicts (it had the description of prvm_ed...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Apr 2007 16:11:13 +0000 (16:11 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 Apr 2007 16:11:13 +0000 (16:11 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7179 d7cf8633-e32d-0410-b094-e92efae38249

prvm_edict.c

index bb305ebcc9a9d289fe2ee258144af0238d941ca9..823e6b7b90347ad4d1688fcccdcf7076a1ce5193 100644 (file)
@@ -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)");