ManaPlus
|
#include <itemfieldtype.h>
Public Member Functions | |
ItemFieldType (const std::string &name0, const std::string &description0, const bool sign0) | |
Data Fields | |
const std::string | name |
const std::string | description |
const bool | sign |
Definition at line 29 of file itemfieldtype.h.
|
inline |
Definition at line 31 of file itemfieldtype.h.
const std::string ItemFieldType::description |
Definition at line 42 of file itemfieldtype.h.
Referenced by ItemPopup::getOptionsString(), and readField().
const std::string ItemFieldType::name |
Definition at line 41 of file itemfieldtype.h.
const bool ItemFieldType::sign |
Definition at line 43 of file itemfieldtype.h.
Referenced by ItemPopup::getOptionsString(), and readField().