Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Find_And
Category:
Objects / Search
Since engine version:
4.9.6.0 CR
Description
Search criterion: finds all objects fulfilling the specified search criteria.
Syntax
array
Find_And (
array
Criteria,
...);
Parameters
Criteria:
Search criterion in the form of a Find_* function
...:
[opt] Additional search criteria in the form of Find_* functions
Remarks
This function can be used to extend the combination if more than ten criteria are to be used.
For additional information on the use of this function see
FindObjects
.
See also:
FindObjects
Clonkonaut, Juli 2006
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script