Find_Not

Category: Objects / Search
Since engine version: 1.0 OC

Description

Search criterion: finds all objects which do NOT fulfill the specified criterion.

Syntax

array Find_Not(array Criteria);

Parameter

Criteria:
Search criterion in the form of a Find_* function

Remark

For additional information on the use of this function see FindObjects.

Example

FindObjects(Find_Distance(50), Find_Not(Find_Distance(30))
Returns a list of all objects which are at at least 30 but no more than 50 pixel distance.
See also: FindObjects
Clonkonaut, 2006-07