Chute: RemoveBlockage
Called to remove a previously created blockage on the Chute
No error is produced if RemoveBlockage is called with a non-existent Blockage handle.
A Blockage can only be removed by specifying its handle.
Refer to the script example for Conveyor.
Function
void RemoveBlockage(blockagehandle: integer)
Parameters
| Name | Type | Description |
|---|---|---|
| blockageHandle | Integer | The handle for the blockage to remove |
Return Value
None