mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
performace
This commit is contained in:
@@ -130,6 +130,18 @@ public:
|
||||
|
||||
static void TickFlushHook(UNetDriver* NetDriver);
|
||||
|
||||
int& GetMaxInternetClientRate()
|
||||
{
|
||||
static auto MaxInternetClientRateOffset = GetOffset("MaxInternetClientRate");
|
||||
return Get<int>(MaxInternetClientRateOffset);
|
||||
}
|
||||
|
||||
int& GetMaxClientRate()
|
||||
{
|
||||
static auto MaxClientRateOffset = GetOffset("MaxClientRate");
|
||||
return Get<int>(MaxClientRateOffset);
|
||||
}
|
||||
|
||||
FNetGUIDCache* GetGuidCache()
|
||||
{
|
||||
static auto GuidCacheOffset = GetOffset("WorldPackage") + 8; // checked for 1.11
|
||||
|
||||
Reference in New Issue
Block a user