Vehicle.cargoContainsItem 3
Check if vehicle inventory contains a specific item
Return value
Return Type | Description |
---|---|
bool | True if item with same Id is found in the inventory of the vehicle |
Parameters
Parameter | Type | Description |
---|---|---|
1 | string | Id of the item to search |
Examples
No examples available.