Click or drag to resize

WeaponState Enumeration

Contains all weapon states.

Namespace:  SampSharp.GameMode.Definitions
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public enum WeaponState
Members
  Member nameValueDescription
Unknown-1 Unknown state.
NoBullets0 Weapon is out of bullets.
LastBullet1 Last bullet in gun.
MoreBullets2 More bullets in gun.
Reloading3 Weapon is reloading.
See Also