]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Add missing DP_QC_FINDCHAIN_TOFIELD declarations to CSQC defs
authorbones_was_here <bones_was_here@xonotic.au>
Fri, 1 Sep 2023 10:30:51 +0000 (20:30 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Fri, 1 Sep 2023 10:30:51 +0000 (20:30 +1000)
dpdefs/csprogsdefs.qc

index d78e6b0b425c3a0fe5e5cf9e6f5d3dadc6e4b684..39d7024668360edd435e7bdfa50e0e88600e38ae 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