CrossBeltSorter: OnProductAdded
Invoked when a product is added to the cross belt sorter
Note: This event does not support multiple subscription. Previous subscription will be lost if subscribe twice.
⚡ Event
void xxxxxxxxxxxxxxxxx(sender: object, product: Product, source: object, beltIndex: integer);
⚙️ Parameters
Name | Type | Description |
---|---|---|
sender |
Object | The object associated with the changed property |
product |
Product | The added product |
source |
Object | The object from which the product is coming |
beltIndex |
Integer | The belt index which the product is added to. See note at the bottom of the page |