getFloor

fun getFloor(continentId: Int, floorId: Int, language: ApiLanguage? = null): Floor

Returns the floor corresponding to the specified continentId and floorID Documentation can be found in the GW2 Wiki

Parameters

continentId

ID of the continent

floorId

ID of the floor on the continent

language

one of the languages defined in ApiLanguage when creating this client, if any