steamapi
Version:
A nice Steam API wrapper.
84 lines (42 loc) • 2.09 kB
Markdown
[**steamapi**](../README.md)
***
[steamapi](../README.md) / ServerRegion
# Enumeration: ServerRegion
Defined in: [structures/Server.ts:2](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L2)
Server regions as indicated by https://developer.valvesoftware.com/wiki/Sv_region
## Enumeration Members
### Africa
> **Africa**: `7`
Defined in: [structures/Server.ts:10](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L10)
***
### Asia
> **Asia**: `4`
Defined in: [structures/Server.ts:7](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L7)
***
### Australia
> **Australia**: `5`
Defined in: [structures/Server.ts:8](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L8)
***
### Europe
> **Europe**: `3`
Defined in: [structures/Server.ts:6](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L6)
***
### MiddleEast
> **MiddleEast**: `6`
Defined in: [structures/Server.ts:9](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L9)
***
### SouthAmerica
> **SouthAmerica**: `2`
Defined in: [structures/Server.ts:5](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L5)
***
### USEast
> **USEast**: `0`
Defined in: [structures/Server.ts:3](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L3)
***
### USWest
> **USWest**: `1`
Defined in: [structures/Server.ts:4](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L4)
***
### World
> **World**: `255`
Defined in: [structures/Server.ts:11](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Server.ts#L11)