RemoveAll

Category: Objects / Existence
Since engine version: 1.0 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.
See also: CreateObject, FindObjects, RemoveObject
Newton, 2009-07