Table of Contents

Enum SpeakStyle

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

A speak style is a category that speaking sounds can apply to. Each speak style contains a variety of sound effects that can be received using GetRandomSpeakSound(VoiceStyle, SpeakStyle, List<SoundEffect>, TimeSpan?) or played for a person using Speak(SpeakStyle, float, float). Note that these categories are rather vague, and that speech, in general, is not supposed to be immediately decypherable based on the speaking style used. As such, speak styles are just a very rough guidance for the sounds played.

[Flags]
public enum SpeakStyle
Extension Methods

Fields

Affirmative = 1
Angry = 2
Annoyed = 4
Bored = 8
Childish = 16
Confident = 32
Confused = 64
Disagreeing = 256
Excited = 512
Happy = 1024
Neutral = 4096
Questioning = 8192
Sad = 16384
Scared = 32768
Shocked = 65536
Thinking = 131072