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

Revision as of 16:27, 28 February 2008

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.