Skip to content

Commit fa5de8e

Browse files
ALTV-616 [client] Need to show PC performance metrics - Pool Load
1 parent ebb8234 commit fa5de8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ICore.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ namespace alt
388388
virtual uint32_t GetPoolSize(const std::string& pool) const = 0;
389389
virtual uint32_t GetPoolCount(const std::string& pool) const = 0;
390390
virtual std::vector<uint32_t> GetPoolEntities(const std::string& pool) const = 0;
391+
virtual std::uint32_t GetPoolLoad(const std::string& pool) const = 0;
391392

392393
virtual std::vector<uint32_t> GetVoicePlayers() const = 0;
393394

0 commit comments

Comments
 (0)