ShoeSorter: DivertShoes
Called to change the position of a shoe diverter
🔁 Function
void DivertShoes(target: Conveyor, state: boolean);
⚙️ Parameters
| Name | Type | Description |
|---|---|---|
target |
Conveyor | The conveyor associated with the divert request |
state |
Boolean | True is a request to divert, false is a request to not divert |
↩️ Return Value
None