43 virtual ::Bedrock::NonOwnerPointer<::Bedrock::DataStore>
44 getDataStore(::Bedrock::IApplicationDataStores::DataStores which) ;
47 virtual ::Bedrock::NonOwnerPointer<::Bedrock::DataStore const>
48 getDataStore(::Bedrock::IApplicationDataStores::DataStores which)
const ;
54 MCAPI
ApplicationDataStores(::Bedrock::NotNullNonOwnerPtr<::AppPlatform> platform, ::std::string_view tag);
56 MCAPI
void _initDataStore(::Bedrock::IApplicationDataStores::DataStores which);
62 MCAPI
void* $ctor(::Bedrock::NotNullNonOwnerPtr<::AppPlatform> platform, ::std::string_view tag);
76 MCFOLD ::Bedrock::NonOwnerPointer<::Bedrock::DataStore>
77 $getDataStore(::Bedrock::IApplicationDataStores::DataStores which);
79 MCFOLD ::Bedrock::NonOwnerPointer<::Bedrock::DataStore const>
80 $getDataStore(::Bedrock::IApplicationDataStores::DataStores which)
const;
86 MCAPI
static void** $vftable();