qr2_think

GameSpy SDK

qr2_think

Allow the qr2 sdk to continue processing.  Server queries can only be processed during this call.

void qr2_think(
qr2_t qrec );
RoutineRequired HeaderDistribution
qr2_think<qr2.h>SDKZIP

Parameters

qrec
[in] The intialized QR2 SDK.

Remarks

The qr2_think function allows the qr2 sdk to continue processing. This processing includes responding to user queries and triggering local callbacks. If q2_think is not called often, server responses may be delayed thereby increasing perceived latency. We recommend that qr2_think be called as frequently as possible. (10-15ms is not unusual.).