Release 1.39

master
Kasi 2020-01-04 01:57:09 +00:00
parent 62edd81180
commit 41a7c6c535
5 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "../JavaClass/Class.hpp" #include "../JavaClass/Class.hpp"
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include "NamePair.hpp"
namespace Internal namespace Internal
{ {
@ -23,6 +24,7 @@ namespace Internal
std::int32_t GetID() const; std::int32_t GetID() const;
std::string GetName() const; std::string GetName() const;
NamePair GetNamePair() const;
std::string GetSender() const; std::string GetSender() const;
std::string GetText() const; std::string GetText() const;
std::int32_t GetTick() const; std::int32_t GetTick() const;

View File

@ -27,6 +27,7 @@ namespace Internal
std::int32_t GetBoxIndex() const; std::int32_t GetBoxIndex() const;
std::vector<Widget> GetChildren() const; std::vector<Widget> GetChildren() const;
Widget GetChildren(std::int32_t I) const; Widget GetChildren(std::int32_t I) const;
std::int32_t GetGradient() const;
bool GetHasListener() const; bool GetHasListener() const;
std::int32_t GetHeight() const; std::int32_t GetHeight() const;
bool GetHidden() const; bool GetHidden() const;

View File

@ -128,6 +128,7 @@ namespace Globals
//************ Login.cpp ************// //************ Login.cpp ************//
const WidgetDef LOGIN_LOBBY_PLAY = { 378, 81 }; const WidgetDef LOGIN_LOBBY_PLAY = { 378, 81 };
const WidgetDef LOGIN_LOBBY_PLAY_NEW = { 413, 73 };
//************ Makescreen.cpp ************// //************ Makescreen.cpp ************//
const std::int32_t MAKESCREEN_PARENT = 270; const std::int32_t MAKESCREEN_PARENT = 270;

View File

@ -147,6 +147,8 @@ namespace Internal
std::int32_t GetHintArrowX(); std::int32_t GetHintArrowX();
std::int32_t GetHintArrowY(); std::int32_t GetHintArrowY();
std::int32_t GetHintArrowZ(); std::int32_t GetHintArrowZ();
bool GetInInstance();
std::vector<std::vector<std::vector<std::int32_t>>> GetInstanceChunkTemplates();
bool GetIsMember(); bool GetIsMember();
HashTable GetItemContainers(); HashTable GetItemContainers();
IndexableData GetItemIndexableData(); IndexableData GetItemIndexableData();

Binary file not shown.