Tire Assets
Tires (localized as “tools”) are created from the ItemTireAsset class. They are useables that allow for adding and removing tires from vehicles.
This inherits the VehicleRepairToolAsset class.
Item Asset Properties
GUID 32-digit hexadecimal: Refer to GUID documentation.
Type enum (Tire
)
Useable enum (Tire
)
ID uint16: Must be a unique identifier.
Tire Asset Properties
Mode enum (Add
, Remove
): How the usable should interact with tires. Mode Add
will consume the item to add a tire to the vehicle. Mode Remove
allows the usable to remove tires, adding the corresponding item to the player’s inventory.