RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.CurrentGameInfo Class Reference

Contains info about a game. More...

Inheritance diagram for RiotNet.Models.CurrentGameInfo:
RiotNet.Models.GameInfoBase

Properties

List< CurrentGameParticipantParticipants [get, set]
 Gets or sets the participant information. More...
 
- Properties inherited from RiotNet.Models.GameInfoBase
List< BannedChampionBannedChampions [get, set]
 Gets or sets the list of banned champion information. More...
 
long GameId [get, set]
 Gets or sets the game Id. More...
 
TimeSpan GameLength [get, set]
 Gets or sets the amount of time in seconds that has passed since the game started. More...
 
string GameMode [get, set]
 Gets or sets the game mode. This should equal one of the Models.GameMode values. More...
 
QueueType GameQueueConfigId [get, set]
 Gets or sets the queue type. More...
 
DateTime GameStartTime [get, set]
 Gets or sets the game start time in UTC. More...
 
string GameType [get, set]
 Gets of sets the game type. This should equal one of the Models.GameType values. More...
 
long MapId [get, set]
 Gets or sets the map id. More...
 
Observer Observers [get, set]
 Gets or sets the observer information. More...
 
string PlatformId [get, set]
 Gets or sets the ID of the platform on which the game is being played. This should equal one of the Models.PlatformId values. More...
 

Detailed Description

Contains info about a game.

Property Documentation

List<CurrentGameParticipant> RiotNet.Models.CurrentGameInfo.Participants
getset

Gets or sets the participant information.


The documentation for this class was generated from the following file: