We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb8234 commit fa5de8eCopy full SHA for fa5de8e
ICore.h
@@ -388,6 +388,7 @@ namespace alt
388
virtual uint32_t GetPoolSize(const std::string& pool) const = 0;
389
virtual uint32_t GetPoolCount(const std::string& pool) const = 0;
390
virtual std::vector<uint32_t> GetPoolEntities(const std::string& pool) const = 0;
391
+ virtual std::uint32_t GetPoolLoad(const std::string& pool) const = 0;
392
393
virtual std::vector<uint32_t> GetVoicePlayers() const = 0;
394
0 commit comments