C# Class GwSharp.GwEvent

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

Méthodes publiques

Свойство Type Description
Id string
Map GwMap
Name string
State GwEventState
World GwWorld

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Méthode Description
GwEvent ( string id, string name, GwWorld world, GwMap map, GwEventState state ) : System

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Id public_oe property

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

Map public_oe property

Map that the event is taking place in. Null if State is inactive.
public GwMap,GwSharp Map
Résultat GwMap

Name public_oe property

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

State public_oe property

Current state of the event.
public GwEventState State
Résultat GwEventState

World public_oe property

World that the event is taking place in. Null if State is inactive.
public GwWorld,GwSharp World
Résultat GwWorld