ManaPlus
Public Member Functions | Data Fields
SoundInfo Struct Reference

#include <soundinfo.h>

Public Member Functions

 SoundInfo (const std::string &sound0, const int delay0)
 

Data Fields

std::string sound
 
int delay
 

Detailed Description

Definition at line 34 of file soundinfo.h.

Constructor & Destructor Documentation

◆ SoundInfo()

SoundInfo::SoundInfo ( const std::string &  sound0,
const int  delay0 
)
inline

Definition at line 36 of file soundinfo.h.

37  :
38  sound(sound0),
39  delay(delay0)
40  {
41  }
std::string sound
Definition: soundinfo.h:45
int delay
Definition: soundinfo.h:46

Field Documentation

◆ delay

int SoundInfo::delay

Definition at line 46 of file soundinfo.h.

◆ sound

std::string SoundInfo::sound

Definition at line 45 of file soundinfo.h.

Referenced by ItemSoundManager::getSoundEffect().


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