WeaponState Enumeration |
Namespace: SampSharp.Entities.SAMP
public enum WeaponState
Member name | Value | Description | |
---|---|---|---|
Unknown | -1 | Unknown state. | |
NoBullets | 0 | Weapon is out of bullets. | |
LastBullet | 1 | Last bullet in gun. | |
MoreBullets | 2 | More bullets in gun. | |
Reloading | 3 | Weapon is reloading. |