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

Public Types

enum class  MaelstromEduUsabilityStatus : uchar { Unknown = 0 , Unallowed = 1 , Allowed = 2 }

Public Member Functions

EduAppConfigsoperator= (EduAppConfigs const &)
 EduAppConfigs (EduAppConfigs const &)
virtual void loadFromData (::IAppConfigData const &)
virtual::EducationEditionOffer getEducationEditionOffering () const
virtual ::std::unique_ptr<::IContentAccessibilityProvidercreateContentAccessibility () const
virtual bool canUseAzureNotebooks () const
virtual bool arePremiumSkinPacksAllowed () const
virtual bool areResourcePacksAllowed () const
virtual bool isPlayScreenAllowed () const
virtual bool areEmotesSupported () const
virtual::AppConfigs::MaelstromEduUsabilityStatus canUseMaelstrom () const
virtual bool useNormalizedFontSize () const
virtual bool useFullScreenByDefault () const
virtual bool muteByDefault () const
virtual bool isCoursesCacheEnabled () const
virtual bool isChatScreenAllowed () const
virtual bool shouldPromptBeforeExit () const
virtual bool gameArgumentsNeedAuthentication () const
virtual bool worldsAreSingleUse () const
virtual bool isSaveToCloudOn () const
virtual bool isEduAIOn () const
virtual bool isDedicatedServerOn () const
virtual bool requireEduLevelSettings () const
virtual bool requireTrustedContent () const
virtual bool supports3DExport () const
virtual bool isExternalPlayerCommunicationAllowed () const
virtual::ConnectionDefinition getConnectionDefinition () const
virtual bool supportsChangingMultiplayerDuringPlay () const
virtual bool worldBuilderDisabled () const
virtual bool webSocketsDisabled () const
virtual bool sendPermissionsTelemetry () const
virtual bool useEduDemoUpsellDialog () const
virtual ::std::vector<::PackIdVersiongetAdditionalClientPacks (bool enteringLevel) const
virtual::std::string getFeedbackURL () const
virtual void applyLevelDataOverride (::LevelData &) const
virtual bool isGameTabShownInSettings () const
virtual bool allowGameArguments () const
virtual ::std::unique_ptr<::IScreenCapabilitiesgetScreenCapabilities (::std::string const &screenName) const
virtual::std::string getHelpCenterURL () const
virtual::std::string getPrivacyAndOnlineSafetyURL () const
MCAPI void * $ctor (::AppConfigsDependencies &&dependencies)
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)
MCAPI void $dtor ()
MCAPI void $loadFromData (::IAppConfigData const &)
MCAPI bool $arePremiumSkinPacksAllowed () const
MCAPI bool $areResourcePacksAllowed () const
MCAPI bool $isPlayScreenAllowed () const
MCAPI bool $isChatScreenAllowed () const
MCAPI bool $isGameTabShownInSettings () const
MCAPI bool $areEmotesSupported () const
MCAPI bool $useNormalizedFontSize () const
MCAPI bool $useFullScreenByDefault () const
MCAPI bool $muteByDefault () const
MCAPI bool $isCoursesCacheEnabled () const
MCAPI bool $shouldPromptBeforeExit () const
MCAPI bool $gameArgumentsNeedAuthentication () const
MCAPI bool $worldBuilderDisabled () const
MCAPI bool $worldsAreSingleUse () const
MCAPI::EducationEditionOffer $getEducationEditionOffering () const
MCAPI bool $requireTrustedContent () const
MCAPI bool $isExternalPlayerCommunicationAllowed () const
MCAPI bool $supports3DExport () const
MCAPI bool $requireEduLevelSettings () const
MCAPI::ConnectionDefinition $getConnectionDefinition () const
MCAPI bool $supportsChangingMultiplayerDuringPlay () const
MCAPI bool $webSocketsDisabled () const
MCAPI bool $sendPermissionsTelemetry () const
MCAPI bool $useEduDemoUpsellDialog () const
MCAPI bool $allowGameArguments () const
MCAPI bool $canUseAzureNotebooks () const
MCAPI::AppConfigs::MaelstromEduUsabilityStatus $canUseMaelstrom () const
MCAPI bool $isSaveToCloudOn () const
MCAPI bool $isEduAIOn () const
MCAPI bool $isDedicatedServerOn () const
MCAPI ::std::vector<::PackIdVersion$getAdditionalClientPacks (bool enteringLevel) const
MCAPI ::std::unique_ptr<::IScreenCapabilities$getScreenCapabilities (::std::string const &screenName) const
MCAPI ::std::unique_ptr<::IContentAccessibilityProvider$createContentAccessibility () const
MCAPI::std::string $getFeedbackURL () const
MCAPI::std::string $getHelpCenterURL () const
MCAPI::std::string $getPrivacyAndOnlineSafetyURL () const
MCAPI void $applyLevelDataOverride (::LevelData &) const

Static Public Member Functions

static MCAPI ::PackIdVersion const & EDUOreUIResourcePack ()
static MCAPI ::PackIdVersion const & EDUResourcePack ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnk5b8c8b
::ll::UntypedStorage< 8, 96 > mUnk83fb84
::ll::UntypedStorage< 8, 64 > mUnk9f7098
::ll::UntypedStorage< 8, 8 > mUnke1b346
::ll::UntypedStorage< 8, 8 > mUnk401edb
::ll::UntypedStorage< 8, 64 > mUnk6aa499
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ loadFromData()

virtual void EduAppConfigs::loadFromData ( ::IAppConfigData const & )
virtual

Reimplemented from AppConfigs.

◆ canUseAzureNotebooks()

virtual bool EduAppConfigs::canUseAzureNotebooks ( ) const
virtual

Reimplemented from DataBackedAppConfigs.

◆ EDUOreUIResourcePack()

MCAPI ::PackIdVersion const & EduAppConfigs::EDUOreUIResourcePack ( )
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.

◆ EDUResourcePack()

MCAPI ::PackIdVersion const & EduAppConfigs::EDUResourcePack ( )
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.

◆ arePremiumSkinPacksAllowed()

virtual bool DataBackedAppConfigs::arePremiumSkinPacksAllowed ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ areResourcePacksAllowed()

virtual bool DataBackedAppConfigs::areResourcePacksAllowed ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isPlayScreenAllowed()

virtual bool DataBackedAppConfigs::isPlayScreenAllowed ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ areEmotesSupported()

virtual bool DataBackedAppConfigs::areEmotesSupported ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ useNormalizedFontSize()

virtual bool DataBackedAppConfigs::useNormalizedFontSize ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ useFullScreenByDefault()

virtual bool DataBackedAppConfigs::useFullScreenByDefault ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ muteByDefault()

virtual bool DataBackedAppConfigs::muteByDefault ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isCoursesCacheEnabled()

virtual bool DataBackedAppConfigs::isCoursesCacheEnabled ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isChatScreenAllowed()

virtual bool DataBackedAppConfigs::isChatScreenAllowed ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ shouldPromptBeforeExit()

virtual bool DataBackedAppConfigs::shouldPromptBeforeExit ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ gameArgumentsNeedAuthentication()

virtual bool DataBackedAppConfigs::gameArgumentsNeedAuthentication ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ worldsAreSingleUse()

virtual bool DataBackedAppConfigs::worldsAreSingleUse ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isSaveToCloudOn()

virtual bool DataBackedAppConfigs::isSaveToCloudOn ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isEduAIOn()

virtual bool DataBackedAppConfigs::isEduAIOn ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isDedicatedServerOn()

virtual bool DataBackedAppConfigs::isDedicatedServerOn ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ requireEduLevelSettings()

virtual bool DataBackedAppConfigs::requireEduLevelSettings ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ requireTrustedContent()

virtual bool DataBackedAppConfigs::requireTrustedContent ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ supports3DExport()

virtual bool DataBackedAppConfigs::supports3DExport ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ isExternalPlayerCommunicationAllowed()

virtual bool DataBackedAppConfigs::isExternalPlayerCommunicationAllowed ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ supportsChangingMultiplayerDuringPlay()

virtual bool DataBackedAppConfigs::supportsChangingMultiplayerDuringPlay ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ worldBuilderDisabled()

virtual bool DataBackedAppConfigs::worldBuilderDisabled ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ webSocketsDisabled()

virtual bool DataBackedAppConfigs::webSocketsDisabled ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ sendPermissionsTelemetry()

virtual bool DataBackedAppConfigs::sendPermissionsTelemetry ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ useEduDemoUpsellDialog()

virtual bool DataBackedAppConfigs::useEduDemoUpsellDialog ( ) const
virtualinherited

Reimplemented from AppConfigs.

◆ applyLevelDataOverride()

virtual void DataBackedAppConfigs::applyLevelDataOverride ( ::LevelData & ) const
virtualinherited

Reimplemented from AppConfigs.

◆ $ctor()

MCAPI void * AppConfigs::$ctor ( ::AppConfigsDependencies && dependencies)
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.

◆ $dtor()

MCAPI void AppConfigs::$dtor ( )
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.

◆ $loadFromData()

MCAPI void AppConfigs::$loadFromData ( ::IAppConfigData 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.

◆ $arePremiumSkinPacksAllowed()

MCAPI bool AppConfigs::$arePremiumSkinPacksAllowed ( ) 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.

◆ $areResourcePacksAllowed()

MCAPI bool AppConfigs::$areResourcePacksAllowed ( ) 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.

◆ $isPlayScreenAllowed()

MCAPI bool AppConfigs::$isPlayScreenAllowed ( ) 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.

◆ $isChatScreenAllowed()

MCAPI bool AppConfigs::$isChatScreenAllowed ( ) 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.

◆ $isGameTabShownInSettings()

MCAPI bool AppConfigs::$isGameTabShownInSettings ( ) 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.

◆ $areEmotesSupported()

MCAPI bool AppConfigs::$areEmotesSupported ( ) 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.

◆ $useNormalizedFontSize()

MCAPI bool AppConfigs::$useNormalizedFontSize ( ) 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.

◆ $useFullScreenByDefault()

MCAPI bool AppConfigs::$useFullScreenByDefault ( ) 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.

◆ $muteByDefault()

MCAPI bool AppConfigs::$muteByDefault ( ) 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.

◆ $isCoursesCacheEnabled()

MCAPI bool AppConfigs::$isCoursesCacheEnabled ( ) 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.

◆ $shouldPromptBeforeExit()

MCAPI bool AppConfigs::$shouldPromptBeforeExit ( ) 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.

◆ $gameArgumentsNeedAuthentication()

MCAPI bool AppConfigs::$gameArgumentsNeedAuthentication ( ) 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.

◆ $worldBuilderDisabled()

MCAPI bool AppConfigs::$worldBuilderDisabled ( ) 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.

◆ $worldsAreSingleUse()

MCAPI bool AppConfigs::$worldsAreSingleUse ( ) 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.

◆ $getEducationEditionOffering()

MCAPI::EducationEditionOffer AppConfigs::$getEducationEditionOffering ( ) 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.

◆ $requireTrustedContent()

MCAPI bool AppConfigs::$requireTrustedContent ( ) 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.

◆ $isExternalPlayerCommunicationAllowed()

MCAPI bool AppConfigs::$isExternalPlayerCommunicationAllowed ( ) 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.

◆ $supports3DExport()

MCAPI bool AppConfigs::$supports3DExport ( ) 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.

◆ $requireEduLevelSettings()

MCAPI bool AppConfigs::$requireEduLevelSettings ( ) 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.

◆ $getConnectionDefinition()

MCAPI::ConnectionDefinition AppConfigs::$getConnectionDefinition ( ) 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.

◆ $supportsChangingMultiplayerDuringPlay()

MCAPI bool AppConfigs::$supportsChangingMultiplayerDuringPlay ( ) 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.

◆ $webSocketsDisabled()

MCAPI bool AppConfigs::$webSocketsDisabled ( ) 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.

◆ $sendPermissionsTelemetry()

MCAPI bool AppConfigs::$sendPermissionsTelemetry ( ) 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.

◆ $useEduDemoUpsellDialog()

MCAPI bool AppConfigs::$useEduDemoUpsellDialog ( ) 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.

◆ $allowGameArguments()

MCAPI bool AppConfigs::$allowGameArguments ( ) 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.

◆ $canUseAzureNotebooks()

MCAPI bool AppConfigs::$canUseAzureNotebooks ( ) 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.

◆ $canUseMaelstrom()

MCAPI::AppConfigs::MaelstromEduUsabilityStatus AppConfigs::$canUseMaelstrom ( ) 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.

◆ $isSaveToCloudOn()

MCAPI bool AppConfigs::$isSaveToCloudOn ( ) 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.

◆ $isEduAIOn()

MCAPI bool AppConfigs::$isEduAIOn ( ) 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.

◆ $isDedicatedServerOn()

MCAPI bool AppConfigs::$isDedicatedServerOn ( ) 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.

◆ $getAdditionalClientPacks()

MCAPI ::std::vector<::PackIdVersion > AppConfigs::$getAdditionalClientPacks ( bool enteringLevel) 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.

◆ $getScreenCapabilities()

MCAPI ::std::unique_ptr<::IScreenCapabilities > AppConfigs::$getScreenCapabilities ( ::std::string const & screenName) 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.

◆ $createContentAccessibility()

MCAPI ::std::unique_ptr<::IContentAccessibilityProvider > AppConfigs::$createContentAccessibility ( ) 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.

◆ $getFeedbackURL()

MCAPI::std::string AppConfigs::$getFeedbackURL ( ) 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.

◆ $getHelpCenterURL()

MCAPI::std::string AppConfigs::$getHelpCenterURL ( ) 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.

◆ $getPrivacyAndOnlineSafetyURL()

MCAPI::std::string AppConfigs::$getPrivacyAndOnlineSafetyURL ( ) 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.

◆ $applyLevelDataOverride()

MCAPI void AppConfigs::$applyLevelDataOverride ( ::LevelData & ) 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.

◆ $vftable()

MCAPI void ** AppConfigs::$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: