Show / Hide Table of Contents

Class WeaponConstants

Inheritance
object
WeaponConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Constants
Assembly: SlipeServer.Server.dll
Syntax
public class WeaponConstants

Properties

| Edit this page View Source

ClipCountsPerWeapon

Declaration
public static Dictionary<WeaponId, ushort> ClipCountsPerWeapon { get; }
Property Value
Type Description
Dictionary<WeaponId, ushort>
| Edit this page View Source

ModelsPerWeapon

Declaration
public static Dictionary<WeaponId, ushort> ModelsPerWeapon { get; }
Property Value
Type Description
Dictionary<WeaponId, ushort>
| Edit this page View Source

SlotPerWeapon

Declaration
public static Dictionary<WeaponId, WeaponSlot> SlotPerWeapon { get; }
Property Value
Type Description
Dictionary<WeaponId, WeaponSlot>
| Edit this page View Source

WeaponStatsPerWeapon

Declaration
public static Dictionary<WeaponId, PedStat> WeaponStatsPerWeapon { get; }
Property Value
Type Description
Dictionary<WeaponId, PedStat>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX