LeviLamina
Loading...
Searching...
No Matches
AppPlatform_win32 Class Reference
+ Inheritance diagram for AppPlatform_win32:

Public Member Functions

AppPlatform_win32operator= (AppPlatform_win32 const &)
 
 AppPlatform_win32 (AppPlatform_win32 const &)
 
virtual::std::string readAssetFile (::Core::Path const &filename)
 
virtual ::Core::PathBuffer<::std::string > getAssetFileFullPath (::Core::Path const &filename)
 
virtual ::std::set<::Core::PathBuffer<::std::string > > listAssetFilesIn (::Core::Path const &path, ::std::string const &extension) const
 
virtual ::Core::PathBuffer<::std::string > copyImportFileToTempFolder (::Core::Path const &filePath)
 
virtual bool canLaunchUri (::std::string const &uri)
 
virtual void launchUri (::std::string const &uri)
 
virtual ::Core::PathBuffer<::std::string > getPackagePath () const
 
virtual ::Core::PathBuffer<::std::string > getLoggingPath () const
 
virtual::std::string getEdition () const
 
virtual::OsVersion getOSVersion () const
 
virtual bool hasFastAlphaTest () const
 
virtual bool supportsVibration () const
 
virtual bool supportsFliteTTS () const
 
virtual int getScreenWidth () const
 
virtual int getScreenHeight () const
 
virtual int getDisplayWidth ()
 
virtual int getDisplayHeight ()
 
virtual void setScreenSize (int width, int height)
 
virtual void setWindowSize (int width, int height)
 
virtual void setWindowText (::std::string const &title)
 
virtual::std::string getTextBoxBackend () const
 
virtual void setTextBoxBackend (::std::string const &newText)
 
virtual int getCaretPosition () const
 
virtual void setCaretPosition (int position)
 
virtual bool hasBuyButtonWhenInvalidLicense ()
 
virtual::std::string getApplicationId () const
 
virtual bool isCentennial () const
 
virtual::std::string getPackageFamilyName () const
 
virtual::PlatformType getPlatformType () const
 
virtual::BuildPlatform getBuildPlatform () const
 
virtual ::std::unique_ptr<::SecureStoragegetSecureStorage ()
 
virtual::SecureStorageKey getSecureStorageKey (::std::string const &)
 
virtual void setSecureStorageKey (::std::string const &, ::SecureStorageKey const &)
 
virtual::std::string getPlatformString () const
 
virtual::std::string getSubPlatformString () const
 
virtual uint64 getFreeMemory () const
 
virtual uint64 getMemoryLimit () const
 
virtual uint64 getUsedMemory ()
 
virtual uint64 getTotalPhysicalMemory () const
 
virtual::std::string getModelName ()
 
virtual void setFullscreenMode (::FullscreenMode const fullscreenMode)
 
virtual bool isWebviewSupported () const
 
virtual ::std::shared_ptr<::WebviewInterfacecreateWebview (::Webview::PlatformArguments &&args) const
 
virtual bool getPlatformTTSEnabled () const
 
virtual ::std::variant<::HWND__ *, ::std::monostate > getRenderSurfaceParameters () const
 
virtual ::std::optional< bool > isOnWifiConnectionTelemetryValue ()
 
virtual void hideSplashScreen ()
 
virtual int getPlatformDpi () const
 
virtual::UIScalingRules getPlatformUIScalingRules () const
 
MCAPI AppPlatform_win32 (::HWND__ *hWnd, ::std::string const &dataFolder, ::std::string_view, ::std::shared_ptr<::HIDController > HIDControllerWinRT, int screenWidth, int screenHeight)
 
MCAPI::OSInformation _fetchOSInformation () const
 
MCAPI void * $ctor (::HWND__ *hWnd, ::std::string const &dataFolder, ::std::string_view, ::std::shared_ptr<::HIDController > HIDControllerWinRT, int screenWidth, int screenHeight)
 
MCAPI void $dtor ()
 
MCAPI::std::string $readAssetFile (::Core::Path const &filename)
 
MCAPI ::Core::PathBuffer<::std::string > $getAssetFileFullPath (::Core::Path const &filename)
 
MCAPI ::std::set<::Core::PathBuffer<::std::string > > $listAssetFilesIn (::Core::Path const &path, ::std::string const &extension) const
 
MCAPI ::Core::PathBuffer<::std::string > $copyImportFileToTempFolder (::Core::Path const &filePath)
 
MCAPI bool $canLaunchUri (::std::string const &uri)
 
MCAPI void $launchUri (::std::string const &uri)
 
MCAPI ::Core::PathBuffer<::std::string > $getPackagePath () const
 
MCAPI ::Core::PathBuffer<::std::string > $getLoggingPath () const
 
MCAPI::std::string $getEdition () const
 
MCAPI::OsVersion $getOSVersion () const
 
MCAPI bool $hasFastAlphaTest () const
 
MCAPI bool $supportsVibration () const
 
MCAPI bool $supportsFliteTTS () const
 
MCAPI int $getScreenWidth () const
 
MCAPI int $getScreenHeight () const
 
MCAPI int $getDisplayWidth ()
 
MCAPI int $getDisplayHeight ()
 
MCAPI void $setScreenSize (int width, int height)
 
MCAPI void $setWindowSize (int width, int height)
 
MCAPI void $setWindowText (::std::string const &title)
 
MCAPI::std::string $getTextBoxBackend () const
 
MCAPI void $setTextBoxBackend (::std::string const &newText)
 
MCAPI int $getCaretPosition () const
 
MCAPI void $setCaretPosition (int position)
 
MCAPI bool $hasBuyButtonWhenInvalidLicense ()
 
MCAPI::std::string $getApplicationId () const
 
MCAPI bool $isCentennial () const
 
MCAPI::std::string $getPackageFamilyName () const
 
MCAPI::PlatformType $getPlatformType () const
 
MCAPI ::std::unique_ptr<::SecureStorage$getSecureStorage ()
 
MCAPI::SecureStorageKey $getSecureStorageKey (::std::string const &)
 
MCAPI void $setSecureStorageKey (::std::string const &, ::SecureStorageKey const &)
 
MCAPI::std::string $getPlatformString () const
 
MCAPI::std::string $getSubPlatformString () const
 
MCAPI uint64 $getFreeMemory () const
 
MCAPI uint64 $getMemoryLimit () const
 
MCAPI uint64 $getUsedMemory ()
 
MCAPI uint64 $getTotalPhysicalMemory () const
 
MCAPI::std::string $getModelName ()
 
MCAPI void $setFullscreenMode (::FullscreenMode const fullscreenMode)
 
MCAPI bool $isWebviewSupported () const
 
MCAPI ::std::shared_ptr<::WebviewInterface$createWebview (::Webview::PlatformArguments &&args) const
 
MCAPI bool $getPlatformTTSEnabled () const
 
MCAPI ::std::variant<::HWND__ *, ::std::monostate > $getRenderSurfaceParameters () const
 
MCAPI ::std::optional< bool > $isOnWifiConnectionTelemetryValue ()
 
MCAPI void $hideSplashScreen ()
 
MCAPI int $getPlatformDpi () const
 
MCAPI::UIScalingRules $getPlatformUIScalingRules () const
 
virtual uint64 getTotalHardwareThreadsCount () const
 
virtual uint64 getHighPerformanceThreadsCount () const
 
virtual void initializeGraphicsDeviceTier ()
 
virtual ::Core::PathBuffer<::std::string > getPlatformTempPath () const
 
virtual uint64 calculateAvailableDiskFreeSpace (::Core::Path const &rootPath)
 
virtual bool allowContentLogWriteToDisk ()
 
virtual bool devHotReloadRenderResources () const
 
virtual void queueForMainThread_DEPRECATED (::std::function< void()> callback)
 
virtual ::MPMCQueue<::std::function< void()> > & getMainThreadQueue ()
 
virtual bool canAppSelfTerminate () const
 
virtual bool getPlatformTTSExists () const
 
virtual void registerExperimentsActiveCrashDump (::std::vector<::std::string > const &activeExperiments) const
 
virtual bool is24HourTimeFormat () const
 
virtual ::Core::PathBuffer<::std::string > _getCurrentStoragePath () const
 
virtual ::Core::PathBuffer<::std::string > _getExternalStoragePath () const
 
virtual ::Core::PathBuffer<::std::string > _getInternalStoragePath () const
 
virtual ::Core::PathBuffer<::std::string > _getUserdataPath () const
 
virtual ::Core::PathBuffer<::std::string > getPackagedShaderCachePath ()
 
MCAPI uint64 _findHighPerformanceThreadsCount () const
 
MCAPI uint64 $getTotalHardwareThreadsCount () const
 
MCAPI uint64 $getHighPerformanceThreadsCount () const
 
MCAPI void $initializeGraphicsDeviceTier ()
 
MCAPI ::Core::PathBuffer<::std::string > $getPlatformTempPath () const
 
MCAPI uint64 $calculateAvailableDiskFreeSpace (::Core::Path const &rootPath)
 
MCAPI bool $allowContentLogWriteToDisk ()
 
MCAPI bool $devHotReloadRenderResources () const
 
MCAPI void $queueForMainThread_DEPRECATED (::std::function< void()> callback)
 
MCAPI ::MPMCQueue<::std::function< void()> > & $getMainThreadQueue ()
 
MCAPI bool $canAppSelfTerminate () const
 
MCAPI bool $getPlatformTTSExists () const
 
MCAPI void $registerExperimentsActiveCrashDump (::std::vector<::std::string > const &activeExperiments) const
 
MCAPI bool $is24HourTimeFormat () const
 
MCAPI ::Core::PathBuffer<::std::string > $_getCurrentStoragePath () const
 
MCAPI ::Core::PathBuffer<::std::string > $_getExternalStoragePath () const
 
MCAPI ::Core::PathBuffer<::std::string > $_getInternalStoragePath () const
 
MCAPI ::Core::PathBuffer<::std::string > $_getUserdataPath () const
 
MCAPI ::Core::PathBuffer<::std::string > $getPackagedShaderCachePath ()
 
virtual void initialize ()
 
virtual void teardown ()
 
virtual void initAppPlatformNetworkSettings ()
 
virtual void initializeScreenDependentResources ()
 
virtual void addListener (::AppPlatformListener *l, float priority)
 
virtual void removeListener (::AppPlatformListener *l)
 
virtual void restartApp (bool restart)
 
virtual bool restartRequested ()
 
virtual int const numberOfThrottledTreatmentPacksToImportPerMinute () const
 
virtual bool const areTreatmentPacksThrottled () const
 
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::IntegrityTokenResult > > requestIntegrityToken (::std::string const &nonceToken)
 
virtual void setIntegrityToken (::std::string const &integrityToken)
 
virtual void setIntegrityTokenErrorMessage (::std::string const &errorMessage)
 
virtual bool supportsInPackageRecursion () const
 
virtual bool supportsXboxLiveAchievements () const
 
virtual::std::string getFeedbackBugsLink () const
 
virtual::std::string getFeedbackHelpLink () const
 
virtual auto getModalErrorMessageProc () -> ::AssertDialogResponse(*)(::std::string const &, ::std::string const &)
 
virtual void updateLocalization (::std::string const &loc)
 
virtual void setSleepEnabled (bool enabled)
 
virtual ::Core::PathBuffer<::std::string > getScratchPath ()
 
virtual ::Core::PathBuffer<::std::string > getInternalPackStoragePath () const
 
virtual ::Core::PathBuffer<::std::string > getSettingsPath ()
 
virtual ::Core::PathBuffer<::std::string > getShaderCachePath ()
 
virtual ::Core::PathBuffer<::std::string > getUserdataPathForLevels () const
 
virtual ::Core::PathBuffer<::std::string > getCacheStoragePath ()
 
virtual ::Core::PathBuffer<::std::string > getOnDiskScratchPath ()
 
virtual ::Core::PathBuffer<::std::string > getOnDiskPackScratchPath ()
 
virtual ::Core::PathBuffer<::std::string > getLevelInfoCachePath () const
 
virtual ::Core::PathBuffer<::std::string > getCatalogSearchScratchPath ()
 
virtual ::Core::PathBuffer<::std::string > getUserStorageRootPath () const
 
virtual ::std::shared_ptr<::Core::FileStorageAreagetOrCreateStorageAreaForUser (::Social::UserCreationData const &)
 
virtual bool hasSeparatedStorageAreasForContentAcquisition () const
 
virtual uint64 getOptimalLDBSize ()
 
virtual int getMaxLDBFilesOpen () const
 
virtual bool getDisableLDBSeekCompactions () const
 
virtual void showDialog (int dialogId)
 
virtual void createUserInput ()
 
virtual void createUserInput (int dialogId)
 
virtual int getUserInputStatus ()
 
virtual ::std::vector<::std::string > getUserInput ()
 
virtual ::Bedrock::NotNullNonOwnerPtr<::IFileAccessgetFileAccess (::ResourceFileSystem fileSystem)
 
virtual void registerFileForCollectionWithCrashDump (::Core::Path const &fileName)
 
virtual ::std::optional<::OperationMode > getOperationMode () const
 
virtual uint getMaxClubsRequests () const
 
virtual bool supportsLaunchingLegacyVersion () const
 
virtual void launchLegacyVersion ()
 
virtual bool canManageLegacyData () const
 
virtual bool supportsDayOneExperience () const
 
virtual bool canMigrateWorldData () const
 
virtual bool isContentAutoUpdateAllowed () const
 
virtual int getMaxSimultaneousDownloads () const
 
virtual uint getMaxSimultaneousServiceRequests () const
 
virtual bool isDownloadAndImportBlocking () const
 
virtual bool isDownloadBuffered () const
 
virtual bool supportsAutoSaveOnDBCompaction () const
 
virtual void vibrate (int milliSeconds)
 
virtual bool hasAssetFile (::Core::Path const &filename)
 
virtual bool copyAssetFile (::Core::Path const &filename, ::Core::Path const &destination)
 
virtual bool supportsClientUpdate () const
 
virtual::std::string getClientUpdateUrl () const
 
virtual int checkLicense ()
 
virtual bool isNetworkAvailable () const
 
virtual bool isLANAvailable () const
 
virtual bool isNetworkEnabled (bool onlyWifiAllowed) const
 
virtual void setNetworkAllowed (bool allowed)
 
virtual bool isNetworkAllowed () const
 
virtual bool isInternetAvailable () const
 
virtual::NetworkConnectionType getNetworkConnectionType ()
 
virtual void setNetworkConnectionType (::NetworkConnectionType connectionType)
 
virtual int getDefaultNetworkMaxPlayers () const
 
virtual bool multiplayerRequiresPremiumAccess () const
 
virtual bool multiplayerRequiresUGCEnabled () const
 
virtual bool isCrossPlatformToggleVisible () const
 
virtual bool isTelemetryAllowed ()
 
virtual bool isTrialWorldsTransferToFullGameAllowed () const
 
virtual void buyGame ()
 
virtual void finish ()
 
virtual void launchSettings ()
 
virtual bool useXboxControlHelpers () const
 
virtual void setARVRPlatform (::ARVRPlatform)
 
virtual::ARVRPlatform getARVRPlatform () const
 
virtual int getNumberOfParticleFramesToInterpolate () const
 
virtual int getDpi () const
 
virtual void setDpi (int dpi)
 
virtual::UIScalingRules getUIScalingRules () const
 
virtual void setUIScalingRules (::UIScalingRules UIScalingRules)
 
virtual void setVRControllerType (::VRControllerType controllerType)
 
virtual::VRControllerType getVRControllerType () const
 
virtual bool hasIDEProfiler ()
 
virtual::std::string getPlatformStringVar (int stringId)
 
virtual uint64 getMaximumUsedMemory ()
 
virtual uint64 getLowMemoryEventThreshold (::LowMemorySeverity) const
 
virtual uint64 getLowMemoryEventRecoveryThreshold (::LowMemorySeverity severity) const
 
virtual uint64 getLowPhysicalMemoryThreshold () const
 
virtual void calculateIfLowMemoryDevice ()
 
virtual bool isLowMemoryDevice () const
 
virtual bool isLowPhysicalMemoryDevice () const
 
virtual uint64 getTextureMemoryBudget () const
 
virtual uint64 getSingleMipDefaultMemoryBudget () const
 
virtual void readyForApplicationExitInfo () const
 
virtual::DeviceSunsetTier getDeviceSunsetTier () const
 
virtual int getMaxSimRadiusInChunks () const
 
virtual ::std::vector<::std::string > getBroadcastAddresses ()
 
virtual ::std::vector<::std::string > getIPAddresses ()
 
virtual bool useAppPlatformForTelemetryIPAddress ()
 
virtual bool usesHDRBrightness () const
 
virtual void updateBootstrapSettingsFromTreatmentsAsync ()
 
virtual bool isNetworkThrottled () const
 
virtual bool isLANAllowed () const
 
virtual bool doesLANRequireMultiplayerRestrictions () const
 
virtual void collectGraphicsHardwareDetails ()
 
virtual bool isWin10Arm () const
 
virtual void setThreadsFrozen (bool frozen)
 
virtual bool areThreadsFrozen () const
 
virtual float getDefaultSafeZoneScaleX () const
 
virtual float getDefaultSafeZoneScaleY () const
 
virtual float getDefaultSafeZoneScaleAll () const
 
virtual float getDefaultScreenPositionX () const
 
virtual float getDefaultScreenPositionY () const
 
virtual bool isQuitCapable () const
 
virtual bool requireControllerAtStartup () const
 
virtual bool notifyControllerConnectionStateChange () const
 
virtual bool platformRequiresControllerApplet () const
 
virtual::InputMode getDefaultInputMode () const
 
virtual::AppFocusState getFocusState ()
 
virtual::AppLifecycleContext & getAppLifecycleContext ()
 
virtual bool shouldPauseDownloadsWhenEnterGame () const
 
virtual bool compareAppReceiptToLocalReceipt (::std::string const &otherReceipt)
 
virtual::mce::UUID const & getThirdPartyPackUUID () const
 
virtual bool saveTreatmentPacksAsZips () const
 
virtual bool saveEncryptedPacksAsZips () const
 
virtual bool saveEncryptedWorldTemplatePacksAsZips () const
 
virtual bool allowsResourcePackDevelopment () const
 
virtual bool supportsLegacySinglePremiumCacheDirectory () const
 
virtual bool supportsWorldShare () const
 
virtual bool hasJournalingFilesystem () const
 
virtual bool isAutoCompactionEnabled () const
 
virtual::std::chrono::nanoseconds getLevelSaveInterval () const
 
virtual::std::chrono::nanoseconds getOptionsSaveInterval () const
 
virtual bool hasPlatformSpecificInvites () const
 
virtual bool usePlatformProfilePicturesOnly () const
 
virtual bool allowBetaXblSignIn () const
 
virtual bool requiresXboxLiveSigninToPlay () const
 
virtual bool requiresLiveGoldForMultiplayer () const
 
virtual bool shouldRegisterForXboxLiveNotifications () const
 
virtual bool isRealmsEnabled () const
 
virtual bool minimizeBackgroundDownloads () const
 
virtual bool requiresAutoSaveIconExplanationPopup () const
 
virtual ::std::optional<::ScreenshotOptionsgetExtraLevelSaveDataIconParams (::std::string const &levelId) const
 
virtual ::std::vector<::std::shared_ptr<::Social::MultiplayerService > > getMultiplayerServiceListToRegister () const
 
virtual ::std::vector<::Social::MultiplayerServiceIdentifier > getBroadcastingMultiplayerServiceIds (bool xblBroadcast, bool platformBroadcast) const
 
virtual uint maxFileDataRequestConcurrency () const
 
virtual void goToExternalConsumablesStoreListing () const
 
virtual float getStoreNetworkFailureTimeout () const
 
virtual ::std::shared_ptr<::Core::FileStorageAreacreateLoggingStorageArea (::Core::FileAccessType fileAccessType, ::Core::Path const &loggingPath)
 
virtual void handlePlatformSpecificCommerceError (uint error)
 
virtual bool isEduMode () const
 
virtual bool importAsFlatFile () const
 
virtual bool shouldRemoveGraphicsDeviceOnAppTermination () const
 
virtual bool isJoinableViaExternalServers () const
 
virtual void onPrimaryUserNetworkReady ()
 
virtual bool isDisplayInitialized () const
 
virtual bool usesAsyncOptionSaving () const
 
virtual void showPlatformStoreIcon (bool shouldShow)
 
virtual void showPlatformEmptyStoreDialog (::std::function< void(bool)> &&callback)
 
virtual bool supportsVRModeSwap () const
 
virtual bool canSwapVRMode (bool const inVRMode) const
 
virtual void tryEnterVRMode (bool duringStartup, ::std::function< void(bool)> callback)
 
virtual void exitVRMode (::std::function< void()> callback)
 
virtual void initializeGameStreaming ()
 
virtual void notifyNetworkConfigurationChanged ()
 
virtual void setKeepScreenOnFlag (bool)
 
virtual void initializeMulticast () const
 
virtual void requestMulticastReceivePermission ()
 
virtual bool hasMulticastReceivePermission () const
 
virtual void releaseMulticastReceivePermission () const
 
virtual void onMinecraftGameInitComplete ()
 
virtual void onFullGameUnlock ()
 
virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< bool > > showOSUserDialog (::std::string, ::std::string, ::std::string)
 
virtual bool _tryEnableCPUBoost ()
 
virtual void _disableCPUBoost ()
 
virtual void _initializeFileStorageAreas ()
 
virtual void _teardownFileStorageAreas ()
 
virtual void _onInitialize ()
 
virtual void _onTeardown ()
 
MCAPI void _fireAppTerminated ()
 
MCAPI void _initializeLoadProfiler ()
 
MCAPI ::Core::PathBuffer<::std::string > getInternalStoragePath () const
 
MCAPI ::std::optional<::std::locale > getLocaleForDateTimeFormatting () const
 
MCAPI ::gsl::not_null<::Bedrock::PubSub::Connector< void(::LowMemorySeverity)> * > getOnLowMemoryConnector ()
 
MCAPI void * $ctor (bool registerService)
 
MCAPI void $initialize ()
 
MCAPI void $teardown ()
 
MCAPI void $initAppPlatformNetworkSettings ()
 
MCAPI void $initializeScreenDependentResources ()
 
MCAPI void $addListener (::AppPlatformListener *l, float priority)
 
MCAPI void $removeListener (::AppPlatformListener *l)
 
MCAPI void $restartApp (bool restart)
 
MCAPI bool $restartRequested ()
 
MCAPI int const $numberOfThrottledTreatmentPacksToImportPerMinute () const
 
MCAPI bool const $areTreatmentPacksThrottled () const
 
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::IntegrityTokenResult > > $requestIntegrityToken (::std::string const &nonceToken)
 
MCAPI void $setIntegrityToken (::std::string const &integrityToken)
 
MCAPI void $setIntegrityTokenErrorMessage (::std::string const &errorMessage)
 
MCAPI bool $supportsInPackageRecursion () const
 
MCAPI bool $supportsXboxLiveAchievements () const
 
MCAPI::std::string $getFeedbackBugsLink () const
 
MCAPI::std::string $getFeedbackHelpLink () const
 
MCAPI auto $getModalErrorMessageProc () -> ::AssertDialogResponse(*)(::std::string const &, ::std::string const &)
 
MCAPI void $updateLocalization (::std::string const &loc)
 
MCAPI void $setSleepEnabled (bool enabled)
 
MCAPI ::Core::PathBuffer<::std::string > $getScratchPath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getInternalPackStoragePath () const
 
MCAPI ::Core::PathBuffer<::std::string > $getSettingsPath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getShaderCachePath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getUserdataPathForLevels () const
 
MCAPI ::Core::PathBuffer<::std::string > $getCacheStoragePath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getOnDiskScratchPath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getOnDiskPackScratchPath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getLevelInfoCachePath () const
 
MCAPI ::Core::PathBuffer<::std::string > $getCatalogSearchScratchPath ()
 
MCAPI ::Core::PathBuffer<::std::string > $getUserStorageRootPath () const
 
MCAPI ::std::shared_ptr<::Core::FileStorageArea$getOrCreateStorageAreaForUser (::Social::UserCreationData const &)
 
MCAPI bool $hasSeparatedStorageAreasForContentAcquisition () const
 
MCAPI uint64 $getOptimalLDBSize ()
 
MCAPI int $getMaxLDBFilesOpen () const
 
MCAPI bool $getDisableLDBSeekCompactions () const
 
MCAPI void $showDialog (int dialogId)
 
MCAPI void $createUserInput ()
 
MCAPI void $createUserInput (int dialogId)
 
MCAPI int $getUserInputStatus ()
 
MCAPI ::std::vector<::std::string > $getUserInput ()
 
MCAPI ::Bedrock::NotNullNonOwnerPtr<::IFileAccess$getFileAccess (::ResourceFileSystem fileSystem)
 
MCAPI void $registerFileForCollectionWithCrashDump (::Core::Path const &fileName)
 
MCAPI ::std::optional<::OperationMode > $getOperationMode () const
 
MCAPI uint $getMaxClubsRequests () const
 
MCAPI bool $supportsLaunchingLegacyVersion () const
 
MCAPI void $launchLegacyVersion ()
 
MCAPI bool $canManageLegacyData () const
 
MCAPI bool $supportsDayOneExperience () const
 
MCAPI bool $canMigrateWorldData () const
 
MCAPI bool $isContentAutoUpdateAllowed () const
 
MCAPI int $getMaxSimultaneousDownloads () const
 
MCAPI uint $getMaxSimultaneousServiceRequests () const
 
MCAPI bool $isDownloadAndImportBlocking () const
 
MCAPI bool $isDownloadBuffered () const
 
MCAPI bool $supportsAutoSaveOnDBCompaction () const
 
MCAPI void $vibrate (int milliSeconds)
 
MCAPI bool $hasAssetFile (::Core::Path const &filename)
 
MCAPI bool $copyAssetFile (::Core::Path const &filename, ::Core::Path const &destination)
 
MCAPI bool $supportsClientUpdate () const
 
MCAPI::std::string $getClientUpdateUrl () const
 
MCAPI int $checkLicense ()
 
MCAPI bool $isNetworkAvailable () const
 
MCAPI bool $isLANAvailable () const
 
MCAPI bool $isNetworkEnabled (bool onlyWifiAllowed) const
 
MCAPI void $setNetworkAllowed (bool allowed)
 
MCAPI bool $isNetworkAllowed () const
 
MCAPI bool $isInternetAvailable () const
 
MCAPI::NetworkConnectionType $getNetworkConnectionType ()
 
MCAPI void $setNetworkConnectionType (::NetworkConnectionType connectionType)
 
MCAPI int $getDefaultNetworkMaxPlayers () const
 
MCAPI bool $multiplayerRequiresPremiumAccess () const
 
MCAPI bool $multiplayerRequiresUGCEnabled () const
 
MCAPI bool $isCrossPlatformToggleVisible () const
 
MCAPI bool $isTelemetryAllowed ()
 
MCAPI bool $isTrialWorldsTransferToFullGameAllowed () const
 
MCAPI void $buyGame ()
 
MCAPI void $finish ()
 
MCAPI void $launchSettings ()
 
MCAPI bool $useXboxControlHelpers () const
 
MCAPI::BuildPlatform $getBuildPlatform () const
 
MCAPI void $setARVRPlatform (::ARVRPlatform)
 
MCAPI::ARVRPlatform $getARVRPlatform () const
 
MCAPI int $getNumberOfParticleFramesToInterpolate () const
 
MCAPI int $getDpi () const
 
MCAPI void $setDpi (int dpi)
 
MCAPI::UIScalingRules $getUIScalingRules () const
 
MCAPI void $setUIScalingRules (::UIScalingRules UIScalingRules)
 
MCAPI void $setVRControllerType (::VRControllerType controllerType)
 
MCAPI::VRControllerType $getVRControllerType () const
 
MCAPI bool $hasIDEProfiler ()
 
MCAPI::std::string $getPlatformStringVar (int stringId)
 
MCAPI uint64 $getMaximumUsedMemory ()
 
MCAPI uint64 $getLowMemoryEventThreshold (::LowMemorySeverity) const
 
MCAPI uint64 $getLowMemoryEventRecoveryThreshold (::LowMemorySeverity severity) const
 
MCAPI uint64 $getLowPhysicalMemoryThreshold () const
 
MCAPI void $calculateIfLowMemoryDevice ()
 
MCAPI bool $isLowMemoryDevice () const
 
MCAPI bool $isLowPhysicalMemoryDevice () const
 
MCAPI uint64 $getTextureMemoryBudget () const
 
MCAPI uint64 $getSingleMipDefaultMemoryBudget () const
 
MCAPI void $readyForApplicationExitInfo () const
 
MCAPI::DeviceSunsetTier $getDeviceSunsetTier () const
 
MCAPI int $getMaxSimRadiusInChunks () const
 
MCAPI ::std::vector<::std::string > $getBroadcastAddresses ()
 
MCAPI ::std::vector<::std::string > $getIPAddresses ()
 
MCAPI bool $useAppPlatformForTelemetryIPAddress ()
 
MCAPI bool $usesHDRBrightness () const
 
MCAPI void $updateBootstrapSettingsFromTreatmentsAsync ()
 
MCAPI bool $isNetworkThrottled () const
 
MCAPI bool $isLANAllowed () const
 
MCAPI bool $doesLANRequireMultiplayerRestrictions () const
 
MCAPI void $collectGraphicsHardwareDetails ()
 
MCAPI bool $isWin10Arm () const
 
MCAPI void $setThreadsFrozen (bool frozen)
 
MCAPI bool $areThreadsFrozen () const
 
MCAPI float $getDefaultSafeZoneScaleX () const
 
MCAPI float $getDefaultSafeZoneScaleY () const
 
MCAPI float $getDefaultSafeZoneScaleAll () const
 
MCAPI float $getDefaultScreenPositionX () const
 
MCAPI float $getDefaultScreenPositionY () const
 
MCAPI bool $isQuitCapable () const
 
MCAPI bool $requireControllerAtStartup () const
 
MCAPI bool $notifyControllerConnectionStateChange () const
 
MCAPI bool $platformRequiresControllerApplet () const
 
MCAPI::InputMode $getDefaultInputMode () const
 
MCAPI::AppFocusState $getFocusState ()
 
MCAPI::AppLifecycleContext & $getAppLifecycleContext ()
 
MCAPI bool $shouldPauseDownloadsWhenEnterGame () const
 
MCAPI bool $compareAppReceiptToLocalReceipt (::std::string const &otherReceipt)
 
MCAPI::mce::UUID const & $getThirdPartyPackUUID () const
 
MCAPI bool $saveTreatmentPacksAsZips () const
 
MCAPI bool $saveEncryptedPacksAsZips () const
 
MCAPI bool $saveEncryptedWorldTemplatePacksAsZips () const
 
MCAPI bool $allowsResourcePackDevelopment () const
 
MCAPI bool $supportsLegacySinglePremiumCacheDirectory () const
 
MCAPI bool $supportsWorldShare () const
 
MCAPI bool $hasJournalingFilesystem () const
 
MCAPI bool $isAutoCompactionEnabled () const
 
MCAPI::std::chrono::nanoseconds $getLevelSaveInterval () const
 
MCAPI::std::chrono::nanoseconds $getOptionsSaveInterval () const
 
MCAPI bool $hasPlatformSpecificInvites () const
 
MCAPI bool $usePlatformProfilePicturesOnly () const
 
MCAPI bool $allowBetaXblSignIn () const
 
MCAPI bool $requiresXboxLiveSigninToPlay () const
 
MCAPI bool $requiresLiveGoldForMultiplayer () const
 
MCAPI bool $shouldRegisterForXboxLiveNotifications () const
 
MCAPI bool $isRealmsEnabled () const
 
MCAPI bool $minimizeBackgroundDownloads () const
 
MCAPI bool $requiresAutoSaveIconExplanationPopup () const
 
MCAPI ::std::optional<::ScreenshotOptions$getExtraLevelSaveDataIconParams (::std::string const &levelId) const
 
MCAPI ::std::vector<::std::shared_ptr<::Social::MultiplayerService > > $getMultiplayerServiceListToRegister () const
 
MCAPI ::std::vector<::Social::MultiplayerServiceIdentifier > $getBroadcastingMultiplayerServiceIds (bool xblBroadcast, bool platformBroadcast) const
 
MCAPI uint $maxFileDataRequestConcurrency () const
 
MCAPI void $goToExternalConsumablesStoreListing () const
 
MCAPI float $getStoreNetworkFailureTimeout () const
 
MCAPI ::std::shared_ptr<::Core::FileStorageArea$createLoggingStorageArea (::Core::FileAccessType fileAccessType, ::Core::Path const &loggingPath)
 
MCAPI void $handlePlatformSpecificCommerceError (uint error)
 
MCAPI bool $isEduMode () const
 
MCAPI bool $importAsFlatFile () const
 
MCAPI bool $shouldRemoveGraphicsDeviceOnAppTermination () const
 
MCAPI bool $isJoinableViaExternalServers () const
 
MCAPI void $onPrimaryUserNetworkReady ()
 
MCAPI bool $isDisplayInitialized () const
 
MCAPI bool $usesAsyncOptionSaving () const
 
MCAPI void $showPlatformStoreIcon (bool shouldShow)
 
MCAPI void $showPlatformEmptyStoreDialog (::std::function< void(bool)> &&callback)
 
MCAPI bool $supportsVRModeSwap () const
 
MCAPI bool $canSwapVRMode (bool const inVRMode) const
 
MCAPI void $tryEnterVRMode (bool duringStartup, ::std::function< void(bool)> callback)
 
MCAPI void $exitVRMode (::std::function< void()> callback)
 
MCAPI void $initializeGameStreaming ()
 
MCAPI void $notifyNetworkConfigurationChanged ()
 
MCAPI void $setKeepScreenOnFlag (bool)
 
MCAPI void $initializeMulticast () const
 
MCAPI void $requestMulticastReceivePermission ()
 
MCAPI bool $hasMulticastReceivePermission () const
 
MCAPI void $releaseMulticastReceivePermission () const
 
MCAPI void $onMinecraftGameInitComplete ()
 
MCAPI void $onFullGameUnlock ()
 
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< bool > > $showOSUserDialog (::std::string, ::std::string, ::std::string)
 
MCAPI bool $_tryEnableCPUBoost ()
 
MCAPI void $_disableCPUBoost ()
 
MCAPI void $_initializeFileStorageAreas ()
 
MCAPI void $_teardownFileStorageAreas ()
 
MCAPI void $_onInitialize ()
 
MCAPI void $_onTeardown ()
 

Static Public Member Functions

static MCAPI void ** $vftableForIAppPlatform ()
 
static MCAPI void ** $vftableForISecureStorageKeySystem ()
 
static MCAPI long callWerRegisterCustomMetadata (::std::string const &key, ::std::string const &data)
 
static MCAPI ::std::string const & EXPERIMENTS_ACTIVE_KEY ()
 
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & HOME_PATH ()
 
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & LOG_PATH ()
 
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & SETTINGS_PATH ()
 
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & SHADERCACHE_PATH ()
 
static MCAPI void ** $vftable ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnkb24ea2
 
::ll::UntypedStorage< 8, 8 > mUnk356cd6
 
::ll::UntypedStorage< 8, 8 > mUnkcfaa94
 
::ll::UntypedStorage< 8, 32 > mUnka7d9a1
 
::ll::UntypedStorage< 8, 32 > mUnk1d0c4e
 
::ll::UntypedStorage< 1, 1 > mUnk113178
 
::ll::UntypedStorage< 1, 1 > mUnk29784c
 
::ll::UntypedStorage< 8, 8 > mUnke25532
 
::ll::UntypedStorage< 8, 8 > mUnk66b4ba
 
::ll::UntypedStorage< 4, 16 > mUnk44554b
 
::ll::UntypedStorage< 4, 4 > mUnkabbaf7
 
::ll::UntypedStorage< 8, 40 > mUnka50bee
 
::ll::UntypedStorage< 1, 1 > mUnk387a7f
 
::ll::UntypedStorage< 8, 32 > mUnk93a477
 
::ll::UntypedStorage< 8, 32 > mUnk136df8
 
::ll::UntypedStorage< 8, 32 > mUnk4a65eb
 
::ll::UntypedStorage< 8, 32 > mUnkb28730
 
::ll::UntypedStorage< 8, 616 > mUnkfe07cc
 
::ll::UntypedStorage< 1, 1 > mUnkcb9aaa
 
::ll::UntypedStorage< 8, 8 > mUnk2be013
 
::ll::UntypedStorage< 8, 8 > mUnk6c1d8d
 
::ll::UntypedStorage< 1, 1 > mUnkbe6f7b
 
::ll::UntypedStorage< 1, 1 > mUnk513795
 
::ll::UntypedStorage< 1, 1 > mUnkce9805
 
::ll::UntypedStorage< 4, 4 > mUnk94a798
 
::ll::UntypedStorage< 8, 16 > mUnk7a3ae6
 
::ll::UntypedStorage< 8, 104 > mUnke68af5
 
::ll::UntypedStorage< 1, 1 > mUnk3eb9fc
 
::ll::UntypedStorage< 8, 64 > mUnkb50203
 
::ll::UntypedStorage< 1, 4 > mUnka5d242
 
::ll::UntypedStorage< 4, 4 > mUnk678160
 
::ll::UntypedStorage< 8, 80 > mUnkafb54c
 
::ll::UntypedStorage< 8, 32 > mUnked78dc
 
::ll::UntypedStorage< 8, 32 > mUnkb79db9
 
::ll::UntypedStorage< 8, 32 > mUnk2d8cb0
 
::ll::UntypedStorage< 4, 4 > mUnkc074d8
 
::ll::UntypedStorage< 8, 8 > mUnkdc46a5
 
::ll::UntypedStorage< 8, 8 > mUnk59b922
 
::ll::UntypedStorage< 8, 8 > mUnk14a700
 
::ll::UntypedStorage< 8, 8 > mUnk2c6ecf
 
::ll::UntypedStorage< 1, 1 > mUnk31e0b7
 
::ll::UntypedStorage< 8, 32 > mUnk6d6135
 
::ll::UntypedStorage< 8, 8 > mUnk896a24
 
::ll::UntypedStorage< 8, 8 > mUnk69a5b2
 
::ll::UntypedStorage< 1, 1 > mUnkd7bea9
 
::ll::UntypedStorage< 8, 40 > mUnk20e405
 
::ll::UntypedStorage< 8, 8 > mUnk69afa6
 
::ll::UntypedStorage< 1, 1 > mUnk6e12ac
 
::ll::UntypedStorage< 1, 1 > mUnkff6e88
 
::ll::UntypedStorage< 4, 4 > mUnk1d28ac
 
::ll::UntypedStorage< 4, 4 > mUnk81425d
 
::ll::UntypedStorage< 1, 1 > mUnkd5341c
 
::ll::UntypedStorage< 1, 1 > mUnkdcaaf8
 
::ll::UntypedStorage< 1, 1 > mUnk113b3b
 
::ll::UntypedStorage< 1, 1 > mUnkbe6182
 
::ll::UntypedStorage< 1, 1 > mUnkb00e9d
 
::ll::UntypedStorage< 1, 1 > mUnk78da06
 
::ll::UntypedStorage< 1, 1 > mUnk2ff939
 
::ll::UntypedStorage< 8, 32 > mUnkd9746f
 
::ll::UntypedStorage< 8, 80 > mUnk267c61
 
::ll::UntypedStorage< 8, 32 > mUnk26e8ea
 
::ll::UntypedStorage< 8, 80 > mUnkd6f5b8
 
::ll::UntypedStorage< 8, 8 > mUnkb30295
 
::ll::UntypedStorage< 8, 8 > mUnk40dee2
 
::ll::UntypedStorage< 8, 8 > mUnk92e07d
 
::ll::UntypedStorage< 8, 16 > mUnk31065b
 
::ll::UntypedStorage< 8, 16 > mUnk429079
 
::ll::UntypedStorage< 8, 16 > mUnk706c14
 
::ll::UntypedStorage< 8, 16 > mUnk391b07
 
::ll::UntypedStorage< 8, 16 > mUnke84b85
 
::ll::UntypedStorage< 8, 16 > mUnkb30208
 
::ll::UntypedStorage< 8, 8 > mUnkf2b382
 
::ll::UntypedStorage< 4, 4 > mUnk50488d
 
::ll::UntypedStorage< 8, 16 > mUnkea295c
 
::ll::UntypedStorage< 8, 8 > mUnk412bfa
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Constructor & Destructor Documentation

◆ AppPlatform_win32()

MCAPI AppPlatform_win32::AppPlatform_win32 ( ::HWND__ * hWnd,
::std::string const & dataFolder,
::std::string_view ,
::std::shared_ptr<::HIDController > HIDControllerWinRT,
int screenWidth,
int screenHeight )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ canLaunchUri()

virtual bool AppPlatform_win32::canLaunchUri ( ::std::string const & uri)
virtual

Reimplemented from AppPlatform.

◆ launchUri()

virtual void AppPlatform_win32::launchUri ( ::std::string const & uri)
virtual

Reimplemented from AppPlatform.

◆ getPackagePath()

virtual ::Core::PathBuffer<::std::string > AppPlatform_win32::getPackagePath ( ) const
virtual

Implements AppPlatform.

◆ getLoggingPath()

virtual ::Core::PathBuffer<::std::string > AppPlatform_win32::getLoggingPath ( ) const
virtual

Reimplemented from AppPlatform.

◆ hasFastAlphaTest()

virtual bool AppPlatform_win32::hasFastAlphaTest ( ) const
virtual

Reimplemented from AppPlatform.

◆ supportsVibration()

virtual bool AppPlatform_win32::supportsVibration ( ) const
virtual

Reimplemented from AppPlatform.

◆ supportsFliteTTS()

virtual bool AppPlatform_win32::supportsFliteTTS ( ) const
virtual

Reimplemented from AppPlatform.

◆ getScreenWidth()

virtual int AppPlatform_win32::getScreenWidth ( ) const
virtual

Reimplemented from AppPlatform.

◆ getScreenHeight()

virtual int AppPlatform_win32::getScreenHeight ( ) const
virtual

Reimplemented from AppPlatform.

◆ getDisplayWidth()

virtual int AppPlatform_win32::getDisplayWidth ( )
virtual

Reimplemented from AppPlatform.

◆ getDisplayHeight()

virtual int AppPlatform_win32::getDisplayHeight ( )
virtual

Reimplemented from AppPlatform.

◆ setScreenSize()

virtual void AppPlatform_win32::setScreenSize ( int width,
int height )
virtual

Reimplemented from AppPlatform.

◆ setWindowSize()

virtual void AppPlatform_win32::setWindowSize ( int width,
int height )
virtual

Reimplemented from AppPlatform.

◆ setWindowText()

virtual void AppPlatform_win32::setWindowText ( ::std::string const & title)
virtual

Reimplemented from AppPlatform.

◆ getTextBoxBackend()

virtual::std::string AppPlatform_win32::getTextBoxBackend ( ) const
virtual

Implements AppPlatform.

◆ setTextBoxBackend()

virtual void AppPlatform_win32::setTextBoxBackend ( ::std::string const & newText)
virtual

Implements AppPlatform.

◆ getCaretPosition()

virtual int AppPlatform_win32::getCaretPosition ( ) const
virtual

Implements AppPlatform.

◆ setCaretPosition()

virtual void AppPlatform_win32::setCaretPosition ( int position)
virtual

Implements AppPlatform.

◆ hasBuyButtonWhenInvalidLicense()

virtual bool AppPlatform_win32::hasBuyButtonWhenInvalidLicense ( )
virtual

Reimplemented from AppPlatform.

◆ getApplicationId()

virtual::std::string AppPlatform_win32::getApplicationId ( ) const
virtual

Implements AppPlatform.

◆ isCentennial()

virtual bool AppPlatform_win32::isCentennial ( ) const
virtual

Reimplemented from AppPlatform.

◆ getBuildPlatform()

virtual::BuildPlatform AppPlatform_win32::getBuildPlatform ( ) const
virtual

Reimplemented from AppPlatform.

◆ getSecureStorageKey()

virtual::SecureStorageKey AppPlatform_win32::getSecureStorageKey ( ::std::string const & )
virtual

Reimplemented from AppPlatform.

◆ setSecureStorageKey()

virtual void AppPlatform_win32::setSecureStorageKey ( ::std::string const & ,
::SecureStorageKey const &  )
virtual

Reimplemented from AppPlatform.

◆ getPlatformString()

virtual::std::string AppPlatform_win32::getPlatformString ( ) const
virtual

Implements AppPlatform.

◆ getSubPlatformString()

virtual::std::string AppPlatform_win32::getSubPlatformString ( ) const
virtual

Implements AppPlatform.

◆ getFreeMemory()

virtual uint64 AppPlatform_win32::getFreeMemory ( ) const
virtual

Implements AppPlatform.

◆ getMemoryLimit()

virtual uint64 AppPlatform_win32::getMemoryLimit ( ) const
virtual

Implements AppPlatform.

◆ getUsedMemory()

virtual uint64 AppPlatform_win32::getUsedMemory ( )
virtual

Implements AppPlatform.

◆ getTotalPhysicalMemory()

virtual uint64 AppPlatform_win32::getTotalPhysicalMemory ( ) const
virtual

Implements AppPlatform.

◆ setFullscreenMode()

virtual void AppPlatform_win32::setFullscreenMode ( ::FullscreenMode const fullscreenMode)
virtual

Reimplemented from AppPlatform.

◆ isWebviewSupported()

virtual bool AppPlatform_win32::isWebviewSupported ( ) const
virtual

Reimplemented from AppPlatform.

◆ getPlatformTTSEnabled()

virtual bool AppPlatform_win32::getPlatformTTSEnabled ( ) const
virtual

Reimplemented from AppPlatformWindows.

◆ hideSplashScreen()

virtual void AppPlatform_win32::hideSplashScreen ( )
virtual

Reimplemented from AppPlatform.

◆ getPlatformDpi()

virtual int AppPlatform_win32::getPlatformDpi ( ) const
virtual

Reimplemented from AppPlatform.

◆ _fetchOSInformation()

MCAPI::OSInformation AppPlatform_win32::_fetchOSInformation ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [1/2]

MCAPI void * AppPlatform_win32::$ctor ( ::HWND__ * hWnd,
::std::string const & dataFolder,
::std::string_view ,
::std::shared_ptr<::HIDController > HIDControllerWinRT,
int screenWidth,
int screenHeight )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void AppPlatform_win32::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $readAssetFile()

MCAPI::std::string AppPlatform_win32::$readAssetFile ( ::Core::Path const & filename)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getAssetFileFullPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$getAssetFileFullPath ( ::Core::Path const & filename)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $listAssetFilesIn()

MCAPI ::std::set<::Core::PathBuffer<::std::string > > AppPlatform_win32::$listAssetFilesIn ( ::Core::Path const & path,
::std::string const & extension ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $copyImportFileToTempFolder()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$copyImportFileToTempFolder ( ::Core::Path const & filePath)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canLaunchUri()

MCAPI bool AppPlatform_win32::$canLaunchUri ( ::std::string const & uri)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $launchUri()

MCAPI void AppPlatform_win32::$launchUri ( ::std::string const & uri)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackagePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$getPackagePath ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLoggingPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform_win32::$getLoggingPath ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getEdition()

MCAPI::std::string AppPlatform_win32::$getEdition ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOSVersion()

MCAPI::OsVersion AppPlatform_win32::$getOSVersion ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasFastAlphaTest()

MCAPI bool AppPlatform_win32::$hasFastAlphaTest ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsVibration()

MCAPI bool AppPlatform_win32::$supportsVibration ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsFliteTTS()

MCAPI bool AppPlatform_win32::$supportsFliteTTS ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getScreenWidth()

MCAPI int AppPlatform_win32::$getScreenWidth ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getScreenHeight()

MCAPI int AppPlatform_win32::$getScreenHeight ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDisplayWidth()

MCAPI int AppPlatform_win32::$getDisplayWidth ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDisplayHeight()

MCAPI int AppPlatform_win32::$getDisplayHeight ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setScreenSize()

MCAPI void AppPlatform_win32::$setScreenSize ( int width,
int height )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setWindowSize()

MCAPI void AppPlatform_win32::$setWindowSize ( int width,
int height )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setWindowText()

MCAPI void AppPlatform_win32::$setWindowText ( ::std::string const & title)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getTextBoxBackend()

MCAPI::std::string AppPlatform_win32::$getTextBoxBackend ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setTextBoxBackend()

MCAPI void AppPlatform_win32::$setTextBoxBackend ( ::std::string const & newText)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getCaretPosition()

MCAPI int AppPlatform_win32::$getCaretPosition ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setCaretPosition()

MCAPI void AppPlatform_win32::$setCaretPosition ( int position)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasBuyButtonWhenInvalidLicense()

MCAPI bool AppPlatform_win32::$hasBuyButtonWhenInvalidLicense ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getApplicationId()

MCAPI::std::string AppPlatform_win32::$getApplicationId ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isCentennial()

MCAPI bool AppPlatform_win32::$isCentennial ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackageFamilyName()

MCAPI::std::string AppPlatform_win32::$getPackageFamilyName ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformType()

MCAPI::PlatformType AppPlatform_win32::$getPlatformType ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSecureStorage()

MCAPI ::std::unique_ptr<::SecureStorage > AppPlatform_win32::$getSecureStorage ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSecureStorageKey()

MCAPI::SecureStorageKey AppPlatform_win32::$getSecureStorageKey ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setSecureStorageKey()

MCAPI void AppPlatform_win32::$setSecureStorageKey ( ::std::string const & ,
::SecureStorageKey const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformString()

MCAPI::std::string AppPlatform_win32::$getPlatformString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSubPlatformString()

MCAPI::std::string AppPlatform_win32::$getSubPlatformString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getFreeMemory()

MCAPI uint64 AppPlatform_win32::$getFreeMemory ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMemoryLimit()

MCAPI uint64 AppPlatform_win32::$getMemoryLimit ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUsedMemory()

MCAPI uint64 AppPlatform_win32::$getUsedMemory ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getTotalPhysicalMemory()

MCAPI uint64 AppPlatform_win32::$getTotalPhysicalMemory ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getModelName()

MCAPI::std::string AppPlatform_win32::$getModelName ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setFullscreenMode()

MCAPI void AppPlatform_win32::$setFullscreenMode ( ::FullscreenMode const fullscreenMode)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isWebviewSupported()

MCAPI bool AppPlatform_win32::$isWebviewSupported ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $createWebview()

MCAPI ::std::shared_ptr<::WebviewInterface > AppPlatform_win32::$createWebview ( ::Webview::PlatformArguments && args) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformTTSEnabled()

MCAPI bool AppPlatform_win32::$getPlatformTTSEnabled ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getRenderSurfaceParameters()

MCAPI ::std::variant<::HWND__ *, ::std::monostate > AppPlatform_win32::$getRenderSurfaceParameters ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isOnWifiConnectionTelemetryValue()

MCAPI ::std::optional< bool > AppPlatform_win32::$isOnWifiConnectionTelemetryValue ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hideSplashScreen()

MCAPI void AppPlatform_win32::$hideSplashScreen ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformDpi()

MCAPI int AppPlatform_win32::$getPlatformDpi ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformUIScalingRules()

MCAPI::UIScalingRules AppPlatform_win32::$getPlatformUIScalingRules ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForIAppPlatform()

static MCAPI void ** AppPlatform_win32::$vftableForIAppPlatform ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForISecureStorageKeySystem()

static MCAPI void ** AppPlatform_win32::$vftableForISecureStorageKeySystem ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getTotalHardwareThreadsCount()

virtual uint64 AppPlatformWindows::getTotalHardwareThreadsCount ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ getHighPerformanceThreadsCount()

virtual uint64 AppPlatformWindows::getHighPerformanceThreadsCount ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ initializeGraphicsDeviceTier()

virtual void AppPlatformWindows::initializeGraphicsDeviceTier ( )
virtualinherited

Reimplemented from AppPlatform.

◆ getPlatformTempPath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::getPlatformTempPath ( ) const
virtualinherited

Implements AppPlatform.

◆ calculateAvailableDiskFreeSpace()

virtual uint64 AppPlatformWindows::calculateAvailableDiskFreeSpace ( ::Core::Path const & rootPath)
virtualinherited

Implements AppPlatform.

◆ allowContentLogWriteToDisk()

virtual bool AppPlatformWindows::allowContentLogWriteToDisk ( )
virtualinherited

Reimplemented from AppPlatform.

◆ devHotReloadRenderResources()

virtual bool AppPlatformWindows::devHotReloadRenderResources ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ queueForMainThread_DEPRECATED()

virtual void AppPlatformWindows::queueForMainThread_DEPRECATED ( ::std::function< void()> callback)
virtualinherited

Implements AppPlatform.

◆ getMainThreadQueue()

virtual ::MPMCQueue<::std::function< void()> > & AppPlatformWindows::getMainThreadQueue ( )
virtualinherited

Implements AppPlatform.

◆ canAppSelfTerminate()

virtual bool AppPlatformWindows::canAppSelfTerminate ( ) const
virtualinherited

Implements AppPlatform.

◆ getPlatformTTSExists()

virtual bool AppPlatformWindows::getPlatformTTSExists ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ registerExperimentsActiveCrashDump()

virtual void AppPlatformWindows::registerExperimentsActiveCrashDump ( ::std::vector<::std::string > const & activeExperiments) const
virtualinherited

Reimplemented from AppPlatform.

◆ is24HourTimeFormat()

virtual bool AppPlatformWindows::is24HourTimeFormat ( ) const
virtualinherited

Reimplemented from AppPlatform.

◆ _getCurrentStoragePath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getCurrentStoragePath ( ) const
virtualinherited

Implements AppPlatform.

◆ _getExternalStoragePath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getExternalStoragePath ( ) const
virtualinherited

Implements AppPlatform.

◆ _getInternalStoragePath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getInternalStoragePath ( ) const
virtualinherited

Implements AppPlatform.

◆ _getUserdataPath()

virtual ::Core::PathBuffer<::std::string > AppPlatformWindows::_getUserdataPath ( ) const
virtualinherited

Implements AppPlatform.

◆ _findHighPerformanceThreadsCount()

MCAPI uint64 AppPlatformWindows::_findHighPerformanceThreadsCount ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ callWerRegisterCustomMetadata()

static MCAPI long AppPlatformWindows::callWerRegisterCustomMetadata ( ::std::string const & key,
::std::string const & data )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ EXPERIMENTS_ACTIVE_KEY()

static MCAPI ::std::string const & AppPlatformWindows::EXPERIMENTS_ACTIVE_KEY ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getTotalHardwareThreadsCount()

MCAPI uint64 AppPlatformWindows::$getTotalHardwareThreadsCount ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getHighPerformanceThreadsCount()

MCAPI uint64 AppPlatformWindows::$getHighPerformanceThreadsCount ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $initializeGraphicsDeviceTier()

MCAPI void AppPlatformWindows::$initializeGraphicsDeviceTier ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformTempPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatformWindows::$getPlatformTempPath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $calculateAvailableDiskFreeSpace()

MCAPI uint64 AppPlatformWindows::$calculateAvailableDiskFreeSpace ( ::Core::Path const & rootPath)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $allowContentLogWriteToDisk()

MCAPI bool AppPlatformWindows::$allowContentLogWriteToDisk ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $devHotReloadRenderResources()

MCAPI bool AppPlatformWindows::$devHotReloadRenderResources ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $queueForMainThread_DEPRECATED()

MCAPI void AppPlatformWindows::$queueForMainThread_DEPRECATED ( ::std::function< void()> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMainThreadQueue()

MCAPI ::MPMCQueue<::std::function< void()> > & AppPlatformWindows::$getMainThreadQueue ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canAppSelfTerminate()

MCAPI bool AppPlatformWindows::$canAppSelfTerminate ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformTTSExists()

MCAPI bool AppPlatformWindows::$getPlatformTTSExists ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $registerExperimentsActiveCrashDump()

MCAPI void AppPlatformWindows::$registerExperimentsActiveCrashDump ( ::std::vector<::std::string > const & activeExperiments) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $is24HourTimeFormat()

MCAPI bool AppPlatformWindows::$is24HourTimeFormat ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_getCurrentStoragePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatformWindows::$_getCurrentStoragePath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_getExternalStoragePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatformWindows::$_getExternalStoragePath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_getInternalStoragePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatformWindows::$_getInternalStoragePath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_getUserdataPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatformWindows::$_getUserdataPath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPackagedShaderCachePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatformWindows::$getPackagedShaderCachePath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ initAppPlatformNetworkSettings()

virtual void AppPlatform::initAppPlatformNetworkSettings ( )
virtualinherited

Implements IAppPlatform.

◆ restartRequested()

virtual bool AppPlatform::restartRequested ( )
virtualinherited

Implements IAppPlatform.

◆ numberOfThrottledTreatmentPacksToImportPerMinute()

virtual int const AppPlatform::numberOfThrottledTreatmentPacksToImportPerMinute ( ) const
virtualinherited

Implements IAppPlatform.

◆ areTreatmentPacksThrottled()

virtual bool const AppPlatform::areTreatmentPacksThrottled ( ) const
virtualinherited

Implements IAppPlatform.

◆ isNetworkAvailable()

virtual bool AppPlatform::isNetworkAvailable ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLANAvailable()

virtual bool AppPlatform::isLANAvailable ( ) const
virtualinherited

Implements IAppPlatform.

◆ isNetworkEnabled()

virtual bool AppPlatform::isNetworkEnabled ( bool onlyWifiAllowed) const
virtualinherited

Implements IAppPlatform.

◆ isInternetAvailable()

virtual bool AppPlatform::isInternetAvailable ( ) const
virtualinherited

Implements IAppPlatform.

◆ multiplayerRequiresPremiumAccess()

virtual bool AppPlatform::multiplayerRequiresPremiumAccess ( ) const
virtualinherited

Implements IAppPlatform.

◆ multiplayerRequiresUGCEnabled()

virtual bool AppPlatform::multiplayerRequiresUGCEnabled ( ) const
virtualinherited

Implements IAppPlatform.

◆ getARVRPlatform()

virtual::ARVRPlatform AppPlatform::getARVRPlatform ( ) const
virtualinherited

Implements IAppPlatform.

◆ getLowPhysicalMemoryThreshold()

virtual uint64 AppPlatform::getLowPhysicalMemoryThreshold ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLowMemoryDevice()

virtual bool AppPlatform::isLowMemoryDevice ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLowPhysicalMemoryDevice()

virtual bool AppPlatform::isLowPhysicalMemoryDevice ( ) const
virtualinherited

Implements IAppPlatform.

◆ isLANAllowed()

virtual bool AppPlatform::isLANAllowed ( ) const
virtualinherited

Implements IAppPlatform.

◆ isRealmsEnabled()

virtual bool AppPlatform::isRealmsEnabled ( ) const
virtualinherited

Implements IAppPlatform.

◆ getBroadcastingMultiplayerServiceIds()

virtual ::std::vector<::Social::MultiplayerServiceIdentifier > AppPlatform::getBroadcastingMultiplayerServiceIds ( bool xblBroadcast,
bool platformBroadcast ) const
virtualinherited

Implements IAppPlatform.

◆ _fireAppTerminated()

MCAPI void AppPlatform::_fireAppTerminated ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _initializeLoadProfiler()

MCAPI void AppPlatform::_initializeLoadProfiler ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getInternalStoragePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::getInternalStoragePath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getLocaleForDateTimeFormatting()

MCAPI ::std::optional<::std::locale > AppPlatform::getLocaleForDateTimeFormatting ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getOnLowMemoryConnector()

MCAPI ::gsl::not_null<::Bedrock::PubSub::Connector< void(::LowMemorySeverity)> * > AppPlatform::getOnLowMemoryConnector ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ HOME_PATH()

static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & AppPlatform::HOME_PATH ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ LOG_PATH()

static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & AppPlatform::LOG_PATH ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SETTINGS_PATH()

static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & AppPlatform::SETTINGS_PATH ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SHADERCACHE_PATH()

static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & AppPlatform::SHADERCACHE_PATH ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/2]

MCAPI void * AppPlatform::$ctor ( bool registerService)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $initialize()

MCAPI void AppPlatform::$initialize ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $teardown()

MCAPI void AppPlatform::$teardown ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $initAppPlatformNetworkSettings()

MCAPI void AppPlatform::$initAppPlatformNetworkSettings ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $initializeScreenDependentResources()

MCAPI void AppPlatform::$initializeScreenDependentResources ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $addListener()

MCAPI void AppPlatform::$addListener ( ::AppPlatformListener * l,
float priority )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $removeListener()

MCAPI void AppPlatform::$removeListener ( ::AppPlatformListener * l)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $restartApp()

MCAPI void AppPlatform::$restartApp ( bool restart)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $restartRequested()

MCAPI bool AppPlatform::$restartRequested ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $numberOfThrottledTreatmentPacksToImportPerMinute()

MCAPI int const AppPlatform::$numberOfThrottledTreatmentPacksToImportPerMinute ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $areTreatmentPacksThrottled()

MCAPI bool const AppPlatform::$areTreatmentPacksThrottled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $requestIntegrityToken()

MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::IntegrityTokenResult > > AppPlatform::$requestIntegrityToken ( ::std::string const & nonceToken)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setIntegrityToken()

MCAPI void AppPlatform::$setIntegrityToken ( ::std::string const & integrityToken)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setIntegrityTokenErrorMessage()

MCAPI void AppPlatform::$setIntegrityTokenErrorMessage ( ::std::string const & errorMessage)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsInPackageRecursion()

MCAPI bool AppPlatform::$supportsInPackageRecursion ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsXboxLiveAchievements()

MCAPI bool AppPlatform::$supportsXboxLiveAchievements ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getFeedbackBugsLink()

MCAPI::std::string AppPlatform::$getFeedbackBugsLink ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getFeedbackHelpLink()

MCAPI::std::string AppPlatform::$getFeedbackHelpLink ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getModalErrorMessageProc()

MCAPI auto AppPlatform::$getModalErrorMessageProc ( ) -> ::AssertDialogResponse(*)(::std::string const &, ::std::string const &)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $updateLocalization()

MCAPI void AppPlatform::$updateLocalization ( ::std::string const & loc)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setSleepEnabled()

MCAPI void AppPlatform::$setSleepEnabled ( bool enabled)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getScratchPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getScratchPath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getInternalPackStoragePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getInternalPackStoragePath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSettingsPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getSettingsPath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getShaderCachePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getShaderCachePath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUserdataPathForLevels()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getUserdataPathForLevels ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getCacheStoragePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getCacheStoragePath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOnDiskScratchPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getOnDiskScratchPath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOnDiskPackScratchPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getOnDiskPackScratchPath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLevelInfoCachePath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getLevelInfoCachePath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getCatalogSearchScratchPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getCatalogSearchScratchPath ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUserStorageRootPath()

MCAPI ::Core::PathBuffer<::std::string > AppPlatform::$getUserStorageRootPath ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOrCreateStorageAreaForUser()

MCAPI ::std::shared_ptr<::Core::FileStorageArea > AppPlatform::$getOrCreateStorageAreaForUser ( ::Social::UserCreationData const & )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasSeparatedStorageAreasForContentAcquisition()

MCAPI bool AppPlatform::$hasSeparatedStorageAreasForContentAcquisition ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOptimalLDBSize()

MCAPI uint64 AppPlatform::$getOptimalLDBSize ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMaxLDBFilesOpen()

MCAPI int AppPlatform::$getMaxLDBFilesOpen ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDisableLDBSeekCompactions()

MCAPI bool AppPlatform::$getDisableLDBSeekCompactions ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $showDialog()

MCAPI void AppPlatform::$showDialog ( int dialogId)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $createUserInput() [1/2]

MCAPI void AppPlatform::$createUserInput ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $createUserInput() [2/2]

MCAPI void AppPlatform::$createUserInput ( int dialogId)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUserInputStatus()

MCAPI int AppPlatform::$getUserInputStatus ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUserInput()

MCAPI ::std::vector<::std::string > AppPlatform::$getUserInput ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getFileAccess()

MCAPI ::Bedrock::NotNullNonOwnerPtr<::IFileAccess > AppPlatform::$getFileAccess ( ::ResourceFileSystem fileSystem)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $registerFileForCollectionWithCrashDump()

MCAPI void AppPlatform::$registerFileForCollectionWithCrashDump ( ::Core::Path const & fileName)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOperationMode()

MCAPI ::std::optional<::OperationMode > AppPlatform::$getOperationMode ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMaxClubsRequests()

MCAPI uint AppPlatform::$getMaxClubsRequests ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsLaunchingLegacyVersion()

MCAPI bool AppPlatform::$supportsLaunchingLegacyVersion ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $launchLegacyVersion()

MCAPI void AppPlatform::$launchLegacyVersion ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canManageLegacyData()

MCAPI bool AppPlatform::$canManageLegacyData ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsDayOneExperience()

MCAPI bool AppPlatform::$supportsDayOneExperience ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canMigrateWorldData()

MCAPI bool AppPlatform::$canMigrateWorldData ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isContentAutoUpdateAllowed()

MCAPI bool AppPlatform::$isContentAutoUpdateAllowed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMaxSimultaneousDownloads()

MCAPI int AppPlatform::$getMaxSimultaneousDownloads ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMaxSimultaneousServiceRequests()

MCAPI uint AppPlatform::$getMaxSimultaneousServiceRequests ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isDownloadAndImportBlocking()

MCAPI bool AppPlatform::$isDownloadAndImportBlocking ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isDownloadBuffered()

MCAPI bool AppPlatform::$isDownloadBuffered ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsAutoSaveOnDBCompaction()

MCAPI bool AppPlatform::$supportsAutoSaveOnDBCompaction ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vibrate()

MCAPI void AppPlatform::$vibrate ( int milliSeconds)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasAssetFile()

MCAPI bool AppPlatform::$hasAssetFile ( ::Core::Path const & filename)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $copyAssetFile()

MCAPI bool AppPlatform::$copyAssetFile ( ::Core::Path const & filename,
::Core::Path const & destination )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsClientUpdate()

MCAPI bool AppPlatform::$supportsClientUpdate ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getClientUpdateUrl()

MCAPI::std::string AppPlatform::$getClientUpdateUrl ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $checkLicense()

MCAPI int AppPlatform::$checkLicense ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isNetworkAvailable()

MCAPI bool AppPlatform::$isNetworkAvailable ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isLANAvailable()

MCAPI bool AppPlatform::$isLANAvailable ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isNetworkEnabled()

MCAPI bool AppPlatform::$isNetworkEnabled ( bool onlyWifiAllowed) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setNetworkAllowed()

MCAPI void AppPlatform::$setNetworkAllowed ( bool allowed)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isNetworkAllowed()

MCAPI bool AppPlatform::$isNetworkAllowed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isInternetAvailable()

MCAPI bool AppPlatform::$isInternetAvailable ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getNetworkConnectionType()

MCAPI::NetworkConnectionType AppPlatform::$getNetworkConnectionType ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setNetworkConnectionType()

MCAPI void AppPlatform::$setNetworkConnectionType ( ::NetworkConnectionType connectionType)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultNetworkMaxPlayers()

MCAPI int AppPlatform::$getDefaultNetworkMaxPlayers ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $multiplayerRequiresPremiumAccess()

MCAPI bool AppPlatform::$multiplayerRequiresPremiumAccess ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $multiplayerRequiresUGCEnabled()

MCAPI bool AppPlatform::$multiplayerRequiresUGCEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isCrossPlatformToggleVisible()

MCAPI bool AppPlatform::$isCrossPlatformToggleVisible ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isTelemetryAllowed()

MCAPI bool AppPlatform::$isTelemetryAllowed ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isTrialWorldsTransferToFullGameAllowed()

MCAPI bool AppPlatform::$isTrialWorldsTransferToFullGameAllowed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $buyGame()

MCAPI void AppPlatform::$buyGame ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $finish()

MCAPI void AppPlatform::$finish ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $launchSettings()

MCAPI void AppPlatform::$launchSettings ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $useXboxControlHelpers()

MCAPI bool AppPlatform::$useXboxControlHelpers ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getBuildPlatform()

MCAPI::BuildPlatform AppPlatform::$getBuildPlatform ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setARVRPlatform()

MCAPI void AppPlatform::$setARVRPlatform ( ::ARVRPlatform )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getARVRPlatform()

MCAPI::ARVRPlatform AppPlatform::$getARVRPlatform ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getNumberOfParticleFramesToInterpolate()

MCAPI int AppPlatform::$getNumberOfParticleFramesToInterpolate ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDpi()

MCAPI int AppPlatform::$getDpi ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setDpi()

MCAPI void AppPlatform::$setDpi ( int dpi)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getUIScalingRules()

MCAPI::UIScalingRules AppPlatform::$getUIScalingRules ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setUIScalingRules()

MCAPI void AppPlatform::$setUIScalingRules ( ::UIScalingRules UIScalingRules)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setVRControllerType()

MCAPI void AppPlatform::$setVRControllerType ( ::VRControllerType controllerType)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getVRControllerType()

MCAPI::VRControllerType AppPlatform::$getVRControllerType ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasIDEProfiler()

MCAPI bool AppPlatform::$hasIDEProfiler ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getPlatformStringVar()

MCAPI::std::string AppPlatform::$getPlatformStringVar ( int stringId)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMaximumUsedMemory()

MCAPI uint64 AppPlatform::$getMaximumUsedMemory ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLowMemoryEventThreshold()

MCAPI uint64 AppPlatform::$getLowMemoryEventThreshold ( ::LowMemorySeverity ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLowMemoryEventRecoveryThreshold()

MCAPI uint64 AppPlatform::$getLowMemoryEventRecoveryThreshold ( ::LowMemorySeverity severity) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLowPhysicalMemoryThreshold()

MCAPI uint64 AppPlatform::$getLowPhysicalMemoryThreshold ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $calculateIfLowMemoryDevice()

MCAPI void AppPlatform::$calculateIfLowMemoryDevice ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isLowMemoryDevice()

MCAPI bool AppPlatform::$isLowMemoryDevice ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isLowPhysicalMemoryDevice()

MCAPI bool AppPlatform::$isLowPhysicalMemoryDevice ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getTextureMemoryBudget()

MCAPI uint64 AppPlatform::$getTextureMemoryBudget ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getSingleMipDefaultMemoryBudget()

MCAPI uint64 AppPlatform::$getSingleMipDefaultMemoryBudget ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $readyForApplicationExitInfo()

MCAPI void AppPlatform::$readyForApplicationExitInfo ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDeviceSunsetTier()

MCAPI::DeviceSunsetTier AppPlatform::$getDeviceSunsetTier ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMaxSimRadiusInChunks()

MCAPI int AppPlatform::$getMaxSimRadiusInChunks ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getBroadcastAddresses()

MCAPI ::std::vector<::std::string > AppPlatform::$getBroadcastAddresses ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getIPAddresses()

MCAPI ::std::vector<::std::string > AppPlatform::$getIPAddresses ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $useAppPlatformForTelemetryIPAddress()

MCAPI bool AppPlatform::$useAppPlatformForTelemetryIPAddress ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $usesHDRBrightness()

MCAPI bool AppPlatform::$usesHDRBrightness ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $updateBootstrapSettingsFromTreatmentsAsync()

MCAPI void AppPlatform::$updateBootstrapSettingsFromTreatmentsAsync ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isNetworkThrottled()

MCAPI bool AppPlatform::$isNetworkThrottled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isLANAllowed()

MCAPI bool AppPlatform::$isLANAllowed ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $doesLANRequireMultiplayerRestrictions()

MCAPI bool AppPlatform::$doesLANRequireMultiplayerRestrictions ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $collectGraphicsHardwareDetails()

MCAPI void AppPlatform::$collectGraphicsHardwareDetails ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isWin10Arm()

MCAPI bool AppPlatform::$isWin10Arm ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setThreadsFrozen()

MCAPI void AppPlatform::$setThreadsFrozen ( bool frozen)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $areThreadsFrozen()

MCAPI bool AppPlatform::$areThreadsFrozen ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultSafeZoneScaleX()

MCAPI float AppPlatform::$getDefaultSafeZoneScaleX ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultSafeZoneScaleY()

MCAPI float AppPlatform::$getDefaultSafeZoneScaleY ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultSafeZoneScaleAll()

MCAPI float AppPlatform::$getDefaultSafeZoneScaleAll ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultScreenPositionX()

MCAPI float AppPlatform::$getDefaultScreenPositionX ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultScreenPositionY()

MCAPI float AppPlatform::$getDefaultScreenPositionY ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isQuitCapable()

MCAPI bool AppPlatform::$isQuitCapable ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $requireControllerAtStartup()

MCAPI bool AppPlatform::$requireControllerAtStartup ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $notifyControllerConnectionStateChange()

MCAPI bool AppPlatform::$notifyControllerConnectionStateChange ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $platformRequiresControllerApplet()

MCAPI bool AppPlatform::$platformRequiresControllerApplet ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getDefaultInputMode()

MCAPI::InputMode AppPlatform::$getDefaultInputMode ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getFocusState()

MCAPI::AppFocusState AppPlatform::$getFocusState ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getAppLifecycleContext()

MCAPI::AppLifecycleContext & AppPlatform::$getAppLifecycleContext ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $shouldPauseDownloadsWhenEnterGame()

MCAPI bool AppPlatform::$shouldPauseDownloadsWhenEnterGame ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $compareAppReceiptToLocalReceipt()

MCAPI bool AppPlatform::$compareAppReceiptToLocalReceipt ( ::std::string const & otherReceipt)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getThirdPartyPackUUID()

MCAPI::mce::UUID const & AppPlatform::$getThirdPartyPackUUID ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $saveTreatmentPacksAsZips()

MCAPI bool AppPlatform::$saveTreatmentPacksAsZips ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $saveEncryptedPacksAsZips()

MCAPI bool AppPlatform::$saveEncryptedPacksAsZips ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $saveEncryptedWorldTemplatePacksAsZips()

MCAPI bool AppPlatform::$saveEncryptedWorldTemplatePacksAsZips ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $allowsResourcePackDevelopment()

MCAPI bool AppPlatform::$allowsResourcePackDevelopment ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsLegacySinglePremiumCacheDirectory()

MCAPI bool AppPlatform::$supportsLegacySinglePremiumCacheDirectory ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsWorldShare()

MCAPI bool AppPlatform::$supportsWorldShare ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasJournalingFilesystem()

MCAPI bool AppPlatform::$hasJournalingFilesystem ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isAutoCompactionEnabled()

MCAPI bool AppPlatform::$isAutoCompactionEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getLevelSaveInterval()

MCAPI::std::chrono::nanoseconds AppPlatform::$getLevelSaveInterval ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getOptionsSaveInterval()

MCAPI::std::chrono::nanoseconds AppPlatform::$getOptionsSaveInterval ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasPlatformSpecificInvites()

MCAPI bool AppPlatform::$hasPlatformSpecificInvites ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $usePlatformProfilePicturesOnly()

MCAPI bool AppPlatform::$usePlatformProfilePicturesOnly ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $allowBetaXblSignIn()

MCAPI bool AppPlatform::$allowBetaXblSignIn ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $requiresXboxLiveSigninToPlay()

MCAPI bool AppPlatform::$requiresXboxLiveSigninToPlay ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $requiresLiveGoldForMultiplayer()

MCAPI bool AppPlatform::$requiresLiveGoldForMultiplayer ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $shouldRegisterForXboxLiveNotifications()

MCAPI bool AppPlatform::$shouldRegisterForXboxLiveNotifications ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isRealmsEnabled()

MCAPI bool AppPlatform::$isRealmsEnabled ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $minimizeBackgroundDownloads()

MCAPI bool AppPlatform::$minimizeBackgroundDownloads ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $requiresAutoSaveIconExplanationPopup()

MCAPI bool AppPlatform::$requiresAutoSaveIconExplanationPopup ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getExtraLevelSaveDataIconParams()

MCAPI ::std::optional<::ScreenshotOptions > AppPlatform::$getExtraLevelSaveDataIconParams ( ::std::string const & levelId) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getMultiplayerServiceListToRegister()

MCAPI ::std::vector<::std::shared_ptr<::Social::MultiplayerService > > AppPlatform::$getMultiplayerServiceListToRegister ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getBroadcastingMultiplayerServiceIds()

MCAPI ::std::vector<::Social::MultiplayerServiceIdentifier > AppPlatform::$getBroadcastingMultiplayerServiceIds ( bool xblBroadcast,
bool platformBroadcast ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $maxFileDataRequestConcurrency()

MCAPI uint AppPlatform::$maxFileDataRequestConcurrency ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $goToExternalConsumablesStoreListing()

MCAPI void AppPlatform::$goToExternalConsumablesStoreListing ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getStoreNetworkFailureTimeout()

MCAPI float AppPlatform::$getStoreNetworkFailureTimeout ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $createLoggingStorageArea()

MCAPI ::std::shared_ptr<::Core::FileStorageArea > AppPlatform::$createLoggingStorageArea ( ::Core::FileAccessType fileAccessType,
::Core::Path const & loggingPath )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handlePlatformSpecificCommerceError()

MCAPI void AppPlatform::$handlePlatformSpecificCommerceError ( uint error)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isEduMode()

MCAPI bool AppPlatform::$isEduMode ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $importAsFlatFile()

MCAPI bool AppPlatform::$importAsFlatFile ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $shouldRemoveGraphicsDeviceOnAppTermination()

MCAPI bool AppPlatform::$shouldRemoveGraphicsDeviceOnAppTermination ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isJoinableViaExternalServers()

MCAPI bool AppPlatform::$isJoinableViaExternalServers ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onPrimaryUserNetworkReady()

MCAPI void AppPlatform::$onPrimaryUserNetworkReady ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isDisplayInitialized()

MCAPI bool AppPlatform::$isDisplayInitialized ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $usesAsyncOptionSaving()

MCAPI bool AppPlatform::$usesAsyncOptionSaving ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $showPlatformStoreIcon()

MCAPI void AppPlatform::$showPlatformStoreIcon ( bool shouldShow)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $showPlatformEmptyStoreDialog()

MCAPI void AppPlatform::$showPlatformEmptyStoreDialog ( ::std::function< void(bool)> && callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $supportsVRModeSwap()

MCAPI bool AppPlatform::$supportsVRModeSwap ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canSwapVRMode()

MCAPI bool AppPlatform::$canSwapVRMode ( bool const inVRMode) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $tryEnterVRMode()

MCAPI void AppPlatform::$tryEnterVRMode ( bool duringStartup,
::std::function< void(bool)> callback )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $exitVRMode()

MCAPI void AppPlatform::$exitVRMode ( ::std::function< void()> callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $initializeGameStreaming()

MCAPI void AppPlatform::$initializeGameStreaming ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $notifyNetworkConfigurationChanged()

MCAPI void AppPlatform::$notifyNetworkConfigurationChanged ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $setKeepScreenOnFlag()

MCAPI void AppPlatform::$setKeepScreenOnFlag ( bool )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $initializeMulticast()

MCAPI void AppPlatform::$initializeMulticast ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $requestMulticastReceivePermission()

MCAPI void AppPlatform::$requestMulticastReceivePermission ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $hasMulticastReceivePermission()

MCAPI bool AppPlatform::$hasMulticastReceivePermission ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $releaseMulticastReceivePermission()

MCAPI void AppPlatform::$releaseMulticastReceivePermission ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onMinecraftGameInitComplete()

MCAPI void AppPlatform::$onMinecraftGameInitComplete ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onFullGameUnlock()

MCAPI void AppPlatform::$onFullGameUnlock ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $showOSUserDialog()

MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< bool > > AppPlatform::$showOSUserDialog ( ::std::string ,
::std::string ,
::std::string  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_tryEnableCPUBoost()

MCAPI bool AppPlatform::$_tryEnableCPUBoost ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_disableCPUBoost()

MCAPI void AppPlatform::$_disableCPUBoost ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_initializeFileStorageAreas()

MCAPI void AppPlatform::$_initializeFileStorageAreas ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_teardownFileStorageAreas()

MCAPI void AppPlatform::$_teardownFileStorageAreas ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_onInitialize()

MCAPI void AppPlatform::$_onInitialize ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_onTeardown()

MCAPI void AppPlatform::$_onTeardown ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [1/2]

static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [2/2]

static MCAPI void ** ISecureStorageKeySystem::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: