VehicleControl
Controls for functions related to vehicle
GetLoadableResources
Definition
Returns a list of resources in the corresponding vehicle that can handle the product.
Parameters
Type
Description
Product
The product object.
Vehicle
The vehicle object.
Return
Type
Description
Default
List<Resource>
A list of resources that can be processed.
Example (Default Logic)
Last updated