-
Notifications
You must be signed in to change notification settings - Fork 113
Find List Item object class
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 find list item object - new FindListItem('graphic', [color='0xFFFF'], [comment=''], [count=0], [findProtertyList])
Create a new subject object for the search with the specified parameters
Result: A new object of type FindListItemObject.
Result: Image ID for the search.
Result: Color for the search.
Result: Comment on the item.
Result: Quantity (only for the organizer in restock mode).
Result: A list of properties to search for, objects of type FindItemPropertyObject.
- void findItem.SetGraphic('value');
Change the ID of the image to search for value.
If '0xFFFF' or 'any' is specified, this field is ignored.
- void findItem.SetColor('value');
Change the color for the search to value.
If '0xFFFF' or 'any' is specified, this field is ignored.
Change item comment to value.
Change the quantity to search for value (only for the organizer in restock mode).
If 0 is specified, this field is ignored.
Change the list of properties for searching the subject to findPropertyList.