Release 1.53

master
Kasi 2020-08-08 06:46:33 +01:00
parent 7a84233c00
commit 3aa44dff6f
4 changed files with 5 additions and 0 deletions

View File

@ -34,9 +34,11 @@ namespace Internal
std::vector<std::int32_t> GetHitsplatTypes() const;
std::vector<std::int32_t> GetHitsplatValues() const;
std::int32_t GetInteractIndex() const;
std::int32_t GetNPCTick() const;
std::string GetOverhead() const;
std::vector<std::int32_t> GetPathX() const;
std::vector<std::int32_t> GetPathY() const;
std::int32_t GetPlayerTick() const;
std::int32_t GetPoseAnimationFrame() const;
std::int32_t GetPoseAnimationID() const;
std::int32_t GetSubPoseAnimationID() const;

View File

@ -29,6 +29,7 @@ namespace Internal
bool GetMinimapVisible() const;
std::vector<std::int32_t> GetModelIDs() const;
std::string GetName() const;
std::int32_t GetOverheadPrayer() const;
std::int32_t GetScaleX() const;
std::int32_t GetScaleY() const;
std::int32_t GetSettingID() const;

View File

@ -200,6 +200,8 @@ namespace Internal
Cache GetParameterInfoCache();
std::string GetPassword();
AttackOption GetPlayerAttackOption();
std::int32_t GetPlayerCount();
std::vector<std::int32_t> GetPlayerIndices();
Cache GetPlayerModelCache();
std::vector<Player> GetPlayers();
Deque GetProjectiles();

Binary file not shown.