diff --git a/Include/Core/Classes/Character.hpp b/Include/Core/Classes/Character.hpp index af72571..7fd8205 100644 --- a/Include/Core/Classes/Character.hpp +++ b/Include/Core/Classes/Character.hpp @@ -34,9 +34,11 @@ namespace Internal std::vector GetHitsplatTypes() const; std::vector GetHitsplatValues() const; std::int32_t GetInteractIndex() const; + std::int32_t GetNPCTick() const; std::string GetOverhead() const; std::vector GetPathX() const; std::vector GetPathY() const; + std::int32_t GetPlayerTick() const; std::int32_t GetPoseAnimationFrame() const; std::int32_t GetPoseAnimationID() const; std::int32_t GetSubPoseAnimationID() const; diff --git a/Include/Core/Classes/NPCInfo.hpp b/Include/Core/Classes/NPCInfo.hpp index e2b0a0b..0e72661 100644 --- a/Include/Core/Classes/NPCInfo.hpp +++ b/Include/Core/Classes/NPCInfo.hpp @@ -29,6 +29,7 @@ namespace Internal bool GetMinimapVisible() const; std::vector 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; diff --git a/Include/Core/Internal.hpp b/Include/Core/Internal.hpp index 958f304..6c214a7 100644 --- a/Include/Core/Internal.hpp +++ b/Include/Core/Internal.hpp @@ -200,6 +200,8 @@ namespace Internal Cache GetParameterInfoCache(); std::string GetPassword(); AttackOption GetPlayerAttackOption(); + std::int32_t GetPlayerCount(); + std::vector GetPlayerIndices(); Cache GetPlayerModelCache(); std::vector GetPlayers(); Deque GetProjectiles(); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 18c5476..29f837e 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ