]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Update extension description to prefer "ent" as the parameter name over "e" Mario/ext_entityparam
authorMario <mario@smbclan.net>
Sun, 31 May 2020 21:43:22 +0000 (07:43 +1000)
committerMario <mario@smbclan.net>
Sun, 31 May 2020 21:43:22 +0000 (07:43 +1000)
dpdefs/dpextensions.qc

index 1c6ec21e9121c445f4b543f1dd750b286a632352..9e82f028409ad785e34f43b1d178e35d342b210c 100644 (file)
@@ -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