xoreos
0.0.5
|
A dialog entry. More...
Public Attributes | |
bool | isPC |
Is this a PC or NPC line? More... | |
Common::UString | script |
Script to run when speaking this entry. More... | |
Line | line |
The line's contents. More... | |
std::vector< Link > | replies |
Reply lines. More... | |
bool Aurora::DLGFile::Entry::isPC |
Is this a PC or NPC line?
Definition at line 121 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntries().
Line Aurora::DLGFile::Entry::line |
The line's contents.
Definition at line 125 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntries(), and Aurora::DLGFile::readEntry().
std::vector<Link> Aurora::DLGFile::Entry::replies |
Common::UString Aurora::DLGFile::Entry::script |
Script to run when speaking this entry.
Definition at line 123 of file dlgfile.h.
Referenced by Aurora::DLGFile::readEntry().