xoreos
0.0.5
|
#include <dlgfile.h>
Public Attributes | |
uint32 | id |
ID of this line (entry-local). More... | |
Common::UString | speaker |
Tag of the speaker, empty if default. More... | |
LocString | text |
The actual text of the entry. More... | |
Common::UString | sound |
ResRef of the sound to play while speaking this entry. More... | |
Common::UString | voice |
ResRef of the voice over for KotOR games. More... | |
uint32 | animation |
Animation to play while speaking this entry. More... | |
Common::UString | quest |
Quest name to modify when speaking this entry. More... | |
uint32 | questEntry |
Entry ID to set the quest to. More... | |
bool | isEnd |
Are there no replies to this line? More... | |
uint32 Aurora::DLGFile::Line::animation |
Animation to play while speaking this entry.
Definition at line 76 of file dlgfile.h.
Referenced by Engines::NWN::Dialog::playAnimation(), and Aurora::DLGFile::readEntry().
uint32 Aurora::DLGFile::Line::id |
ID of this line (entry-local).
Definition at line 68 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntries(), and Engines::KotOR::DialogGUIBase::refresh().
bool Aurora::DLGFile::Line::isEnd |
Are there no replies to this line?
Definition at line 81 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntry().
Common::UString Aurora::DLGFile::Line::quest |
Quest name to modify when speaking this entry.
Definition at line 78 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntry().
uint32 Aurora::DLGFile::Line::questEntry |
Entry ID to set the quest to.
Definition at line 79 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntry().
Common::UString Aurora::DLGFile::Line::sound |
ResRef of the sound to play while speaking this entry.
Definition at line 73 of file dlgfile.h.
Referenced by Engines::NWN::Dialog::playSound(), Engines::KotOR::DialogGUIBase::playSounds(), Aurora::DLGFile::readEntry(), Engines::Witcher::Object::speakOneLiner(), Engines::NWN2::Object::speakOneLiner(), and Engines::NWN::Object::speakOneLiner().
Common::UString Aurora::DLGFile::Line::speaker |
Tag of the speaker, empty if default.
Definition at line 70 of file dlgfile.h.
Referenced by Engines::NWN::Dialog::getSpeaker(), Aurora::DLGFile::readEntry(), and Engines::KotOR::DialogGUIBase::refresh().
LocString Aurora::DLGFile::Line::text |
The actual text of the entry.
Definition at line 71 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntry(), Engines::KotOR::DialogGUIBase::refresh(), Engines::Witcher::Object::speakOneLiner(), Engines::NWN2::Object::speakOneLiner(), Engines::NWN::Object::speakOneLiner(), and Engines::NWN::Dialog::updateBox().
Common::UString Aurora::DLGFile::Line::voice |
ResRef of the voice over for KotOR games.
Definition at line 74 of file dlgfile.h.
Referenced by Engines::KotOR::DialogGUIBase::playSounds(), and Aurora::DLGFile::readEntry().