sc2-gamedata
Public Attributes | List of all members
CCharacter Class Reference

Character. More...

#include <Character.h>

Collaboration diagram for CCharacter:
Collaboration graph
[legend]

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< SCharacterVariationVariations
 Variations. More...
 

Detailed Description

Character.

Remarks
Unknown

Member Data Documentation

◆ Age

uint32 CCharacter::Age

Age.

Approximate age of the character

◆ Attitude

CStringLink CCharacter::Attitude

Attitude.

General attitude and demeanor

◆ Color

CColor CCharacter::Color

Color.

Color used within conversation tree views

◆ Description

CStringLink CCharacter::Description

Description.

Detailed description of the character

◆ Dialect

CStringLink CCharacter::Dialect

Dialect.

Language dialect for voice reference

◆ Gender

ECharacterGender CCharacter::Gender

Gender.

Character's gender

◆ Image

CImagePath CCharacter::Image

Image.

Image used in character description file

◆ Name

CStringLink CCharacter::Name

Name.

Character display name

◆ Pitch

int32 CCharacter::Pitch

Pitch.

Pitch used for sounds spoken by this character

◆ Race

ECharacterRace CCharacter::Race

Race.

Character's race

◆ Relevance

ECharacterRelevance CCharacter::Relevance

Relevance.

Character's relevance to the game world and story

◆ Timbre

CStringLink CCharacter::Timbre

Timbre.

Timbre of character's voice

◆ Variations

std::vector<SCharacterVariation> CCharacter::Variations

Variations.

Model variation used for this character

◆ Voice

CString CCharacter::Voice

Voice.

Text-to-speech voice used for this character

◆ VoiceRef

CStringLink CCharacter::VoiceRef

Voice Ref.

Real life person used for voice reference


The documentation for this class was generated from the following file: