C# Class GwSharp.GwMatchMap

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

Méthodes publiques

Свойство Type Description
Details GwMatchDetails
Score GwMatchScore
Type string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchMap ( GwMatchDetails details, string type, List score ) : System
operator ( ) : bool

Method Details

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GwMatchMap() public méthode

public GwMatchMap ( GwMatchDetails details, string type, List score ) : System
details GwMatchDetails
type string
score List
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Details public_oe property

Reference to the parent GwMatchDetails instance.
public GwMatchDetails,GwSharp Details
Résultat GwMatchDetails

Score public_oe property

Scores for the match. Access like an array with GwMatchTeam.
public GwMatchScore,GwSharp Score
Résultat GwMatchScore

Type public_oe property

Type of the map.
public string Type
Résultat string