Click or drag to resize

BulletHitType Enumeration

Contains all types of things bullets can hit.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public enum BulletHitType
Members
  Member nameValueDescription
None0 Hit nothing.
Player1 Hit a player.
Vehicle2 Hit a vehicle.
Object3 Hit an GlobalObject.
PlayerObject4 Hit a PlayerObject.
Remarks
See Also