![]() |
ManaPlus
|
#include <homunculusinfo.h>
Public Member Functions | |
| HomunculusInfo () | |
Data Fields | |
| std::string | name |
| BeingId | id |
| int | level |
| int | range |
| int | hungry |
| int | intimacy |
| int | equip |
Definition at line 31 of file homunculusinfo.h.
|
inline |
Definition at line 33 of file homunculusinfo.h.
| int HomunculusInfo::equip |
Definition at line 51 of file homunculusinfo.h.
| int HomunculusInfo::hungry |
Definition at line 49 of file homunculusinfo.h.
| BeingId HomunculusInfo::id |
Definition at line 46 of file homunculusinfo.h.
Referenced by PlayerInfo::getHomunculusId().
| int HomunculusInfo::intimacy |
Definition at line 50 of file homunculusinfo.h.
| int HomunculusInfo::level |
Definition at line 47 of file homunculusinfo.h.
| std::string HomunculusInfo::name |
Definition at line 45 of file homunculusinfo.h.
Referenced by PlayerInfo::setHomunculusBeing().
| int HomunculusInfo::range |
Definition at line 48 of file homunculusinfo.h.