Category: Objects
/ Search
Since engine version: 7.0 OC
Find_Property
Description
Search criterion: Finds all objects which have the property set to a value that converts to boolean true.
Syntax
array Find_Property(string function);
Parameter
- function:
- Function to call
Remark
For additional information on the use of this function see FindObjects.
Example
FindObjects(Find_Distance(20), Find_Property("Collectible"))
Returns all nearby collectible objects.
See also: FindObjects