ManaPlus
Public Member Functions | Data Fields
EmoteInfo Struct Reference

#include <emoteinfo.h>

Public Member Functions

 EmoteInfo ()
 

Data Fields

std::list< EmoteSprite * > sprites
 
StringVect particles
 
int time
 
int effectId
 

Detailed Description

Definition at line 34 of file emoteinfo.h.

Constructor & Destructor Documentation

◆ EmoteInfo()

EmoteInfo::EmoteInfo ( )
inline

Definition at line 36 of file emoteinfo.h.

36  :
37  sprites(),
38  particles(),
39  time(400),
40  effectId(-1)
41  { }
int time
Definition: emoteinfo.h:47
std::list< EmoteSprite * > sprites
Definition: emoteinfo.h:45
int effectId
Definition: emoteinfo.h:48
StringVect particles
Definition: emoteinfo.h:46

Field Documentation

◆ effectId

int EmoteInfo::effectId

Definition at line 48 of file emoteinfo.h.

Referenced by EmoteDB::loadSpecialXmlFile(), and EmoteDB::loadXmlFile().

◆ particles

StringVect EmoteInfo::particles

Definition at line 46 of file emoteinfo.h.

Referenced by EmoteDB::loadSpecialXmlFile(), and EmoteDB::loadXmlFile().

◆ sprites

std::list<EmoteSprite*> EmoteInfo::sprites

◆ time

int EmoteInfo::time

Definition at line 47 of file emoteinfo.h.

Referenced by EmoteDB::loadSpecialXmlFile(), and EmoteDB::loadXmlFile().


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