Click or drag to resize
Map Constructor
View Project on GitHub
The map constructor

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Map(
	int id,
	MapType type,
	Scores scores,
	List<Bonus> bonuses,
	Deaths deaths,
	Kills kills,
	List<MatchObjective> objectives
)

Parameters

id
Type: SystemInt32
The map id
type
Type: GW2CSharp.V2.Unauthenticated.WvW.EnumsMapType
The identifier for the map.
scores
Type: GW2CSharp.V2.Unauthenticated.WvWScores
An object containing the score of the three servers for only the specified map
bonuses
Type: System.Collections.GenericListBonus
A list of all bonuses being granted by this map. If no player team owns a bonus from the map, this list is empty.
deaths
Type: GW2CSharp.V2.Unauthenticated.WvWDeaths
An object containing the total deaths of the three servers for only the specified map
kills
Type: GW2CSharp.V2.Unauthenticated.WvWKills
An object containing the total kills of the three servers for only the specified map
objectives
Type: System.Collections.GenericListMatchObjective
A list of objective objects for this map
See Also