LeviLamina
Loading...
Searching...
No Matches
NetworkSettingOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/DevConnectionQuality.h"
7#include "mc/network/PacketCompressionAlgorithm.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<2, 2, ushort> mCompressionThreshold;
14 ::ll::TypedStorage<2, 2, ::PacketCompressionAlgorithm> mCompressionAlgorithm;
15 ::ll::TypedStorage<1, 1, bool> mClientThrottleEnabled;
16 ::ll::TypedStorage<4, 4, int> mClientThrottleThreshold;
17 ::ll::TypedStorage<4, 4, float> mClientThrottleScalar;
18 ::ll::TypedStorage<1, 1, bool> mRaknetJoinFloodProtectionEnabled;
19 ::ll::TypedStorage<1, 1, bool> mEncryptionDisabled;
20 ::ll::TypedStorage<4, 4, ::DevConnectionQuality> mDevConnectionQuality;
21 // NOLINTEND
22};
Definition NetworkSettingOptions.h:9