MatchesWrapperGetByWorldId Method (Int32) |
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
)
Parameters
- worldId
- Type: SystemInt32
The id of the match
Return Value
Type:
MatchesAn match containing the results
See Also