Hooks/Shared/onShipmentRemoved
Jump to navigation
Jump to search
Hook | |
Hook name | onShipmentRemoved(number num, table itemTable) |
Description: | |
Called when a shipment was removed. | |
Returns: | nil |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Hooks/Shared/onShipmentRemoved]onShipmentRemoved hook[/url][/b] |
Parameters[edit]
- num (number)
- itemTable (table)
The index of this item.
The table containing all the info about this item.
Return values[edit]
This hook does not accept return values. You can still return a value to override the default implementation of this hook.