Release 0.72

master
Kasi 2018-07-19 08:24:29 +01:00
parent ee047f1615
commit 37b4a2935e
2 changed files with 3 additions and 0 deletions

View File

@ -211,9 +211,12 @@ namespace Internal
Widget GetWidget(std::int32_t Container, std::int32_t Component); Widget GetWidget(std::int32_t Container, std::int32_t Component);
Widget GetWidgetParent(const Widget& W); Widget GetWidgetParent(const Widget& W);
std::int32_t GetWidgetX(const Widget& W); std::int32_t GetWidgetX(const Widget& W);
std::int32_t GetWidgetX(const Widget& W, const std::vector<std::int32_t>& Xs);
std::int32_t GetWidgetY(const Widget& W); std::int32_t GetWidgetY(const Widget& W);
std::int32_t GetWidgetY(const Widget& W, const std::vector<std::int32_t>& Ys);
bool GetWidgetHidden(const Widget& W); bool GetWidgetHidden(const Widget& W);
Box GetWidgetBox(const Widget& W); Box GetWidgetBox(const Widget& W);
Box GetWidgetBox(const Widget& W, const std::vector<std::int32_t>& Xs, const std::vector<std::int32_t>& Ys);
ItemContainer GetItemContainer(std::int32_t ID); ItemContainer GetItemContainer(std::int32_t ID);
NPC GetNPC(std::int32_t Index); NPC GetNPC(std::int32_t Index);
std::vector<Point> ProjectModel(const Model& M, std::int32_t LocalX, std::int32_t LocalY, std::vector<Point> ProjectModel(const Model& M, std::int32_t LocalX, std::int32_t LocalY,

Binary file not shown.