xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Aurora::SSFFile::Sound Struct Reference

A sound in the sound set. More...

Collaboration diagram for Aurora::SSFFile::Sound:
Collaboration graph
[legend]

Public Member Functions

 Sound (const Common::UString &f="", uint32 s=kStrRefInvalid)
 

Public Attributes

Common::UString soundFile
 The name of the sound file to play. More...
 
uint32 strRef
 StrRef of the text to display. More...
 

Detailed Description

A sound in the sound set.

Definition at line 102 of file ssffile.h.

Constructor & Destructor Documentation

◆ Sound()

Aurora::SSFFile::Sound::Sound ( const Common::UString f = "",
uint32  s = kStrRefInvalid 
)

Definition at line 47 of file ssffile.cpp.

Member Data Documentation

◆ soundFile

Common::UString Aurora::SSFFile::Sound::soundFile

The name of the sound file to play.

Definition at line 103 of file ssffile.h.

◆ strRef

uint32 Aurora::SSFFile::Sound::strRef

StrRef of the text to display.

Definition at line 104 of file ssffile.h.


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