Hosting and domain costs until October 2024 have been generously sponsored by dumptruck_ds. Thank you!

DP QC FINDFLOAT

From Quake Wiki

Revision as of 02:15, 25 March 2013 by Hectate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Builtin definitions:

entity(entity start, .entity fld, entity match) findentity = #98;
entity(entity start, .float fld, float match) findfloat = #98;

Finds an entity or float field value, similar to find(), but for entity and float fields.