Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Find_Not
Category:
Objects / Search
Since engine version:
4.9.6.0 CR
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, Juli 2006
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script