Interface GameServerItem

Hierarchy

  • GameServerItem

Properties

attributes: { dlc: boolean; dlcs: { livonia: boolean }; experimental: boolean; hive: "private" | "public"; modded: boolean; official: boolean; whitelist: boolean }

Type declaration

  • dlc: boolean
  • dlcs: { livonia: boolean }
    • livonia: boolean
  • experimental: boolean
  • hive: "private" | "public"
  • modded: boolean
  • official: boolean
  • whitelist: boolean
environment: GameEnvironment
geolocation: GameHostGeolocation
host: GameHost
map: string
name: string
online: boolean
rank: number
rating: number
security: GameSecurity
status: { players: { online: number; queue: number; slots: number } }

Type declaration

  • players: { online: number; queue: number; slots: number }
    • online: number
    • queue: number
    • slots: number
version: string

Generated using TypeDoc