Hide Event

Description

Occurs when a character is hidden.

Syntax

Sub agent_Hide (ByVal CharacterID, ByVal Cause)

Value Description
CharacterID Returns the ID of the hidden character as a string.
Cause Returns a value that indicates what caused the character to hide.

1    The user hid the character (using the menu or voice command).

3    Your client application hid the character.

5    Another client application hid the character.


Remarks

The server sends this event to all clients of the character. To query the current state of the character, use the Visible property.

See Also

Show event, VisibilityCause property

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