Category: Objects
/ Existence
Since engine version: 1.0 OC
RemoveAll
Description
Removes all objects which are found using the search criteria.
Syntax
int RemoveAll(array Criteria, ...);
Parameters
- Criteria:
- Search criterion in the form of a Find_* function
- ...:
- [opt] Additional search criteria in the form of Find_* functions
Example
RemoveAll(Find_ID(Wipf));
All wipfs will be removed.