|
string | ID [get, set] |
| GEts or sets the ID attributed to the line of dialogue.
|
|
string | Text [get, set] |
| Gets or sets the full text of the line of dialogue.
|
|
string | PreTranslationText [get, set] |
| The evaluated text value of the line of dialogue, immediately prior to when it was translated.
|
|
AudioClip | AudioClip [get, set] |
| Gets or sets the audio clip associated with the line of dialogue.
|
|
string | Key [get, set] |
| Gets or sets the key value associated with the line of dialogue. The key value can be anything and can be used to perform various actions when a line of dialogue is reached.
|
|
bool | PrecedesOption = false [get, set] |
| Gets or sets a flag which indicates that there is not an option directly after this line, so there is likely another line of text to display.
|
|
string | Target = null [get, set] |
| Gets or sets the display ID of the conversation display to target and display this dialogue text on.
|
|
string | OriginalCharacterName [get, set] |
| Gets or sets the original (untranslated) name of the character speaking this line of dialogue.
|
|
string | TranslatedCharacterName = null [get, set] |
| Gets or sets the translated name of the character speaking this line of dialogue.
|
|
bool | AutoPlay = false [get, set] |
| Gets or sets whether the line of dialogue is being played in AUTOPLAY mode.
|
|
bool | OverrideAutoplayDelay = false [get, set] |
| Gets or sets whether the line overrides the automatically calculated autoplay line delay.
|
|
float | AutoPlayDelay = 3.0f [get, set] |
| Gets or sets the delay to use for the line when it is autoplayed.
|
|
float | PlayTime = 0.0f [get, set] |
| Gets or sets the minimal amount of time that the line of dialogue will be displayed when in AUTOPLAY mode (unless skipped).
|
|
string | IconID = null [get, set] |
| Gets or sets the icon ID which is to be displayed when the line of dialogue is shown.
|
|
TextDisplayMode | TextDisplayMode = TextDisplayMode.REPLACE [get, set] |
| Gets or sets the text display mode to use when displaying the line.
|
|
This class is a representation of a line of dialogue in the EasyTalk dialogue system.