xoreos  0.0.5
Public Attributes | List of all members
Aurora::DLGFile::Entry Struct Reference

A dialog entry. More...

Collaboration diagram for Aurora::DLGFile::Entry:
Collaboration graph
[legend]

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< Linkreplies
 Reply lines. More...
 

Detailed Description

A dialog entry.

Definition at line 120 of file dlgfile.h.

Member Data Documentation

◆ isPC

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

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().

◆ replies

std::vector<Link> Aurora::DLGFile::Entry::replies

Reply lines.

Definition at line 127 of file dlgfile.h.

Referenced by Aurora::DLGFile::readEntry().

◆ script

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().


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