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

Difference between revisions of "DP QC FINDFLOAT"

From Quake Wiki

(New page: Builtin definitions: <pre> entity(entity start, .entity fld, entity match) findentity = #98; entity(entity start, .float fld, float match) findfloat = #98; </pre> Finds an entity or float...)
 
 
Line 6: Line 6:
  
 
Finds an entity or float field value, similar to find(), but for entity and float fields.
 
Finds an entity or float field value, similar to find(), but for entity and float fields.
 +
[[Category:DarkPlaces]]

Latest revision as of 02:15, 25 March 2013

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.