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().)
(No difference)

Revision as of 16:26, 28 February 2008

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().