Click or drag to resize
MatchesWrapperGetByWorldId Method (Int32)
View Project on GitHub
Get an match using its id

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Matches GetByWorldId(
	int worldId
)

Parameters

worldId
Type: SystemInt32
The id of the match

Return Value

Type: Matches
An match containing the results
See Also