HasOtherClients Property

Description

Returns whether the specified character is in use by other applications.

Syntax

agent.Characters("CharacterID").HasOtherClients

Value Description
True The character has other clients.
False The character does not have other clients.

Remarks

You can use this property to determine whether your application is the only or last client of the character, when more than one application is sharing (has loaded) the same character.

--------------------------------------------------------