BaseVehicleUpdateDamageStatus Method |
Sets the various visual damage statuses of this
BaseVehicle, such as popped tires, broken lights and
damaged panels.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public virtual 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