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-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic 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