peerThink
Allow the Peer SDK to continue processing. Callbacks will be triggered during this call.
- void peerThink(
- PEER peer );
Routine | Required Header | Distribution |
---|---|---|
peerThink | <peer.h> | SDKZIP |
Parameters
- peer
- [in] Initialized peer object.
Remarks
The peerThink function allows the Peer SDK to continue processing. 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 Peer SDK