peerDisconnect
Disconnect from the chat server. peerShutdown must still be called.
- void peerDisconnect(
- PEER peer );
| Routine | Required Header | Distribution |
|---|---|---|
| peerDisconnect | <peer.h> | SDKZIP |
Parameters
- peer
- [in] Initialized peer object.
Remarks
The peerDisconnect function disconnects the local client from the chat server. peerShutdown must still be called to free internal sdk memory.
Section Reference: Gamespy Peer SDK