Метод | Описание | |
---|---|---|
GetAllObjectives ( string matchId ) : IEnumerable |
Retrieves a list of the objectives in the given match for all maps
|
|
GetMapObjectives ( string matchId, WvWMap map ) : IEnumerable |
Retrieves a list of the objectives in the given match and map
|
|
GetMatchIDs ( ) : string>.Dictionary |
Retrieves a full list of all match IDs for all servers
|
|
GetMatchId ( int worldId ) : string |
Find and returns the Match ID for the given world
|
|
GetTeamColor ( int worldId ) : WorldColor |
Retrieves the TeamColor of the given World
|
|
GetTeamColors ( ) : WorldColor>.Dictionary |
Retrieves a full list of all team colors for all servers
|
|
GetWorldScore ( int worldId ) : int |
Retrieves the current WvW score for the given world
|
|
GetWorldScore ( string matchId, int worldId ) : int |
Retrieves the current WvW score for the given world
|
|
LoadData ( ) : void |
Loads the WvW objects and initializes all cached information
|
|
WvWService ( ) : System |
Default constructor
|
|
WvWService ( WvWObjectiveNameEnum>.IStringProvider |
Alternate constructor
|
Метод | Описание | |
---|---|---|
GetCurrentMatchup ( int worldId ) : Matchup |
Retrieves either the cached matchup details, or requests new matchup details
|
public GetAllObjectives ( string matchId ) : IEnumerable |
||
matchId | string | The match's ID |
Результат | IEnumerable |
public GetMapObjectives ( string matchId, WvWMap map ) : IEnumerable |
||
matchId | string | The match's ID |
map | WvWMap | |
Результат | IEnumerable |
public GetMatchIDs ( ) : string>.Dictionary |
||
Результат | string>.Dictionary |
public GetMatchId ( int worldId ) : string | ||
worldId | int | The ID for the world |
Результат | string |
public GetTeamColor ( int worldId ) : WorldColor | ||
worldId | int | The ID for the world |
Результат | WorldColor |
public GetTeamColors ( ) : WorldColor>.Dictionary |
||
Результат | WorldColor>.Dictionary |
public GetWorldScore ( int worldId ) : int | ||
worldId | int | The ID for the world |
Результат | int |
public GetWorldScore ( string matchId, int worldId ) : int | ||
matchId | string | The match ID for the world |
worldId | int | The ID for the world |
Результат | int |
public WvWService ( WvWObjectiveNameEnum>.IStringProvider |
||
objectiveNamesProvider | WvWObjectiveNameEnum>.IStringProvider | The StringProvider that supplies localized objective names. If null, a default implementation is used |
Результат | System |