From 4225123f87643f8a240ba4a6759067d0efc25693 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Fri, 1 Sep 2023 20:30:51 +1000 Subject: [PATCH] Add missing DP_QC_FINDCHAIN_TOFIELD declarations to CSQC defs --- dpdefs/csprogsdefs.qc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dpdefs/csprogsdefs.qc b/dpdefs/csprogsdefs.qc index d78e6b0b..39d70246 100644 --- a/dpdefs/csprogsdefs.qc +++ b/dpdefs/csprogsdefs.qc @@ -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 -- 2.39.2