Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GwSharp
GwEvent
C# Class GwSharp.GwEvent
Exibir arquivo
Open project: Rohansi/GwSharp
Class Usage Examples
Public Properties
Property
Type
Description
Id
string
Map
GwMap
Name
string
State
GwEventState
World
GwWorld
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
operator
( ) :
bool
Private Methods
Method
Description
GwEvent
(
string
id
,
string
name
,
GwWorld
world
,
GwMap
map
,
GwEventState
state
) :
System
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
Id
public_oe property
Unique identifier of the event.
public
string
Id
return
string
Map
public_oe property
Map that the event is taking place in. Null if State is inactive.
public
GwMap,GwSharp
Map
return
GwMap
Name
public_oe property
Name of the event.
public
string
Name
return
string
State
public_oe property
Current state of the event.
public
GwEventState
State
return
GwEventState
World
public_oe property
World that the event is taking place in. Null if State is inactive.
public
GwWorld,GwSharp
World
return
GwWorld