Click or drag to resize

VehicleUpdateDamageStatus Method

Sets the various visual damage statuses of this vehicle, such as popped tires, broken lights and damaged panels.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public void UpdateDamageStatus(
	int panels,
	int doors,
	int lights,
	int tires
)

Parameters

panels
Type: SystemInt32
A set of bits containing the panel damage status.
doors
Type: SystemInt32
A set of bits containing the door damage status.
lights
Type: SystemInt32
A set of bits containing the light damage status.
tires
Type: SystemInt32
A set of bits containing the tire damage status.
See Also