Structure representing a country.

Hierarchy

  • STCountry

Constructors

Properties

Constructors

  • new STCountry(abbrev?: string, name?: string): STCountry
  • Parameters

    • abbrev: string = "__"

      The abbreviation of the country. Ex: DE.

    • name: string = "Unknown"

      The name of the country. Ex: Germany.

    Returns STCountry

Properties

abbrev: string = "__"
flag: string

URL to an image of the country's flag, provided by SauerTracker's flag database. Ex: http://sauertracker.net/images/flags/DE.png.

name: string = "Unknown"

Generated using TypeDoc