chatThink
Allow the Chat SDK to continue processing.
- void chatThink(
- CHAT chat );
Routine | Required Header | Distribution |
---|---|---|
chatThink | <chat.h> | SDKZIP |
Parameters
- chat
- [in] Chat SDK object, previously initialized using one of the chatConnect methods.
Remarks
All network communications, callbacks and other events will happen only during this call. The frequency with which this method is called will affect general performance on the SDK.
Section Reference: Gamespy Chat SDK
See Also: ChatConnect, ChatDisconnect