]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Update dpdefs/upstream
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 1 Sep 2023 10:32:35 +0000 (20:32 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 1 Sep 2023 10:32:35 +0000 (20:32 +1000)
See darkplaces@4225123f87643f8a240ba4a6759067d0efc25693

qcsrc/dpdefs/upstream/csprogsdefs.qc

index 4cff5482abff6c4d512cacbb565fb67685039a69..e392bf8eab5403e94c179858f1a21a10457332a2 100644 (file)
@@ -1443,6 +1443,13 @@ void(float fh, entity e) writetofile = #606;
 float(string s) isfunction = #607;
 void(entity e, string s) parseentitydata = #608;
 
+//DP_QC_FINDCHAIN_TOFIELD
+//see: dpextensions.qc
+entity(vector org, float rad, .entity tofield) findradius_tofield = #22;
+entity(.string fld, string match, .entity tofield) findchain_tofield = #402;
+entity(.float fld, float match, .entity tofield) findchainflags_tofield = #450;
+entity(.float fld, float match, .entity tofield) findchainfloat_tofield = #403;
+
 //DP_COVERAGE
 //idea: divVerent
 //darkplaces implementation: divVerent