Platform SDK: Agent

SoundEffectsOn Property

Description
Returns or sets whether sound effects are enabled for your character.
Syntax
agent.Characters("CharacterID").SoundEffectsOn [ = boolean]
Part Description
boolean A Boolean expression specifying whether sound effects are enabled.

True Sound effects are enabled.

False Sound effects are disabled.


Remarks

This property determines whether sound effects included as a part of a character's animations will play when an animation plays. This property's setting applies to all clients of the character.

See Also

SoundEffects property