ManaPlus
Public Member Functions | Data Fields
MapObject Class Reference

#include <mapobject.h>

Public Member Functions

 MapObject (const int type0, const std::string &data0)
 

Data Fields

int type
 
std::string data
 

Detailed Description

Definition at line 31 of file mapobject.h.

Constructor & Destructor Documentation

◆ MapObject()

MapObject::MapObject ( const int  type0,
const std::string &  data0 
)
inline

Definition at line 34 of file mapobject.h.

35  :
36  type(type0),
37  data(data0)
38  {
39  }
int type
Definition: mapobject.h:43
std::string data
Definition: mapobject.h:44

Field Documentation

◆ data

std::string MapObject::data

Definition at line 44 of file mapobject.h.

◆ type

int MapObject::type

Definition at line 43 of file mapobject.h.


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