|
sc2-gamedata
|
Character. More...
#include <Character.h>

Public Attributes | |
| CStringLink | Name |
| Name. More... | |
| uint32 | Age |
| Age. More... | |
| ECharacterGender | Gender |
| Gender. More... | |
| ECharacterRace | Race |
| Race. More... | |
| CStringLink | Attitude |
| Attitude. More... | |
| CStringLink | Timbre |
| Timbre. More... | |
| CStringLink | Dialect |
| Dialect. More... | |
| CStringLink | VoiceRef |
| Voice Ref. More... | |
| CStringLink | Description |
| Description. More... | |
| CImagePath | Image |
| Image. More... | |
| ECharacterRelevance | Relevance |
| Relevance. More... | |
| CString | Voice |
| Voice. More... | |
| int32 | Pitch |
| Pitch. More... | |
| CColor | Color |
| Color. More... | |
| std::vector< SCharacterVariation > | Variations |
| Variations. More... | |
Character.
| uint32 CCharacter::Age |
Age.
Approximate age of the character
| CStringLink CCharacter::Attitude |
Attitude.
General attitude and demeanor
| CColor CCharacter::Color |
Color.
Color used within conversation tree views
| CStringLink CCharacter::Description |
Description.
Detailed description of the character
| CStringLink CCharacter::Dialect |
Dialect.
Language dialect for voice reference
| ECharacterGender CCharacter::Gender |
Gender.
Character's gender
| CImagePath CCharacter::Image |
Image.
Image used in character description file
| CStringLink CCharacter::Name |
Name.
Character display name
| int32 CCharacter::Pitch |
Pitch.
Pitch used for sounds spoken by this character
| ECharacterRace CCharacter::Race |
Race.
Character's race
| ECharacterRelevance CCharacter::Relevance |
Relevance.
Character's relevance to the game world and story
| CStringLink CCharacter::Timbre |
Timbre.
Timbre of character's voice
| std::vector<SCharacterVariation> CCharacter::Variations |
Variations.
Model variation used for this character
| CString CCharacter::Voice |
Voice.
Text-to-speech voice used for this character
| CStringLink CCharacter::VoiceRef |
Voice Ref.
Real life person used for voice reference
1.8.14