VehicleDeform Method

RAGE Plugin Hook Documentation

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

Applies deformation to this vehicle.

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

public void Deform(
	Vector3 offset,
	float radius,
	float amount
)

Parameters

offset
Type: RageVector3
The offset to deform the vehicle at, in entity space.
radius
Type: SystemSingle
The radius to apply the deformation in.
amount
Type: SystemSingle
The amount of deformation to apply.
See Also

Reference