Platform SDK: Agent

SoundEffects Property

Description
Returns a Boolean indicating whether sound effects (.WAV) files configured as part of a character's actions will play.
Syntax
agent.AudioOutput.SoundEffects
Value Description
True Character sound effects are enabled.
False Character sound effect are disabled.

Remarks

This property reflects the Play Character Sound Effects option on the Output page of the Agent property sheet (Advanced Character Options). When the SoundEffects property returns True, sound effects included in a character's definition will be played. When False, the sound effects will not be played. The property setting affects all characters and is read-only; only the user can set this property value.

See Also

AgentPropertyChange event

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