|
TNet 3
3.0.8
|
UDP-based lobby client, designed to communicate with the UdpLobbyServer. More...
Protected Member Functions | |
| override void | OnDisable () |
| Clear the list of known servers when the component is disabled. More... | |
Additional Inherited Members | |
Public Member Functions inherited from TNet.TNLobbyClient | |
| delegate void | OnListChange () |
Public Attributes inherited from TNet.TNLobbyClient | |
| string | remoteAddress |
| Public address for the lobby client server's location. More... | |
| int | remotePort = 5129 |
| Lobby server's port. More... | |
Static Public Attributes inherited from TNet.TNLobbyClient | |
| static string | errorString = "" |
| Error string set if something goes wrong. More... | |
| static ServerList | knownServers = new ServerList() |
| List of known servers. More... | |
| static OnListChange | onChange |
| Callback that will be triggered every time the server list changes. More... | |
| static bool | isActive = false |
| Whether some lobby client is currently active. More... | |
UDP-based lobby client, designed to communicate with the UdpLobbyServer.
|
protectedvirtual |
Clear the list of known servers when the component is disabled.
Reimplemented from TNet.TNLobbyClient.