|
| virtual void | load (::Core::PathBuffer<::std::string > filePath) |
| virtual void | tickSaveTimer () |
| virtual void | notifySaveAllowed () |
| virtual void | saveIfNeeded () |
| virtual::OptionSaveDeferral | requestSaveDeferral () |
| virtual void | reset (::OptionResetFlags flags, ::InputMode inputMode) |
| virtual bool | getPrimaryUserStatus () const |
| virtual void | setClientInstanceCoordinator (::Bedrock::NonOwnerPointer<::ClientInstanceEventCoordinator > const &coordinator) |
| virtual::FileStorageDirectory | getFileStorageLocation () const |
| virtual void | setFileStorageLocation (::FileStorageDirectory, ::std::function< void(bool)>) |
| virtual bool | isValidOption (::OptionID optionId) const |
| virtual ::gsl::not_null<::Option * > | get (::OptionID optionId) |
| virtual ::gsl::not_null<::Option const * > | get (::OptionID optionId) const |
| virtual ::std::optional<::Option * > | getIfValid (::OptionID optionId) |
| virtual ::std::optional<::Option const * > | getIfValid (::OptionID optionId) const |
| virtual void | getTelemetryOptions (::std::vector<::OptionID > &output) |
| virtual void | refreshRenderDistanceLevels () |
| virtual bool | isLoadInProgress () |
| virtual void | addObserver (::OptionsObserver &observer) |
| virtual void | loadOptionsFromString (::std::string options) |
| virtual void | elevateSaveRequestMode (::IOptions::SaveRequestMode saveRequestMode) |
| virtual::ChatOptions const & | getChatOptions () const |
| virtual::ChatOptions & | getChatOptions () |
| virtual ::std::array<::std::unique_ptr<::Option >, 777 > const & | getAllRegisteredOptions () |
| virtual void | forEachOption (::std::function< void(::Option *)> callback) |
| virtual int | getViewDistanceChunks () const |
| virtual int | getDefaultViewDistanceChunks (::GraphicsMode graphicsMode) const |
| virtual int | getMaxViewDistanceChunks () const |
| virtual int | getMaxViewDistanceChunksRaw () const |
| virtual bool | getRayTracing () const |
| virtual bool | getDeferred () const |
| virtual::GamePadRemappingLayout & | getGamePadRemapping () |
| virtual ::std::shared_ptr<::KeyboardRemappingLayout > | getCurrentKeyboardRemapping () const |
| virtual ::std::shared_ptr<::KeyboardRemappingLayout > | getKeyboardRemappingByType (::KeyboardType keyboardType) const |
| virtual void | setLanguage (::std::string const &language) |
| virtual::std::string | getLanguage () const |
| virtual void | setPlayerViewPerspective (int playerViewPerspective) |
| virtual void | setRecentSkinIds (::std::vector<::std::string > const &recentSkinIds) |
| virtual ::std::vector<::std::string > const & | getRecentSkinIds () |
| virtual float | getDefaultPlatformSafeZoneX () const |
| virtual float | getDefaultPlatformSafeZoneY () const |
| virtual bool | getServerboundClientDiagnosticsEnabled () const |
| virtual::ScriptDebuggerSettings | getScriptDebuggerSettings () const |
| virtual::Scripting::WatchdogSettings | getScriptWatchdogSettings () const |
| virtual::GraphicsMode | getGraphicsMode () const |
| virtual int | getGraphicsQualityPresetMode () const |
| virtual int | getDeferredTargetFrameRate () const |
| virtual void | setSaveDeferralCount (int value) |
| virtual int | getSaveDeferralCount () const |
| virtual ::std::optional<::DeviceMemoryTier > | getScriptingMemoryTierOverride () const |
| virtual void | setForceVibrantVisualsDisabled (bool value) |
|
MCAPI | Options (::std::unique_ptr<::OptionValueInterface > optionValues, bool, bool isPrimaryUser, ::std::weak_ptr<::IOptions > const &perMachineOptionsSource, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > const &advancedGraphicsOptions) |
|
MCAPI::std::string | _cleanPlayerName (::std::string const &name) const |
|
MCAPI void | _loadInputMapping (::std::map<::std::string, ::std::string > &propertyMap) |
|
MCAPI void | _loadOptions (::std::map<::std::string, ::std::string > &propertyMap) |
|
MCAPI void | _loadSpecialOptions (::std::map<::std::string, ::std::string > &propertyMap) |
|
MCAPI void | _parseFilesAndLoadOptions () |
|
MCAPI void | _readGamepadMapping (::std::string const &optionKey, ::std::string const &value) |
|
MCAPI void | _readKeyboardMapping (::std::string const &optionKey, ::std::string const &value) |
|
MCAPI void | _registerAccessibilityOptions () |
|
MCAPI void | _registerChatOptions () |
|
MCAPI void | _registerHiddenFeatureOptions () |
|
MCAPI void | _registerOptions () |
|
MCAPI void | _registerSelfLock (::OptionID id, ::std::function< void(bool &)> isModifiableCondition) |
|
MCAPI void | _registerSelfObserver (::OptionID id, ::std::function< void(::Option const &, ::InputMode)> onInputModeValueChangeCallback) |
|
MCAPI void | _registerSelfObserver (::OptionID id, ::std::function< void(::Option const &)> onValueChangeCallback) |
|
MCAPI void | _registerSelfObservers () |
|
MCAPI void | _resolveMultipleSwitchRealmsEnabled (bool doOverride, ::std::vector<::std::string > featureList, bool currentSetting) |
|
MCAPI bool | _save () |
|
MCAPI void | _saveAsync () |
|
MCAPI void | _saveInputMapping (::std::vector<::std::pair<::std::string, ::std::string > > &settingsVec) const |
|
MCAPI void | _setAGFXValuesForPreset (::GraphicsQualityPresetMode preset) |
|
MCAPI void | _setOptionCallbacks () |
|
MCAPI bool | _shouldLoadGamepadMapping (::std::map<::std::string, ::std::string > &propertyMap) const |
|
MCAPI void | fireEventOptionsUpdated (::Social::Events::Event &event, ::InputMode inputMode) |
|
MCAPI void * | $ctor (::std::unique_ptr<::OptionValueInterface > optionValues, bool, bool isPrimaryUser, ::std::weak_ptr<::IOptions > const &perMachineOptionsSource, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions > const &advancedGraphicsOptions) |
|
MCAPI void | $dtor () |
|
MCAPI void | $load (::Core::PathBuffer<::std::string > filePath) |
|
MCAPI void | $tickSaveTimer () |
|
MCAPI void | $notifySaveAllowed () |
|
MCAPI void | $saveIfNeeded () |
|
MCAPI::OptionSaveDeferral | $requestSaveDeferral () |
|
MCAPI void | $reset (::OptionResetFlags flags, ::InputMode inputMode) |
|
MCAPI bool | $getPrimaryUserStatus () const |
|
MCAPI void | $setClientInstanceCoordinator (::Bedrock::NonOwnerPointer<::ClientInstanceEventCoordinator > const &coordinator) |
|
MCFOLD bool | $isValidOption (::OptionID optionId) const |
|
MCFOLD ::gsl::not_null<::Option * > | $get (::OptionID optionId) |
|
MCFOLD ::gsl::not_null<::Option const * > | $get (::OptionID optionId) const |
|
MCFOLD ::std::optional<::Option * > | $getIfValid (::OptionID optionId) |
|
MCFOLD ::std::optional<::Option const * > | $getIfValid (::OptionID optionId) const |
|
MCAPI void | $getTelemetryOptions (::std::vector<::OptionID > &output) |
|
MCAPI void | $refreshRenderDistanceLevels () |
|
MCAPI bool | $isLoadInProgress () |
|
MCAPI void | $addObserver (::OptionsObserver &observer) |
|
MCFOLD void | $loadOptionsFromString (::std::string options) |
|
MCAPI void | $elevateSaveRequestMode (::IOptions::SaveRequestMode saveRequestMode) |
|
MCFOLD::ChatOptions const & | $getChatOptions () const |
|
MCFOLD::ChatOptions & | $getChatOptions () |
|
MCFOLD ::std::array<::std::unique_ptr<::Option >, 777 > const & | $getAllRegisteredOptions () |
|
MCFOLD void | $forEachOption (::std::function< void(::Option *)> callback) |
|
MCAPI int | $getViewDistanceChunks () const |
|
MCAPI int | $getDefaultViewDistanceChunks (::GraphicsMode graphicsMode) const |
|
MCAPI int | $getMaxViewDistanceChunks () const |
|
MCAPI int | $getMaxViewDistanceChunksRaw () const |
|
MCAPI bool | $getRayTracing () const |
|
MCAPI bool | $getDeferred () const |
|
MCAPI::GamePadRemappingLayout & | $getGamePadRemapping () |
|
MCAPI ::std::shared_ptr<::KeyboardRemappingLayout > | $getCurrentKeyboardRemapping () const |
|
MCAPI ::std::shared_ptr<::KeyboardRemappingLayout > | $getKeyboardRemappingByType (::KeyboardType keyboardType) const |
|
MCAPI void | $setLanguage (::std::string const &language) |
|
MCAPI::std::string | $getLanguage () const |
|
MCAPI void | $setPlayerViewPerspective (int playerViewPerspective) |
|
MCAPI void | $setRecentSkinIds (::std::vector<::std::string > const &recentSkinIds) |
|
MCAPI ::std::vector<::std::string > const & | $getRecentSkinIds () |
|
MCAPI float | $getDefaultPlatformSafeZoneX () const |
|
MCAPI float | $getDefaultPlatformSafeZoneY () const |
|
MCAPI bool | $getServerboundClientDiagnosticsEnabled () const |
|
MCAPI::ScriptDebuggerSettings | $getScriptDebuggerSettings () const |
|
MCAPI::Scripting::WatchdogSettings | $getScriptWatchdogSettings () const |
|
MCAPI::GraphicsMode | $getGraphicsMode () const |
|
MCAPI int | $getGraphicsQualityPresetMode () const |
|
MCAPI int | $getDeferredTargetFrameRate () const |
|
MCAPI void | $setSaveDeferralCount (int value) |
|
MCAPI int | $getSaveDeferralCount () const |
|
MCAPI ::std::optional<::DeviceMemoryTier > | $getScriptingMemoryTierOverride () const |
|
MCAPI void | $setForceVibrantVisualsDisabled (bool value) |
| virtual ::std::shared_ptr<::IOptions > | sharedFromThis () |
| virtual ::std::shared_ptr<::IOptions const > | sharedFromThis () const |
| virtual bool | consumeDevOptionsDirty () |
| virtual void | dumpOptionsToLogFile () const |
| virtual::Option & | _registerOption (::std::unique_ptr<::Option > option) |
| virtual void | updateInputMode (::InputMode inputMode) |
| virtual void | setMainVolume (float volume) |
| virtual float | getMainVolume () const |
| virtual void | setMusicVolume (float volume) |
| virtual float | getMusicVolume () const |
| virtual void | setSoundVolume (float volume) |
| virtual float | getSoundVolume () const |
| virtual void | setTTSVolume (float volume) |
| virtual float | getTTSVolume () const |
| virtual float | getChatMessageDuration () const |
| virtual float | getToastNotificationDuration () const |
| virtual void | setSensitivity (float sensitivity, ::InputMode inputMode) |
| virtual float | getSensitivity (::InputMode inputMode) const |
| virtual void | setSpyglassDamping (float value, ::InputMode inputMode) |
| virtual float | getSpyglassDamping (::InputMode inputMode) const |
| virtual void | setDwellBeforeDrag (float value) |
| virtual float | getDwellBeforeDrag () const |
| virtual void | setStackSplittingTrigger (float value) |
| virtual float | getStackSplittingTrigger () const |
| virtual float | getGameSensitivity (::InputMode inputmode) const |
| virtual bool | getInvertYMouse (::InputMode inputMode) const |
| virtual float | getParticleViewDistance () const |
| virtual bool | getBobView () const |
| virtual float | getDamageBobStrength () const |
| virtual bool | getCameraShake () const |
| virtual bool | getHideEndFlash () const |
| virtual bool | getIsDitheringEnabledBlocks () const |
| virtual bool | getIsDitheringEnabledMobs () const |
| virtual void | setResetPlayerAlignment (bool reset) |
| virtual bool | getResetPlayerAlignment () const |
| virtual::TargetRenderAPI | getTargetRenderAPI () const |
| virtual bool | getTransparentLeaves () const |
| virtual bool | getFancyBubbles () const |
| virtual bool | getSmoothLighting () const |
| virtual bool | getGuiAccessibilityScaling () const |
| virtual bool | getUseMouseForDigging () const |
| virtual bool | isLeftHanded () const |
| virtual bool | isHotbarOnlyTouch () const |
| virtual bool | getDestroyVibration (::InputMode inputMode) const |
| virtual bool | getSplitVibration (::InputMode inputMode) const |
| virtual bool | getAutoJump (::InputMode inputMode) const |
| virtual void | setFullscreen (bool fullscreen) |
| virtual bool | getFullscreen () const |
| virtual void | toggleFullscreen () |
| virtual void | setDifficulty (int difficulty) |
| virtual void | setHideGUI (bool hideGUI) |
| virtual bool | getHideHud () const |
| virtual bool | getHideHand () const |
| virtual void | setHideToolTips (bool hideToolTips) |
| virtual bool | getHideToolTips () const |
| virtual void | setHidePaperDoll (bool hidePaperDoll) |
| virtual bool | getHidePaperDoll () const |
| virtual void | setIngamePlayerNames (bool useNameTag) |
| virtual bool | getIngamePlayerNames () const |
| virtual void | setSplitscreenIngamePlayerNames (bool useNameTag) |
| virtual bool | getSplitscreenIngamePlayerNames () const |
| virtual void | setInterfaceOpacity (float opacity) |
| virtual float | getInterfaceOpacity () const |
| virtual void | setSplitscreenInterfaceOpacity (float opacity) |
| virtual float | getSplitscreenInterfaceOpacity () const |
| virtual void | setShowAutoSaveIcon (bool ShowAutoSaveIcon) |
| virtual bool | getShowAutoSaveIcon () const |
| virtual void | setSplitscreenDirection (int splitScreenDirection) |
| virtual::SplitScreenDirection | getSplitscreenDirection () const |
| virtual void | setHideScreens (bool hideScreens) |
| virtual bool | getHideScreens () const |
| virtual void | setHideItemInHand (bool hideItemInHand) |
| virtual bool | getHideItemInHand () const |
| virtual bool | getScreenAnimations () const |
| virtual::UIProfile | getUIProfile () const |
| virtual void | setForceUseUnsortedPolys (bool renderUnsorted) |
| virtual bool | getForceUseUnsortedPolys () const |
| virtual void | setRenderDebug (::DebugHudOptions renderDebug) |
| virtual::DebugHudOptions | getRenderDebug () const |
| virtual bool | getRemoteImguiEnabled () const |
| virtual void | setRemoteImguiEnabled (bool remoteImguiEnabled) |
| virtual float | getGamma () const |
| virtual void | setMSAA (int msaa) |
| virtual void | setTexelAA (bool texelAA) |
| virtual void | setFixedCamera (bool fixedCamera) |
| virtual bool | getFixedCamera () const |
| virtual void | setSkinId (::std::string const &skinId) |
| virtual::std::string const & | getSkinId () const |
| virtual void | setLastCustomSkinId (::std::string const &lastCustomSkinId) |
| virtual::std::string const & | getLastCustomSkinId () const |
| virtual bool | getFovToggle () const |
| virtual void | setServerVisible (bool serverVisible) |
| virtual bool | getServerVisible () const |
| virtual void | setSplitControls (bool splitControls) |
| virtual bool | getSplitControls () const |
| virtual bool | getSwapJumpAndSneak () const |
| virtual bool | getFancySkies () const |
| virtual void | setRenderClouds (bool renderClouds) |
| virtual bool | getRenderClouds () const |
| virtual bool | getDevAutoLoadLevel () const |
| virtual bool | getDevAssertionsDebugBreak () const |
| virtual bool | getDevAssertionsShowDialog () const |
| virtual bool | getDevShowDisplayLoggedError () const |
| virtual bool | getDevShowDisplayLoggedError (::DisplayLoggedErrorType errortype) const |
| virtual void | setDevShowDevConsoleButton (bool dev_showDevConsoleButton) |
| virtual bool | getDevShowDevConsoleButton () const |
| virtual bool | getDevIgnoreUserInput () const |
| virtual bool | getDevDisplayTreatmentPanel () const |
| virtual void | setDevDisplayTreatmentPanel (bool dev_displayTreatmentPanel) |
| virtual void | setDevShowMinecraftTCUIReplacement (bool dev_showMinecraftTCUIReplacement) |
| virtual bool | getDevShowMinecraftTCUIReplacement () const |
| virtual bool | getDevCreateRealmWithoutPurchase () const |
| virtual bool | getDevDisableConnectedStoragePush () const |
| virtual bool | getDevDisableConnectedStoragePull () const |
| virtual void | setDevFindMobs (bool dev_findMobs) |
| virtual bool | getDevFindMobs () const |
| virtual void | setDevRenderBoundingBoxes (bool dev_renderBoundingBoxes) |
| virtual bool | getDevRenderBoundingBoxes () const |
| virtual void | setDevRenderPaths (bool dev_renderPaths) |
| virtual bool | getDevRenderPaths () const |
| virtual void | setDevRenderMobInfoState (bool dev_renderMobInfoState) |
| virtual bool | getDevRenderMobInfoState () const |
| virtual void | setDevRenderGoalState (bool dev_renderGoalState) |
| virtual bool | getDevRenderGoalState () const |
| virtual void | setDevRenderSchedulerInfo (bool dev_renderSchedulerState) |
| virtual bool | getDevRenderSchedulerInfo () const |
| virtual void | setDevRenderCoordinateSystems (bool dev_renderCoords) |
| virtual bool | getDevRenderCoordinateSystems () const |
| virtual bool | getDevResetClientId () const |
| virtual void | setDevLogFlushImmediate (bool dev_FlushLogOnWrite) |
| virtual bool | getDevLogFlushImmediate () const |
| virtual void | setDevLogTimestamp (bool dev_timestamp) |
| virtual bool | getDevLogTimestamp () const |
| virtual void | setDevLogTrace (bool dev_trace) |
| virtual bool | getDevLogTrace () const |
| virtual void | setDevLogArea (bool dev_logArea) |
| virtual bool | getDevLogArea () const |
| virtual void | setDevLogPriority (bool dev_logPriority) |
| virtual bool | getDevLogPriority () const |
| virtual void | setDevLogThread (bool dev_logThread) |
| virtual bool | getDevLogThread () const |
| virtual void | setDevLogAppend (bool dev_append) |
| virtual bool | getDevLogAppend () const |
| virtual void | setDevLogProcessId (bool enable) |
| virtual bool | getDevLogProcessId () const |
| virtual void | setDevLogThreadId (bool enable) |
| virtual bool | getDevLogThreadId () const |
| virtual void | setDevLogMessageId (bool enable) |
| virtual bool | getDevLogMessageId () const |
| virtual void | setDevLogSilentLogging (bool silent) |
| virtual bool | getDevLogSilentLogging () const |
| virtual void | setDevLogPriorityFilter (::std::string const &devFilter) |
| virtual::std::string const & | getDevLogPriorityFilter () const |
| virtual void | setDevLogAreaFilter (::std::string const &devFilter) |
| virtual::std::string const & | getDevLogAreaFilter () const |
| virtual void | setDevGameEventRetentionTicks (ushort retentionTicks) |
| virtual ushort | getDevGameEventRetentionTicks () const |
| virtual void | setDevDeepDarkDebugRender (bool render) |
| virtual bool | getDevDeepDarkDebugRender () const |
| virtual bool | isLogCategoryEnabled (::BedrockLog::LogCategory category) const |
| virtual bool | getDevEnableProfilerOutput () |
| virtual bool | getDevAddUsersSilently () const |
| virtual int | getDevBenchmarkModeTime () |
| virtual bool | getDevDisableClientBlobCache () const |
| virtual bool | getDevClientBlobCacheOnLocalServer () const |
| virtual void | setLogFlushDelay (int delay_time) |
| virtual int | getLogFlushDelay () |
| virtual int | getAutomationParallelSlices () const |
| virtual int | getAutomationParallelCurrentSlice () const |
| virtual bool | getIsAutomationRun () const |
| virtual bool | getShouldQuitAppAfterTesting () const |
| virtual bool | shouldUploadTestArtifacts () const |
| virtual bool | hasAutomationTestRunTimedOut () const |
| virtual bool | hasAutomationTestRunReachedCrashLimit () const |
| virtual bool | shouldAppendDebugLogTimestamp () const |
| virtual::std::string | getAutomationServerIp () const |
| virtual::std::string | getAutomationServerPort () const |
| virtual::std::string | getAutomationArtifactUploadSas () const |
| virtual::std::string | getAutomationArtifactUploadUrl () const |
| virtual::std::string | getAutomationRelativeBlobpath () const |
| virtual::std::string | getAutomationFunctionalTestTags () const |
| virtual::std::string | getAutomationServerTestTags () const |
| virtual::std::string | getAutomationUnitTestTags () const |
| virtual::std::string | getAutomationFunctionalBrokenTestTags () const |
| virtual::std::string | getAutomationServerBrokenTestTags () const |
| virtual::std::string | getAutomationUnitBrokenTestTags () const |
| virtual::std::string | getAutomationTestBuildID () const |
| virtual::std::string | getAutomationUploadToken () const |
| virtual::std::string | getAutomationEnabledFeatures () const |
| virtual::std::string | getAutomationEnabledExperiments () const |
| virtual bool | getAutomationShouldGroupServerTests () const |
| virtual bool | getAutomationUnrandomTestsEnabled () const |
| virtual bool | getAutomationRunEntireServerTestGroup () const |
| virtual bool | getAutomationRunServerTestAfterEachTest () const |
| virtual::std::string const & | getTestBranchName () const |
| virtual bool | getFunctionalTestBlockInput () const |
| virtual bool | shouldBlockUserInput () const |
| virtual bool | hasSetSafeZone () const |
| virtual bool | getAutomationDisableTreatmentPackDownloads () const |
| virtual bool | getAutomationProfilerCaptureEnabled () const |
| virtual bool | getAutomationProfilerFlipEnabled () const |
| virtual int | getAutomationRepeatCount () const |
| virtual int | getAutomationSoakTestRunDurationMinutes () const |
| virtual bool | getAutomationRerunFailuresOnly () const |
| virtual int | getAutomationUnitPerTestcaseTimeout () const |
| virtual int | getAutomationFunctionalPerTestcaseTimeout () const |
| virtual int | getAutomationServerPerTestcaseTimeout () const |
| virtual void | setAutomationFunctionalBrokenTestTags (::std::string const &tags) |
| virtual void | setAutomationUnitBrokenTestTags (::std::string const &tags) |
| virtual void | setAutomationUploadToken (::std::string const &token) |
| virtual bool | getDevAchievmentsAlwaysEnabled () |
| virtual bool | shouldServerTestsLogWorlds () const |
| virtual bool | shouldServerTestsAssertOnLevelDiff () const |
| virtual::std::string | getAutomationMultiplayerSessionName () const |
| virtual int | getAutomationMultiplayerDeviceIndex () const |
| virtual ::std::vector<::std::string > | getAutomationMultiplayerUserAccounts () const |
| virtual::DevConnectionQuality | getDevConnectionQuality () const |
| virtual int | getDevRenderAttachPos () const |
| virtual void | setMultiPlayerGame (bool multiPlayerGame) |
| virtual bool | getMultiPlayerGame () const |
| virtual void | setXboxLiveVisible (bool xboxLiveVisible) |
| virtual bool | wasLoggedInLastSession () |
| virtual void | setHasEverLoggedIntoXbl (bool hasEverLoggedIntoXbl) |
| virtual bool | getHasEverLoggedIntoXbl () const |
| virtual void | setHasShownFirstLaunchWelcomeModal (bool hasShownModal) |
| virtual bool | getHasShownFirstLaunchWelcomeModal () const |
| virtual void | setHasShownFirstSocialWelcomeModal (bool hasShownModal) |
| virtual bool | getHasShownFirstSocialWelcomeModal () const |
| virtual void | setDoNotShowFriendsListFTUE (bool hasShownModal) |
| virtual bool | getDoNotShowFriendsListFTUE () const |
| virtual void | setHasShownBannedModalAtStartup (bool hasShownModal) |
| virtual bool | getHasShownBannedModalAtStartup () const |
| virtual void | setAcknowledgedAutoSave (bool acknowledgedAutoSave) |
| virtual bool | getAcknowledgedAutoSave () const |
| virtual void | setRealmsInviteShowFriendsOption (bool showFriendInvitesOnly) |
| virtual bool | getRealmsInviteShowFriendsOption () const |
| virtual void | setNumberOfOwnedRealms (int numberOfOwnedRealms) |
| virtual int | getNumberOfOwnedRealms () const |
| virtual void | setNumberOfFriendsRealms (int numberOfOwnedRealms) |
| virtual int | getNumberOfFriendsRealms () const |
| virtual void | setCreateRealmUpsellCount (int value) |
| virtual int | getCreateRealmUpsellCount () const |
| virtual void | setSaveAndQuitCount (int value) |
| virtual int | getSaveAndQuitCount () const |
| virtual void | setIsRatingsPromptShown (bool value) |
| virtual bool | getIsRatingsPromptShown () const |
| virtual void | setShowRealmsTrialButtonFromPlayScreen (bool value) |
| virtual bool | getShowRealmsTrialButtonFromPlayScreen () const |
| virtual::AutoUpdateMode | getAutoUpdateMode () const |
| virtual void | setCanUseCellularData (bool useNetworkData) |
| virtual bool | getCanUseCellularData () const |
| virtual int | getPlayerViewPerspective () const |
| virtual void | setRequireWebsocketEncryption (bool require) |
| virtual bool | getRequireWebsocketEncryption () const |
| virtual void | setWebsocketsEnabled (bool enabled) |
| virtual bool | getWebsocketsEnabled () const |
| virtual void | setUseIPv6Only (bool useIPv6Only) |
| virtual bool | getUseIPv6Only () const |
| virtual void | setUseRetailXboxSandbox (bool const retail) |
| virtual bool | getUseRetailXboxSandbox () const |
| virtual void | setXboxLiveSandbox (::XboxSandboxEnvironment environment) |
| virtual::std::string const & | getXboxLiveSandbox () const |
| virtual void | setRealmsEnvironment (::RealmsEnvironment realmsEnvironment) |
| virtual::RealmsEnvironment | getRealmsEnvironment () const |
| virtual void | setRealmsEndpoint (::std::string const &realmsEndpoint) |
| virtual::std::string const & | getRealmsEndpoint () const |
| virtual::std::string const & | getRealmsV2Endpoint () const |
| virtual void | setRealmsEndpointPayment (::std::string const &realmsEndpointPayment) |
| virtual::std::string const & | getRealmsEndpointPayment () const |
| virtual void | setRealmsRelyingParty (::std::string const &realmsRelyingParty) |
| virtual::std::string const & | getRealmsRelyingParty () const |
| virtual void | setRealmsRelyingPartyPayment (::std::string const &realmsRelyingPartyPayment) |
| virtual::std::string const & | getRealmsRelyingPartyPayment () const |
| virtual void | setStoreHasPurchasedCoins (bool value) |
| virtual bool | getStoreHasPurchasedCoins () const |
| virtual void | setShowUnfulfilledPurchaseModal (bool value) |
| virtual bool | getShowUnfulfilledPurchaseModal () const |
| virtual void | setSwitchCoinDebug (bool value) |
| virtual bool | getSwitchCoinDebug () const |
| virtual void | setEduHasLoggedIn (bool hasEduLoggedIn) |
| virtual bool | getEduHasLoggedIn () const |
| virtual void | setShownPlatformNetworkConnectConfirmation (bool value) |
| virtual bool | getShownPlatformNetworkConnectConfirmation () const |
| virtual void | setShownPlatformPremiumUpsell (bool value) |
| virtual bool | getShownPlatformPremiumUpsell () const |
| virtual void | setAppLaunchedCount (int value) |
| virtual int | getAppLaunchedCount () const |
| virtual void | setEcoMode (bool value) |
| virtual bool | getEcoMode () const |
| virtual void | setEduCloudBackupToggle (bool cloudBackup) |
| virtual bool | getEduCloudBackupToggle () const |
| virtual void | setUseFontOverrides (bool value) |
| virtual bool | getUseFontOverrides () const |
| virtual::NewInteractionModel | getEffectiveTouchScheme () const |
|
MCAPI::Option * | _getOptionAndAssertIfNotPresent (::OptionID optionId) const |
|
MCFOLD ::std::shared_ptr<::IOptions > | $sharedFromThis () |
|
MCFOLD ::std::shared_ptr<::IOptions const > | $sharedFromThis () const |
|
MCAPI bool | $consumeDevOptionsDirty () |
|
MCFOLD void | $dumpOptionsToLogFile () const |
|
MCAPI::Option & | $_registerOption (::std::unique_ptr<::Option > option) |
|
MCAPI void | $updateInputMode (::InputMode inputMode) |
|
MCAPI void | $setMainVolume (float volume) |
|
MCAPI float | $getMainVolume () const |
|
MCAPI void | $setMusicVolume (float volume) |
|
MCAPI float | $getMusicVolume () const |
|
MCAPI void | $setSoundVolume (float volume) |
|
MCAPI float | $getSoundVolume () const |
|
MCAPI void | $setTTSVolume (float volume) |
|
MCAPI float | $getTTSVolume () const |
|
MCAPI float | $getChatMessageDuration () const |
|
MCAPI float | $getToastNotificationDuration () const |
|
MCAPI void | $setSensitivity (float sensitivity, ::InputMode inputMode) |
|
MCAPI float | $getSensitivity (::InputMode inputMode) const |
|
MCAPI void | $setSpyglassDamping (float value, ::InputMode inputMode) |
|
MCAPI float | $getSpyglassDamping (::InputMode inputMode) const |
|
MCAPI void | $setDwellBeforeDrag (float value) |
|
MCAPI float | $getDwellBeforeDrag () const |
|
MCAPI void | $setStackSplittingTrigger (float value) |
|
MCAPI float | $getStackSplittingTrigger () const |
|
MCAPI float | $getGameSensitivity (::InputMode inputmode) const |
|
MCAPI bool | $getInvertYMouse (::InputMode inputMode) const |
|
MCAPI float | $getParticleViewDistance () const |
|
MCAPI bool | $getBobView () const |
|
MCAPI float | $getDamageBobStrength () const |
|
MCAPI bool | $getCameraShake () const |
|
MCAPI bool | $getHideEndFlash () const |
|
MCAPI bool | $getIsDitheringEnabledBlocks () const |
|
MCAPI bool | $getIsDitheringEnabledMobs () const |
|
MCAPI void | $setResetPlayerAlignment (bool reset) |
|
MCAPI bool | $getResetPlayerAlignment () const |
|
MCAPI::TargetRenderAPI | $getTargetRenderAPI () const |
|
MCAPI bool | $getTransparentLeaves () const |
|
MCAPI bool | $getFancyBubbles () const |
|
MCAPI bool | $getSmoothLighting () const |
|
MCAPI bool | $getGuiAccessibilityScaling () const |
|
MCFOLD bool | $getUseMouseForDigging () const |
|
MCAPI bool | $isLeftHanded () const |
|
MCAPI bool | $isHotbarOnlyTouch () const |
|
MCAPI bool | $getDestroyVibration (::InputMode inputMode) const |
|
MCAPI bool | $getSplitVibration (::InputMode inputMode) const |
|
MCAPI bool | $getAutoJump (::InputMode inputMode) const |
|
MCAPI void | $setFullscreen (bool fullscreen) |
|
MCAPI bool | $getFullscreen () const |
|
MCAPI void | $toggleFullscreen () |
|
MCAPI void | $setDifficulty (int difficulty) |
|
MCAPI void | $setHideGUI (bool hideGUI) |
|
MCAPI bool | $getHideHud () const |
|
MCAPI bool | $getHideHand () const |
|
MCAPI void | $setHideToolTips (bool hideToolTips) |
|
MCAPI bool | $getHideToolTips () const |
|
MCAPI void | $setHidePaperDoll (bool hidePaperDoll) |
|
MCAPI bool | $getHidePaperDoll () const |
|
MCAPI void | $setIngamePlayerNames (bool useNameTag) |
|
MCAPI bool | $getIngamePlayerNames () const |
|
MCAPI void | $setSplitscreenIngamePlayerNames (bool useNameTag) |
|
MCAPI bool | $getSplitscreenIngamePlayerNames () const |
|
MCAPI void | $setInterfaceOpacity (float opacity) |
|
MCAPI float | $getInterfaceOpacity () const |
|
MCAPI void | $setSplitscreenInterfaceOpacity (float opacity) |
|
MCAPI float | $getSplitscreenInterfaceOpacity () const |
|
MCAPI void | $setShowAutoSaveIcon (bool ShowAutoSaveIcon) |
|
MCAPI bool | $getShowAutoSaveIcon () const |
|
MCAPI void | $setSplitscreenDirection (int splitScreenDirection) |
|
MCAPI::SplitScreenDirection | $getSplitscreenDirection () const |
|
MCAPI void | $setHideScreens (bool hideScreens) |
|
MCAPI bool | $getHideScreens () const |
|
MCAPI void | $setHideItemInHand (bool hideItemInHand) |
|
MCAPI bool | $getHideItemInHand () const |
|
MCAPI bool | $getScreenAnimations () const |
|
MCAPI::UIProfile | $getUIProfile () const |
|
MCAPI void | $setForceUseUnsortedPolys (bool renderUnsorted) |
|
MCAPI bool | $getForceUseUnsortedPolys () const |
|
MCAPI void | $setRenderDebug (::DebugHudOptions renderDebug) |
|
MCAPI::DebugHudOptions | $getRenderDebug () const |
|
MCFOLD bool | $getRemoteImguiEnabled () const |
|
MCFOLD void | $setRemoteImguiEnabled (bool remoteImguiEnabled) |
|
MCAPI float | $getGamma () const |
|
MCAPI void | $setMSAA (int msaa) |
|
MCAPI void | $setTexelAA (bool texelAA) |
|
MCAPI void | $setFixedCamera (bool fixedCamera) |
|
MCAPI bool | $getFixedCamera () const |
|
MCAPI void | $setSkinId (::std::string const &skinId) |
|
MCAPI::std::string const & | $getSkinId () const |
|
MCAPI void | $setLastCustomSkinId (::std::string const &lastCustomSkinId) |
|
MCAPI::std::string const & | $getLastCustomSkinId () const |
|
MCAPI bool | $getFovToggle () const |
|
MCAPI void | $setServerVisible (bool serverVisible) |
|
MCAPI bool | $getServerVisible () const |
|
MCAPI void | $setSplitControls (bool splitControls) |
|
MCAPI bool | $getSplitControls () const |
|
MCAPI bool | $getSwapJumpAndSneak () const |
|
MCAPI bool | $getFancySkies () const |
|
MCAPI void | $setRenderClouds (bool renderClouds) |
|
MCAPI bool | $getRenderClouds () const |
|
MCAPI bool | $getDevAutoLoadLevel () const |
|
MCAPI bool | $getDevAssertionsDebugBreak () const |
|
MCAPI bool | $getDevAssertionsShowDialog () const |
|
MCAPI bool | $getDevShowDisplayLoggedError () const |
|
MCAPI bool | $getDevShowDisplayLoggedError (::DisplayLoggedErrorType errortype) const |
|
MCAPI void | $setDevShowDevConsoleButton (bool dev_showDevConsoleButton) |
|
MCAPI bool | $getDevShowDevConsoleButton () const |
|
MCFOLD bool | $getDevIgnoreUserInput () const |
|
MCAPI bool | $getDevDisplayTreatmentPanel () const |
|
MCAPI void | $setDevDisplayTreatmentPanel (bool dev_displayTreatmentPanel) |
|
MCAPI void | $setDevShowMinecraftTCUIReplacement (bool dev_showMinecraftTCUIReplacement) |
|
MCAPI bool | $getDevShowMinecraftTCUIReplacement () const |
|
MCAPI bool | $getDevCreateRealmWithoutPurchase () const |
|
MCAPI bool | $getDevDisableConnectedStoragePush () const |
|
MCAPI bool | $getDevDisableConnectedStoragePull () const |
|
MCAPI void | $setDevFindMobs (bool dev_findMobs) |
|
MCAPI bool | $getDevFindMobs () const |
|
MCAPI void | $setDevRenderBoundingBoxes (bool dev_renderBoundingBoxes) |
|
MCAPI bool | $getDevRenderBoundingBoxes () const |
|
MCAPI void | $setDevRenderPaths (bool dev_renderPaths) |
|
MCAPI bool | $getDevRenderPaths () const |
|
MCAPI void | $setDevRenderMobInfoState (bool dev_renderMobInfoState) |
|
MCAPI bool | $getDevRenderMobInfoState () const |
|
MCAPI void | $setDevRenderGoalState (bool dev_renderGoalState) |
|
MCAPI bool | $getDevRenderGoalState () const |
|
MCAPI void | $setDevRenderSchedulerInfo (bool dev_renderSchedulerState) |
|
MCAPI bool | $getDevRenderSchedulerInfo () const |
|
MCAPI void | $setDevRenderCoordinateSystems (bool dev_renderCoords) |
|
MCAPI bool | $getDevRenderCoordinateSystems () const |
|
MCAPI bool | $getDevResetClientId () const |
|
MCAPI void | $setDevLogFlushImmediate (bool dev_FlushLogOnWrite) |
|
MCAPI bool | $getDevLogFlushImmediate () const |
|
MCAPI void | $setDevLogTimestamp (bool dev_timestamp) |
|
MCAPI bool | $getDevLogTimestamp () const |
|
MCAPI void | $setDevLogTrace (bool dev_trace) |
|
MCFOLD bool | $getDevLogTrace () const |
|
MCAPI void | $setDevLogArea (bool dev_logArea) |
|
MCAPI bool | $getDevLogArea () const |
|
MCAPI void | $setDevLogPriority (bool dev_logPriority) |
|
MCAPI bool | $getDevLogPriority () const |
|
MCFOLD void | $setDevLogThread (bool dev_logThread) |
|
MCFOLD bool | $getDevLogThread () const |
|
MCAPI void | $setDevLogAppend (bool dev_append) |
|
MCFOLD bool | $getDevLogAppend () const |
|
MCAPI void | $setDevLogProcessId (bool enable) |
|
MCAPI bool | $getDevLogProcessId () const |
|
MCFOLD void | $setDevLogThreadId (bool enable) |
|
MCFOLD bool | $getDevLogThreadId () const |
|
MCAPI void | $setDevLogMessageId (bool enable) |
|
MCAPI bool | $getDevLogMessageId () const |
|
MCAPI void | $setDevLogSilentLogging (bool silent) |
|
MCAPI bool | $getDevLogSilentLogging () const |
|
MCAPI void | $setDevLogPriorityFilter (::std::string const &devFilter) |
|
MCAPI::std::string const & | $getDevLogPriorityFilter () const |
|
MCAPI void | $setDevLogAreaFilter (::std::string const &devFilter) |
|
MCAPI::std::string const & | $getDevLogAreaFilter () const |
|
MCAPI void | $setDevGameEventRetentionTicks (ushort retentionTicks) |
|
MCAPI ushort | $getDevGameEventRetentionTicks () const |
|
MCAPI void | $setDevDeepDarkDebugRender (bool render) |
|
MCAPI bool | $getDevDeepDarkDebugRender () const |
|
MCAPI bool | $isLogCategoryEnabled (::BedrockLog::LogCategory category) const |
|
MCAPI bool | $getDevEnableProfilerOutput () |
|
MCAPI bool | $getDevAddUsersSilently () const |
|
MCAPI int | $getDevBenchmarkModeTime () |
|
MCAPI bool | $getDevDisableClientBlobCache () const |
|
MCAPI bool | $getDevClientBlobCacheOnLocalServer () const |
|
MCFOLD void | $setLogFlushDelay (int delay_time) |
|
MCFOLD int | $getLogFlushDelay () |
|
MCFOLD int | $getAutomationParallelSlices () const |
|
MCFOLD int | $getAutomationParallelCurrentSlice () const |
|
MCFOLD bool | $getIsAutomationRun () const |
|
MCFOLD bool | $getShouldQuitAppAfterTesting () const |
|
MCFOLD bool | $shouldUploadTestArtifacts () const |
|
MCFOLD bool | $hasAutomationTestRunTimedOut () const |
|
MCFOLD bool | $hasAutomationTestRunReachedCrashLimit () const |
|
MCFOLD bool | $shouldAppendDebugLogTimestamp () const |
|
MCFOLD::std::string | $getAutomationServerIp () const |
|
MCFOLD::std::string | $getAutomationServerPort () const |
|
MCFOLD::std::string | $getAutomationArtifactUploadSas () const |
|
MCFOLD::std::string | $getAutomationArtifactUploadUrl () const |
|
MCFOLD::std::string | $getAutomationRelativeBlobpath () const |
|
MCFOLD::std::string | $getAutomationFunctionalTestTags () const |
|
MCFOLD::std::string | $getAutomationServerTestTags () const |
|
MCFOLD::std::string | $getAutomationUnitTestTags () const |
|
MCFOLD::std::string | $getAutomationFunctionalBrokenTestTags () const |
|
MCFOLD::std::string | $getAutomationServerBrokenTestTags () const |
|
MCFOLD::std::string | $getAutomationUnitBrokenTestTags () const |
|
MCFOLD::std::string | $getAutomationTestBuildID () const |
|
MCFOLD::std::string | $getAutomationUploadToken () const |
|
MCFOLD::std::string | $getAutomationEnabledFeatures () const |
|
MCFOLD::std::string | $getAutomationEnabledExperiments () const |
|
MCFOLD bool | $getAutomationShouldGroupServerTests () const |
|
MCFOLD bool | $getAutomationUnrandomTestsEnabled () const |
|
MCFOLD bool | $getAutomationRunEntireServerTestGroup () const |
|
MCFOLD bool | $getAutomationRunServerTestAfterEachTest () const |
|
MCFOLD::std::string const & | $getTestBranchName () const |
|
MCFOLD bool | $getFunctionalTestBlockInput () const |
|
MCFOLD bool | $shouldBlockUserInput () const |
|
MCAPI bool | $hasSetSafeZone () const |
|
MCFOLD bool | $getAutomationDisableTreatmentPackDownloads () const |
|
MCFOLD bool | $getAutomationProfilerCaptureEnabled () const |
|
MCFOLD bool | $getAutomationProfilerFlipEnabled () const |
|
MCFOLD int | $getAutomationRepeatCount () const |
|
MCFOLD int | $getAutomationSoakTestRunDurationMinutes () const |
|
MCFOLD bool | $getAutomationRerunFailuresOnly () const |
|
MCFOLD int | $getAutomationUnitPerTestcaseTimeout () const |
|
MCFOLD int | $getAutomationFunctionalPerTestcaseTimeout () const |
|
MCFOLD int | $getAutomationServerPerTestcaseTimeout () const |
|
MCFOLD void | $setAutomationFunctionalBrokenTestTags (::std::string const &tags) |
|
MCFOLD void | $setAutomationUnitBrokenTestTags (::std::string const &tags) |
|
MCFOLD void | $setAutomationUploadToken (::std::string const &token) |
|
MCFOLD bool | $getDevAchievmentsAlwaysEnabled () |
|
MCFOLD bool | $shouldServerTestsLogWorlds () const |
|
MCFOLD bool | $shouldServerTestsAssertOnLevelDiff () const |
|
MCFOLD::std::string | $getAutomationMultiplayerSessionName () const |
|
MCFOLD int | $getAutomationMultiplayerDeviceIndex () const |
|
MCFOLD ::std::vector<::std::string > | $getAutomationMultiplayerUserAccounts () const |
|
MCAPI int | $getDevRenderAttachPos () const |
|
MCAPI void | $setMultiPlayerGame (bool multiPlayerGame) |
|
MCAPI bool | $getMultiPlayerGame () const |
|
MCAPI void | $setXboxLiveVisible (bool xboxLiveVisible) |
|
MCAPI bool | $wasLoggedInLastSession () |
|
MCAPI void | $setHasEverLoggedIntoXbl (bool hasEverLoggedIntoXbl) |
|
MCAPI bool | $getHasEverLoggedIntoXbl () const |
|
MCAPI void | $setHasShownFirstLaunchWelcomeModal (bool hasShownModal) |
|
MCAPI bool | $getHasShownFirstLaunchWelcomeModal () const |
|
MCAPI void | $setHasShownFirstSocialWelcomeModal (bool hasShownModal) |
|
MCAPI bool | $getHasShownFirstSocialWelcomeModal () const |
|
MCAPI void | $setDoNotShowFriendsListFTUE (bool hasShownModal) |
|
MCAPI bool | $getDoNotShowFriendsListFTUE () const |
|
MCAPI void | $setHasShownBannedModalAtStartup (bool hasShownModal) |
|
MCAPI bool | $getHasShownBannedModalAtStartup () const |
|
MCAPI void | $setAcknowledgedAutoSave (bool acknowledgedAutoSave) |
|
MCAPI bool | $getAcknowledgedAutoSave () const |
|
MCAPI void | $setRealmsInviteShowFriendsOption (bool showFriendInvitesOnly) |
|
MCAPI bool | $getRealmsInviteShowFriendsOption () const |
|
MCAPI void | $setNumberOfOwnedRealms (int numberOfOwnedRealms) |
|
MCAPI int | $getNumberOfOwnedRealms () const |
|
MCAPI void | $setNumberOfFriendsRealms (int numberOfOwnedRealms) |
|
MCAPI int | $getNumberOfFriendsRealms () const |
|
MCAPI void | $setCreateRealmUpsellCount (int value) |
|
MCAPI int | $getCreateRealmUpsellCount () const |
|
MCAPI void | $setSaveAndQuitCount (int value) |
|
MCAPI int | $getSaveAndQuitCount () const |
|
MCAPI void | $setIsRatingsPromptShown (bool value) |
|
MCAPI bool | $getIsRatingsPromptShown () const |
|
MCAPI void | $setShowRealmsTrialButtonFromPlayScreen (bool value) |
|
MCAPI bool | $getShowRealmsTrialButtonFromPlayScreen () const |
|
MCAPI::AutoUpdateMode | $getAutoUpdateMode () const |
|
MCAPI void | $setCanUseCellularData (bool useNetworkData) |
|
MCAPI bool | $getCanUseCellularData () const |
|
MCAPI int | $getPlayerViewPerspective () const |
|
MCAPI void | $setRequireWebsocketEncryption (bool require) |
|
MCAPI bool | $getRequireWebsocketEncryption () const |
|
MCAPI void | $setWebsocketsEnabled (bool enabled) |
|
MCAPI bool | $getWebsocketsEnabled () const |
|
MCAPI void | $setUseIPv6Only (bool useIPv6Only) |
|
MCAPI bool | $getUseIPv6Only () const |
|
MCAPI void | $setUseRetailXboxSandbox (bool const retail) |
|
MCAPI bool | $getUseRetailXboxSandbox () const |
|
MCAPI void | $setXboxLiveSandbox (::XboxSandboxEnvironment environment) |
|
MCAPI::std::string const & | $getXboxLiveSandbox () const |
|
MCAPI void | $setRealmsEnvironment (::RealmsEnvironment realmsEnvironment) |
|
MCAPI::RealmsEnvironment | $getRealmsEnvironment () const |
|
MCAPI void | $setRealmsEndpoint (::std::string const &realmsEndpoint) |
|
MCAPI::std::string const & | $getRealmsEndpoint () const |
|
MCAPI::std::string const & | $getRealmsV2Endpoint () const |
|
MCAPI void | $setRealmsEndpointPayment (::std::string const &realmsEndpointPayment) |
|
MCAPI::std::string const & | $getRealmsEndpointPayment () const |
|
MCAPI void | $setRealmsRelyingParty (::std::string const &realmsRelyingParty) |
|
MCAPI::std::string const & | $getRealmsRelyingParty () const |
|
MCAPI void | $setRealmsRelyingPartyPayment (::std::string const &realmsRelyingPartyPayment) |
|
MCAPI::std::string const & | $getRealmsRelyingPartyPayment () const |
|
MCAPI void | $setStoreHasPurchasedCoins (bool value) |
|
MCAPI bool | $getStoreHasPurchasedCoins () const |
|
MCAPI void | $setShowUnfulfilledPurchaseModal (bool value) |
|
MCAPI bool | $getShowUnfulfilledPurchaseModal () const |
|
MCAPI void | $setSwitchCoinDebug (bool value) |
|
MCAPI bool | $getSwitchCoinDebug () const |
|
MCAPI void | $setEduHasLoggedIn (bool hasEduLoggedIn) |
|
MCAPI bool | $getEduHasLoggedIn () const |
|
MCAPI void | $setShownPlatformNetworkConnectConfirmation (bool value) |
|
MCAPI bool | $getShownPlatformNetworkConnectConfirmation () const |
|
MCAPI void | $setShownPlatformPremiumUpsell (bool value) |
|
MCAPI bool | $getShownPlatformPremiumUpsell () const |
|
MCAPI void | $setAppLaunchedCount (int value) |
|
MCAPI int | $getAppLaunchedCount () const |
|
MCAPI void | $setEcoMode (bool value) |
|
MCAPI bool | $getEcoMode () const |
|
MCAPI void | $setEduCloudBackupToggle (bool cloudBackup) |
|
MCAPI bool | $getEduCloudBackupToggle () const |
|
MCAPI void | $setUseFontOverrides (bool value) |
|
MCAPI bool | $getUseFontOverrides () const |
|
MCAPI::NewInteractionModel | $getEffectiveTouchScheme () const |