qr2_think
Allow the qr2 sdk to continue processing. Server queries can only be processed during this call.
- void qr2_think(
- qr2_t qrec );
Routine | Required Header | Distribution |
---|---|---|
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.).
Section Reference: Gamespy Query and Reporting 2 SDK