Show / Hide Table of Contents

Class Player

Player in the game (Game API).

Inheritance
System.Object
Player
Namespace:RiotSharp.GameEndpoint
Assembly:RiotSharp.dll
Syntax
public class Player : object

Properties

ChampionId

Champion id associated with player.

Declaration
public int ChampionId { get; set; }
Property Value
Type Description
System.Int32

SummonerId

Summoner id associated with player.

Declaration
public long SummonerId { get; set; }
Property Value
Type Description
System.Int64

TeamId

Team id associated with player.

Blue = 100

Purple = 200

Declaration
public int TeamId { get; set; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX