RemoveAll Method

Description

Removes all Command objects from the Commands collection.

Syntax

agent.Characters ("CharacterID").Commands.RemoveAll

Remarks

When a Command object is removed from the collection, it no longer appears when the character's pop-up menu is displayed or in the Commands Window when your client application is input-active.

See Also

Remove method

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