peerThink

GameSpy SDK

peerThink

Allow the Peer SDK to continue processing. Callbacks will be triggered during this call.

void peerThink(
PEER peer );
RoutineRequired HeaderDistribution
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