Show / Hide Table of Contents

Class WeaponsResponse

Contains weapon stats of a player

Inheritance
System.Object
BaseResponse
WeaponsResponse
Implements
IAlias
IPayload
IWeaponResponse
IStat
Inherited Members
BaseResponse.Username
BaseResponse.Platform
BaseResponse.UbisoftID
BaseResponse.UplayID
BaseResponse.Avatar146
BaseResponse.Avatar256
BaseResponse.LastUpdated
Namespace: R6Stats.Response
Assembly: R6Stat-Sharp.dll
Syntax
public class WeaponsResponse : BaseResponse, IAlias, IPayload, IWeaponResponse, IStat

Properties

| Improve this Doc View Source

Weapons

Declaration
public IReadOnlyDictionary<string, WeaponStat> Weapons { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, WeaponStat>

Implements

IAlias
IPayload
IWeaponResponse
IStat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX