ChatClient

Our chat client

Members

Functions

OnSteamNetConnectionStatusChanged
void OnSteamNetConnectionStatusChanged(SteamNetConnectionStatusChangedCallback_t* info)
Undocumented in source. Be warned that the author may not have intended to support it.
PollConnectionStateChanges
void PollConnectionStateChanges()
Undocumented in source. Be warned that the author may not have intended to support it.
PollIncomingMessages
void PollIncomingMessages()
Undocumented in source. Be warned that the author may not have intended to support it.
PollLocalUserInput
void PollLocalUserInput()
Undocumented in source. Be warned that the author may not have intended to support it.
Run
void Run(SteamNetworkingIPAddr serverAddr)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

SteamNetConnectionStatusChangedCallback
void SteamNetConnectionStatusChangedCallback(SteamNetConnectionStatusChangedCallback_t* info)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
ChatClient instance;
Undocumented in source.

Variables

connection
HSteamNetConnection connection;
Undocumented in source.
inter
ISteamNetworkingSockets inter;
Undocumented in source.

Meta