Find_Property
Kategorie:
Objekte / Suche
Ab Engineversion:
7.0 OC
Beschreibung
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:
Aufzurufende Funktion
Anmerkung
Für weitere Informationen und Beispiele zur Benutzung dieser Funktion sehe
FindObjects
.
Beispiel
FindObjects
(
Find_Distance
(20),
Find_Property
(
"Collectible"
))
Returns all nearby collectible objects.
Siehe auch:
FindObjects
Sven2, 2015-08