-
Notifications
You must be signed in to change notification settings - Fork 113
Find Property object class
Hotride edited this page Dec 8, 2019
·
2 revisions
Command format:
ReturnType NameSpace.name(requiredParameters, [optionalParameters=defaultValue]);
-
ReturnType - the return value of the function (void - the function returns nothing);
-
NameSpace - the scope of the function;
-
name - the name of the function;
-
requiredParameters - required parameters;
-
optionalParameters - optional parameters, the default value is indicated after the = sign
- Create new property object - new FindItemProperty('name', [minValue=0], [maxValue=100])
Create a new object property object for the search with the specified parameters
Result: A new object of type FindItemPropertyObject.
Результат: Property name
Результат: The minimum value to search.
Результат: The maximum value to search.
Set property name.
Change the minimum value of a property to value.
Change the maximum value of a property to value.