Show / Hide Table of Contents

Interface IOperatorResponse

API response containing the operator stats of 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 IOperatorResponse : IStat

Properties

| Improve this Doc View Source

Operators

Collection for the stats of the operators played by the user

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