Platform SDK: Agent

Size Event

Description
Occurs when a character's size changes.
Syntax
Sub agent_Size (ByVal CharacterID, ByVal Width, ByVal Height)
Part Description
CharacterID Returns the ID of the character that moved.
Width Returns the character frame's new width (in pixels) as an integer.
Height Returns the character frame's new height (in pixels) as an integer.

Remarks

This event occurs when an application changes the size of a character. This event is sent only to the clients of the character (applications that have loaded the character).

See Also

Move event