struct ServerList.Entry
in global :: Sandbox . Services
This is a cleaned up version of gameserveritem_t.
public string IPAddressAndPort { get; set; }
😔 No documentation found.
public ulong SteamId { get; set; }
😔 No documentation found.
public string Map { get; set; }
😔 No documentation found.
public string Game { get; set; }
😔 No documentation found.
public int GameVersion { get; set; }
😔 No documentation found.
public string Name { get; set; }
😔 No documentation found.
public string[] Tags { get; set; }
😔 No documentation found.
public int Players { get; set; }
😔 No documentation found.
public int MaxPlayers { get; set; }
😔 No documentation found.
public int Ping { get; set; }
😔 No documentation found.
public int Tick { get; set; }
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.