IAgentCharacter::HasOtherClients
HRESULT HasOtherClients(
long * plNumOtherClients // address of variable for number of clients
); // for character
Retrieves whether a character has other clients.
- Returns S_OK to indicate the operation was successful.
- plNumOtherClients
- Address of a variable that receives the number of other connected clients for the character (total number of clients minus your client).