MatchesWrapperGetByWorldId Method (Int32, RequestedLanguage) |
View Project on GitHub
Get an match using its id
Namespace: GW2CSharp.V2.Unauthenticated.WvWAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Matches GetByWorldId(
int worldId,
RequestedLanguage requestedLanguage
)
Parameters
- worldId
- Type: SystemInt32
The id of the match - requestedLanguage
- Type: GW2CSharp.EnumsRequestedLanguage
The language to display the results in
Return Value
Type:
MatchesAn match containing the results
See Also