C# Class GwSharp.GwMatchObjective

Afficher le fichier Open project: Rohansi/GwSharp

Méthodes publiques

Свойство Type Description
Details GwMatchDetails
Id string
Map GwMatchMap
Name string
Owner GwMatchTeam

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
GwMatchObjective ( GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner ) : 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

GwMatchObjective() public méthode

public GwMatchObjective ( GwMatchDetails details, GwMatchMap map, string id, string name, GwMatchTeam owner ) : System
details GwMatchDetails
map GwMatchMap
id string
name string
owner GwMatchTeam
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

Id public_oe property

Unique identifier of the objective.
public string Id
Résultat string

Map public_oe property

Reference to the parent GwMatchMap instance.
public GwMatchMap,GwSharp Map
Résultat GwMatchMap

Name public_oe property

Name of the objective.
public string Name
Résultat string

Owner public_oe property

Owner of the objective.
public GwMatchTeam Owner
Résultat GwMatchTeam