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

#include <dlgfile.h>

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

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

Detailed Description

Definition at line 67 of file dlgfile.h.

Member Data Documentation

◆ animation

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

◆ id

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

◆ isEnd

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

◆ quest

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

◆ questEntry

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

◆ sound

Common::UString Aurora::DLGFile::Line::sound

◆ speaker

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

◆ text

LocString Aurora::DLGFile::Line::text

◆ voice

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


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