From: bones_was_here Date: Fri, 1 Sep 2023 10:32:35 +0000 (+1000) Subject: Update dpdefs/upstream X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c44096e10523a96b9c9b4ed41b3f8be213d17b2;p=xonotic%2Fxonotic-data.pk3dir.git Update dpdefs/upstream See darkplaces@4225123f87643f8a240ba4a6759067d0efc25693 --- diff --git a/qcsrc/dpdefs/upstream/csprogsdefs.qc b/qcsrc/dpdefs/upstream/csprogsdefs.qc index 4cff5482a..e392bf8ea 100644 --- a/qcsrc/dpdefs/upstream/csprogsdefs.qc +++ b/qcsrc/dpdefs/upstream/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