WorldWrapperGetById Method (Int32, RequestedLanguage) |
View Project on GitHub
Returns the world that matches the Id.
Namespace: GW2CSharp.V2.Unauthenticated.WorldsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic World GetById(
int id,
RequestedLanguage requestedLanguage
)
Parameters
- id
- Type: SystemInt32
The world id. - requestedLanguage
- Type: GW2CSharp.EnumsRequestedLanguage
Represents the language which the API should return. Default english.
Return Value
Type:
WorldWorld object that matches the Id.
See Also