| Platform SDK: Agent |
IAgentCharacterEx derives from the IAgentCharacter interface. It includes all the IAgentCharacter methods as well as provides access to additional functions.
Methods in Vtable Order
| IAgentCharacterEx Methods | Description |
|---|---|
| ShowPopupMenu | Displays the pop-up menu for the character. |
| SetAutoPopupMenu | Sets whether the server automatically displays the character's pop-up menu. |
| GetAutoPopupMenu | Returns whether the server automatically displays the character's pop-up menu. |
| GetHelpFileName | Returns the Help filename for the character. |
| SetHelpFileName | Sets the Help filename for the character. |
| SetHelpModeOn | Sets Help mode on. |
| GetHelpModeOn | Returns whether Help mode is on. |
| SetHelpContextID | Sets the HelpContextID for the character. |
| GetHelpContextID | Returns the HelpContextID for the character. |
| GetActive | Returns the active state for the character. |
| Listen | Sets the listening state for the character. |
| SetLanguageID | Sets the language ID for the character. |
| GetLanguageID | Returns the language ID for the character. |
| GetTTSModeID | Returns the TTS mode ID set for the character. |
| SetTTSModeID | Sets the TTS mode ID for the character. |
| GetSRModeID | Returns the current speech recognition engine's mode ID. |
| SetSRModeID | Sets the speech recognition engine. |
| GetGUID | Returns the character's identifier. |
| GetOriginalSize | Returns the original size of the character frame. |
| Think | Displays the specified text in the character's "thought" balloon. |
| GetVersion | Returns the version of the character. |
| GetAnimationNames | Returns the names of the animations for the character. |
| GetSRStatus | Returns the conditions necessary to support speech input. |