Show / Hide Table of Contents

Interface IWeaponResponse

API response containing statistics for each weapon used by a player

Inherited Members
IStat.Username
IStat.Platform
IStat.UbisoftID
IStat.UplayID
IStat.Avatar146
IStat.Avatar256
IStat.LastUpdated
Namespace: R6Stats.Response.Interfaces
Assembly: R6Stat-Sharp.dll
Syntax
public interface IWeaponResponse : IStat

Properties

| Improve this Doc View Source

Weapons

Collection of stats for different weapons

Declaration
IReadOnlyDictionary<string, WeaponStat> Weapons { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, WeaponStat>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX