From 1afcf4f1345700afbfe8fa77d8b02477a744bad3 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 1 Jun 2020 07:43:22 +1000 Subject: [PATCH] Update extension description to prefer "ent" as the parameter name over "e" --- dpdefs/dpextensions.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpdefs/dpextensions.qc b/dpdefs/dpextensions.qc index 1c6ec21e..9e82f028 100644 --- a/dpdefs/dpextensions.qc +++ b/dpdefs/dpextensions.qc @@ -2621,5 +2621,5 @@ float MOVETYPE_USER_LAST = 191; //idea: TimePath //darkplaces implementation: Mario //description: -//shows that the engine supports the "entity e" parameter in most builtin functions that make use of the global ("self" or "other" for example) entity +//shows that the engine supports the "entity ent" parameter in most builtin functions that make use of the global ("self" or "other" for example) entity //Note: mods are required to modify progsdefs.qc to include the parameters in the builtin functions they wish to access -- 2.39.2