Table of Contents

Enum PlayerWeaponState

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the state of a player's weapon.

public enum PlayerWeaponState : sbyte

Fields

LastBullet = 1

The weapon has only one bullet remaining.

MoreBullets = 2

The weapon has more than one bullet remaining.

NoBullets = 0

The weapon has no bullets remaining.

Reloading = 3

The weapon is currently reloading.

Unknown = -1

The weapon state is unknown.