From: Mario Date: Sun, 31 May 2020 21:43:22 +0000 (+1000) Subject: Update extension description to prefer "ent" as the parameter name over "e" X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1afcf4f1345700afbfe8fa77d8b02477a744bad3;p=xonotic%2Fdarkplaces.git Update extension description to prefer "ent" as the parameter name over "e" --- 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