Release 0.22

master
Kasi 2018-04-01 10:53:35 +01:00
parent 62875f1bb1
commit fb95d9334b
3 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace Internal
std::int32_t GetItemID() const;
std::vector<std::int32_t> GetItemIDs() const;
std::string GetName() const;
bool GetNoClickThrough() const;
Widget GetParent() const;
std::int32_t GetParentID() const;
std::int32_t GetRelativeX() const;
@ -40,6 +41,7 @@ namespace Internal
std::int32_t GetSpriteID() const;
std::int32_t GetStackType() const;
std::string GetText() const;
std::int32_t GetType() const;
std::int32_t GetWidth() const;
};

View File

@ -177,6 +177,7 @@ namespace Internal
std::int32_t GetViewportWidth();
std::int32_t GetWeight();
HashTable GetWidgetNodeCache();
std::int32_t GetWidgetRoot();
std::vector<std::vector<Widget>> GetWidgets();
std::vector<std::int32_t> GetWidgetsHeight();
std::vector<std::int32_t> GetWidgetsWidth();
@ -235,5 +236,6 @@ namespace Internal
std::int32_t GetVarbitSettings(std::int32_t VarbitSettingIndex);
Point TileToMainscreen(const Tile& T, std::int32_t X, std::int32_t Y, std::int32_t Z);
std::string GetItemName(std::int32_t ID);
std::vector<Box> GetBlockingWidgetBoxes();
}
#endif // INTERNAL_HPP_INCLUDED

Binary file not shown.