Table of Contents

Class GoldSourceInfo

Namespace
OpenGSQ.Responses.Source
Assembly
OpenGSQ.dll

Obsolete GoldSource Response

public class GoldSourceInfo : PartialInfo
Inheritance
GoldSourceInfo
Inherited Members

Properties

Address

IP address and port of the server.

public string Address { get; set; }

Property Value

string

DLL

Indicates whether mod uses its own DLL:

  • 0 if it uses the Half-Life DLL
  • 1 if it uses its own DLL
public byte DLL { get; set; }

Property Value

byte

URL to download the mod.

public string DownloadLink { get; set; }

Property Value

string

URL to mod website.

public string Link { get; set; }

Property Value

string

Mod

Indicates whether the game is a mod

  • 0 for Half-Life
  • 1 for Half-Life mod
public byte Mod { get; set; }

Property Value

byte

Size

Space (in bytes) the mod takes up.

public long? Size { get; set; }

Property Value

long?

Type

Indicates the type of mod:

  • 0 for single and multiplayer mod
  • 1 for multiplayer only mod
public byte Type { get; set; }

Property Value

byte

Version

Version of mod installed on server.

public long? Version { get; set; }

Property Value

long?