VehicleModderGetWheelMod Method

RAGE Plugin Hook Documentation

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

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

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

public void GetWheelMod(
	out VehicleWheelType type,
	out int modIndex
)

Parameters

type
Type: RageVehicleWheelType

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

modIndex
Type: SystemInt32

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

See Also

Reference