|
OpenEnroth 39d87c6
|
#include <UIHouses.h>
Public Attributes | |
| HouseNpcType | type |
| std::string | label = "" |
| GraphicsImage * | icon = nullptr |
| GUIButton * | button = nullptr |
| MapId | targetMapID = MAP_INVALID |
| NPCData * | npc = nullptr |
| GUIButton* HouseNpcDesc::button = nullptr |
| GraphicsImage* HouseNpcDesc::icon = nullptr |
| std::string HouseNpcDesc::label = "" |
| NPCData* HouseNpcDesc::npc = nullptr |
| MapId HouseNpcDesc::targetMapID = MAP_INVALID |
| HouseNpcType HouseNpcDesc::type |