Show / Hide Table of Contents

Struct PedWeapon

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct PedWeapon

Properties

| Edit this page View Source

Ammo

Declaration
public ushort Ammo { readonly get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

AmmoInClip

Declaration
public ushort AmmoInClip { readonly get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

Slot

Declaration
public byte Slot { readonly get; set; }
Property Value
Type Description
byte
| Edit this page View Source

Type

Declaration
public byte Type { readonly get; set; }
Property Value
Type Description
byte
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX