chatSetQuietMode
Sets the chat sdk to quiet mode or disables quiet mode.
- void chatSetQuietMode(
- CHAT chat,
- CHATBool quiet );
Routine | Required Header | Distribution |
---|---|---|
chatSetQuietMode | <chat.h> | SDKZIP |
Parameters
- chat
- [in] Chat SDK object, previously initialized using one of the chatConnect methods.
- quiet
- [in] If CHATTrue, enable quiet mode; otherwise, disable.
Remarks
The chatSetQuietMode function is used to toggle quiet mode. When in quiet mode the chat SDK will not receive chat or other messages. This allows the user to remain logged into chat without disrupting gameplay with extraneous traffic.
Section Reference: Gamespy Chat SDK