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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax 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