3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/server/PropertiesSettings.h"
15namespace PropertiesSettingsHelper {
18MCNAPI ::std::unordered_map<::std::string, ::std::string> getChangedValues(::PropertiesSettings
const& properties);
20MCNAPI ::NetworkServerConfig getNetworkServerConfig(::PropertiesSettings
const& properties,
bool isEduMode);
22MCNAPI
void overrideTelemetryData(
23 ::PropertiesSettings::TelemetrySettings& telemetryData,
24 ::Bedrock::ActivationArguments
const& activationArgs
27MCNAPI
bool overrideValueIfPresentAndNotEmpty(
28 ::std::unordered_map<::std::string, ::std::string>
const& arguments,
29 ::std::string
const& key,
30 ::std::string& outValue
Definition ActivationArguments.h:7
Definition NetworkServerConfig.h:9
Definition PropertiesSettings.h:32