RemoveAll
Category: Objects
/ Existence
Since engine version: 5.1 OC
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.
Newton, 2009-07