Release 2.09

master
Kasi 2024-09-11 19:09:43 +01:00
parent 3619be0824
commit aa21ecaba3
3 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,6 @@ namespace Internal
std::vector<std::int32_t> GetNPCIndices() const; std::vector<std::int32_t> GetNPCIndices() const;
std::vector<NPC> GetNPCs() const; std::vector<NPC> GetNPCs() const;
NPC GetNPC(std::int32_t Index) const; NPC GetNPC(std::int32_t Index) const;
PlayerUpdater GetPlayerUpdater() const;
std::vector<Player> GetPlayers() const; std::vector<Player> GetPlayers() const;
Player GetPlayer(std::int32_t Index) const; Player GetPlayer(std::int32_t Index) const;
Deque GetProjectiles() const; Deque GetProjectiles() const;

View File

@ -179,6 +179,7 @@ namespace Internal
Player GetLocalPlayer(); Player GetLocalPlayer();
std::int32_t GetLocalPlayerIndex(); std::int32_t GetLocalPlayerIndex();
PlayerManager GetLocalPlayerManager(); PlayerManager GetLocalPlayerManager();
PlayerUpdater GetLocalPlayerUpdater();
RegionContainer GetLocalRegionContainer(); RegionContainer GetLocalRegionContainer();
WidgetGroup GetLocalWidgetGroup(); WidgetGroup GetLocalWidgetGroup();
std::int32_t GetLoginAccountState(); std::int32_t GetLoginAccountState();

Binary file not shown.