MCPcopy Create free account
hub / github.com/GTAmodding/III.VC.SA.LimitAdjuster / GetUsage

Method GetUsage

src/limits/Pools/Pools.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 bool GetUsage(int id, std::string& usagebuf)
88 {
89 return GetUserData(id)->GetUsage(usagebuf);
90 }
91};
92
93#define DEFINE_POOL_LIMIT(limit) DEFINE_LIMIT_U(limit, (PoolAdjusterBase*) &m_##limit)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected