chatGetUserID
Gets the user id of the local client.
- intĀ chatGetUserID(
- CHAT chat );
Routine | Required Header | Distribution |
---|---|---|
chatGetUserID | <chat.h> | SDKZIP |
Return Value
Returns the user id of the local client.
Parameters
- chat
- [in] Chat SDK object, previously initialized using chatConnectLogin or chatConnectPreAuth.
Remarks
The chat SDK must have been initialized using chatConnectLogin or chatConnectPreAuth.
Section Reference: Gamespy Chat SDK