ManaPlus
Public Member Functions | Data Fields
NextSoundInfo Struct Reference

#include <being.h>

Public Member Functions

 NextSoundInfo ()
 

Data Fields

const SoundInfosound
 
int x
 
int y
 
int time
 

Detailed Description

Definition at line 76 of file being.h.

Constructor & Destructor Documentation

◆ NextSoundInfo()

NextSoundInfo::NextSoundInfo ( )
inline

Definition at line 78 of file being.h.

78  :
79  sound(nullptr),
80  x(0),
81  y(0),
82  time(0)
83  {
84  }
const SoundInfo * sound
Definition: being.h:88
int time
Definition: being.h:91

Field Documentation

◆ sound

const SoundInfo* NextSoundInfo::sound

Definition at line 88 of file being.h.

Referenced by Being::logic().

◆ time

int NextSoundInfo::time

Definition at line 91 of file being.h.

Referenced by Being::logic().

◆ x

int NextSoundInfo::x

Definition at line 89 of file being.h.

Referenced by Being::logic(), and Being::setPixelPositionF().

◆ y

int NextSoundInfo::y

Definition at line 90 of file being.h.

Referenced by Being::logic(), and Being::setPixelPositionF().


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