Class GoldSourceInfo
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
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
DownloadLink
URL to download the mod.
public string DownloadLink { get; set; }
Property Value
Link
URL to mod website.
public string Link { get; set; }
Property Value
Mod
Indicates whether the game is a mod
- 0 for Half-Life
- 1 for Half-Life mod
public byte Mod { get; set; }
Property Value
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
Version
Version of mod installed on server.
public long? Version { get; set; }
Property Value
- long?