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

Difference between revisions of "DP QC FINDFLAGS"

From Quake Wiki

(New page: Builtin definitions: <pre> entity(entity start, .float fld, float match) findflags = #449; </pre> Finds an entity with the specified flag set in the field, similar to find().)
 
 
Line 5: Line 5:
  
 
Finds an entity with the specified flag set in the field, similar to find().
 
Finds an entity with the specified flag set in the field, similar to find().
 +
[[Category:DarkPlaces]]

Latest revision as of 02:15, 25 March 2013

Builtin definitions:

entity(entity start, .float fld, float match) findflags = #449;

Finds an entity with the specified flag set in the field, similar to find().