C# Class GwSharp.GwMatch

Afficher le fichier Open project: Rohansi/GwSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Blue GwWorld
Green GwWorld
Id string
Red GwWorld

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FetchDetails ( ) : GwMatchDetails

Returns the most up to date match details for this world.

GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Méthode Description
GwMatch ( Api api, string id, GwWorld red, GwWorld blue, GwWorld green ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FetchDetails() public méthode

Returns the most up to date match details for this world.
public FetchDetails ( ) : GwMatchDetails
Résultat GwMatchDetails

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Blue public_oe property

The world that is playing as blue.
public GwWorld,GwSharp Blue
Résultat GwWorld

Green public_oe property

The world that is playing as green.
public GwWorld,GwSharp Green
Résultat GwWorld

Id public_oe property

Unique identifier for the match. It is in this format: "R-T" where R is the region (1=US, 2=EU) and T is the tier
public string Id
Résultat string

Red public_oe property

The world that is playing as red.
public GwWorld,GwSharp Red
Résultat GwWorld