VehicleModderSetWheelMod Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Rage.VehicleModder.SetWheelMod(Rage.VehicleWheelType,System.Int32,System.Boolean)"]

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public void SetWheelMod(
	VehicleWheelType type,
	int modIndex,
	bool customTires
)

Parameters

type
Type: RageVehicleWheelType

[Missing <param name="type"/> documentation for "M:Rage.VehicleModder.SetWheelMod(Rage.VehicleWheelType,System.Int32,System.Boolean)"]

modIndex
Type: SystemInt32

[Missing <param name="modIndex"/> documentation for "M:Rage.VehicleModder.SetWheelMod(Rage.VehicleWheelType,System.Int32,System.Boolean)"]

customTires
Type: SystemBoolean

[Missing <param name="customTires"/> documentation for "M:Rage.VehicleModder.SetWheelMod(Rage.VehicleWheelType,System.Int32,System.Boolean)"]

See Also

Reference