Implementation of the Guild Wars 2 API in C#
Implementation of the Guild Wars 2 API in C#
GW2CSharp.V2.Unauthenticated.Continents
Sector Class
Sector Constructor
Sector Properties
Sector Methods
Sector Constructor
View Project on GitHub
Initializes a new instance of the
Sector
class.
Namespace:
GW2CSharp.V2.Unauthenticated.Continents
Assembly:
GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
Copy
public
Sector
(
int
id
,
string
name
,
int
level
,
List
<
double
>
coord
,
string
chat_link
)
Parameters
id
Type:
System
Int32
The area id.
name
Type:
System
String
The name of the area.
level
Type:
System
Int32
The level of the area.
coord
Type:
System.Collections.Generic
List
Double
The coordinates of this area (this is usually the center position).
chat_link
Type:
System
String
The link that can be used ingame.
See Also
Reference
Sector Class
GW2CSharp.V2.Unauthenticated.Continents Namespace