ManaPlus
Public Member Functions | Data Fields
EmoteSprite Struct Reference

#include <emotesprite.h>

Public Member Functions

 EmoteSprite ()
 

Data Fields

const AnimatedSpritesprite
 
int id
 
std::string name
 

Detailed Description

Definition at line 32 of file emotesprite.h.

Constructor & Destructor Documentation

◆ EmoteSprite()

EmoteSprite::EmoteSprite ( )
inline

Definition at line 34 of file emotesprite.h.

34  :
35  sprite(nullptr),
36  id(0),
37  name()
38  { }
const AnimatedSprite * sprite
Definition: emotesprite.h:42
std::string name
Definition: emotesprite.h:44

Field Documentation

◆ id

int EmoteSprite::id

Definition at line 43 of file emotesprite.h.

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

◆ name

std::string EmoteSprite::name

Definition at line 44 of file emotesprite.h.

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

◆ sprite

const AnimatedSprite* EmoteSprite::sprite

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