Struct PedWeapon
Inherited Members
Namespace: SlipeServer.Packets.Definitions.Entities.Structs
Assembly: SlipeServer.Packets.dll
Syntax
public struct PedWeapon
Properties
| Edit this page View SourceAmmo
Declaration
public ushort Ammo { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |
AmmoInClip
Declaration
public ushort AmmoInClip { readonly get; set; }
Property Value
Type | Description |
---|---|
ushort |
Slot
Declaration
public byte Slot { readonly get; set; }
Property Value
Type | Description |
---|---|
byte |
Type
Declaration
public byte Type { readonly get; set; }
Property Value
Type | Description |
---|---|
byte |