LeviLamina
Loading...
Searching...
No Matches
Editor::Services::EditorServerPersistenceServiceV2 Class Reference
+ Inheritance diagram for Editor::Services::EditorServerPersistenceServiceV2:

Public Types

enum class  State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 }
 

Public Member Functions

EditorServerPersistenceServiceV2operator= (EditorServerPersistenceServiceV2 const &)
 
 EditorServerPersistenceServiceV2 (EditorServerPersistenceServiceV2 const &)
 
virtual ::Scripting::Result_deprecated< void > init ()
 
virtual ::Scripting::Result_deprecated< void > quit ()
 
virtual ::Scripting::Result_deprecated< void > ready ()
 
virtual::std::string_view getServiceName () const
 
virtual ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > getOrCreateGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version, ::std::optional<::Editor::Services::PersistenceGroupType > groupType)
 
virtual ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > createGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version, ::std::optional<::Editor::Services::PersistenceGroupType > groupType)
 
virtual ::Scripting::Result_deprecated< void > deleteGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version)
 
virtual ::Core::PathBuffer<::std::string > _getGroupRootPath (::Editor::Services::PersistenceScope scope) const
 
virtual bool _validateScope (::Editor::Services::PersistenceScope scope) const
 
MCAPI EditorServerPersistenceServiceV2 (::Editor::ServiceProviderCollection &providers)
 
MCAPI::Editor::Services::PersistenceGroupMetadata _createMetadata (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version)
 
MCAPI void _dispatchGroupItemsToClient (::Editor::Services::PersistenceGroupItemMetadata item, ::Editor::Services::PersistenceGroupItemChangeAction action)
 
MCAPI void _dispatchGroupToClients (::Editor::Services::PersistenceGroupChangeAction action, ::Editor::Services::PersistenceGroupMetadata groupMetadata)
 
MCAPI::std::string _getGroupItemKey (::std::string groupVersionName, ::Editor::Services::PersistenceScope scope)
 
MCAPI void _handleGroupItemChange (::std::string key, ::Editor::Services::PersistenceScope scope, ::Editor::Services::PersistenceGroupItemChangeAction action, ::StackRefResult<::Editor::Services::PersistenceItem > &item)
 
MCAPI void _handleQuerySharedGroupPayload (::Editor::Network::PersistenceQuerySharedGroupPayload const &payload)
 
MCAPI void * $ctor (::Editor::ServiceProviderCollection &providers)
 
MCAPI ::Scripting::Result_deprecated< void > $init ()
 
MCAPI ::Scripting::Result_deprecated< void > $quit ()
 
MCAPI ::Scripting::Result_deprecated< void > $ready ()
 
MCAPI::std::string_view $getServiceName () const
 
MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > $getOrCreateGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version, ::std::optional<::Editor::Services::PersistenceGroupType > groupType)
 
MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > $createGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version, ::std::optional<::Editor::Services::PersistenceGroupType > groupType)
 
MCAPI ::Scripting::Result_deprecated< void > $deleteGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version)
 
MCAPI ::Core::PathBuffer<::std::string > $_getGroupRootPath (::Editor::Services::PersistenceScope scope) const
 
MCAPI bool $_validateScope (::Editor::Services::PersistenceScope scope) const
 
virtual ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > getGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version)
 
virtual ::Scripting::Result_deprecated< void > deleteGroup (::StackRefResult<::Editor::Services::PersistenceGroup > const group)
 
virtual ::std::vector<::StackRefResult<::Editor::Services::PersistenceGroup > > fetchGroups (::std::optional<::std::string > groupNamespace, ::std::optional<::std::string > namespacedName, ::std::optional<::Editor::Services::PersistenceScope > scope, ::std::optional< int > version)
 
MCAPI ::WeakRef<::Editor::Services::PersistenceGroup_createCacheGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, int version, ::Editor::Services::PersistenceGroupType groupType)
 
MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > _createGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version, ::Editor::Services::PersistenceGroupType groupType)
 
MCAPI ::StackRefResult<::Editor::Services::PersistenceGroup_getGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version)
 
MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > _getManifestFilePath (::Editor::Services::PersistenceScope scope)
 
MCAPI int _getMaxVersion (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope)
 
MCAPI ::Core::PathBuffer<::std::string > _getPath (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version) const
 
MCAPI void _loadGroupMetaData (::Editor::Services::PersistenceScope scope)
 
MCAPI ::std::optional<::Editor::Services::PersistenceGroupManifest_parseJsonToGroupManifest (::std::string value)
 
MCAPI bool _saveGroupMetaData (::Editor::Services::PersistenceScope scope)
 
MCAPI void $dtor ()
 
MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > $getGroup (::std::string const &namespacedName, ::Editor::Services::PersistenceScope scope, ::std::optional< int > version)
 
MCAPI ::Scripting::Result_deprecated< void > $deleteGroup (::StackRefResult<::Editor::Services::PersistenceGroup > const group)
 
MCAPI ::std::vector<::StackRefResult<::Editor::Services::PersistenceGroup > > $fetchGroups (::std::optional<::std::string > groupNamespace, ::std::optional<::std::string > namespacedName, ::std::optional<::Editor::Services::PersistenceScope > scope, ::std::optional< int > version)
 
virtual bool isServiceInitialized () const
 
virtual bool isServiceReady () const
 
MCAPI bool $isServiceInitialized () const
 
MCAPI bool $isServiceReady () const
 
MCFOLD void * $ctor ()
 
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)
 

Static Public Member Functions

static MCAPI void ** $vftableForEditorPersistenceServiceV2Provider ()
 
static MCAPI void ** $vftableForIEditorService ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnkaca8c2
 
::ll::UntypedStorage< 8, 32 > mUnkca40d7
 
::ll::UntypedStorage< 8, 8 > mUnke2c956
 
::ll::UntypedStorage< 8, 24 > mUnk1d7142
 
::ll::UntypedStorage< 8, 24 > mUnk66e0d5
 
::ll::UntypedStorage< 8, 8 > mUnk831bec
 
::ll::UntypedStorage< 8, 8 > mUnkc8874b
 
::ll::UntypedStorage< 4, 4 > mUnk93c97e
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 
::ll::UntypedStorage< 8, 8 > mUnkc52f22
 
::ll::UntypedStorage< 8, 24 > mUnk47c2ce
 

Constructor & Destructor Documentation

◆ EditorServerPersistenceServiceV2()

MCAPI Editor::Services::EditorServerPersistenceServiceV2::EditorServerPersistenceServiceV2 ( ::Editor::ServiceProviderCollection & providers)
explicit
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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

◆ init()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorServerPersistenceServiceV2::init ( )
virtual

◆ quit()

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorServerPersistenceServiceV2::quit ( )
virtual

◆ getServiceName()

virtual::std::string_view Editor::Services::EditorServerPersistenceServiceV2::getServiceName ( ) const
virtual

◆ getOrCreateGroup()

virtual ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorServerPersistenceServiceV2::getOrCreateGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version,
::std::optional<::Editor::Services::PersistenceGroupType > groupType )
virtual

◆ createGroup()

virtual ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorServerPersistenceServiceV2::createGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version,
::std::optional<::Editor::Services::PersistenceGroupType > groupType )
virtual

◆ deleteGroup() [1/2]

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorServerPersistenceServiceV2::deleteGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version )
virtual

◆ _getGroupRootPath()

virtual ::Core::PathBuffer<::std::string > Editor::Services::EditorServerPersistenceServiceV2::_getGroupRootPath ( ::Editor::Services::PersistenceScope scope) const
virtual

◆ _validateScope()

virtual bool Editor::Services::EditorServerPersistenceServiceV2::_validateScope ( ::Editor::Services::PersistenceScope scope) const
virtual

◆ _createMetadata()

MCAPI::Editor::Services::PersistenceGroupMetadata Editor::Services::EditorServerPersistenceServiceV2::_createMetadata ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _dispatchGroupItemsToClient()

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

◆ _dispatchGroupToClients()

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

◆ _getGroupItemKey()

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

◆ _handleGroupItemChange()

MCAPI void Editor::Services::EditorServerPersistenceServiceV2::_handleGroupItemChange ( ::std::string key,
::Editor::Services::PersistenceScope scope,
::Editor::Services::PersistenceGroupItemChangeAction action,
::StackRefResult<::Editor::Services::PersistenceItem > & item )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _handleQuerySharedGroupPayload()

MCAPI void Editor::Services::EditorServerPersistenceServiceV2::_handleQuerySharedGroupPayload ( ::Editor::Network::PersistenceQuerySharedGroupPayload const & payload)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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()

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

◆ $init()

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

◆ $quit()

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

◆ $ready()

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

◆ $getServiceName()

MCAPI::std::string_view Editor::Services::EditorServerPersistenceServiceV2::$getServiceName ( ) 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.

◆ $getOrCreateGroup()

MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorServerPersistenceServiceV2::$getOrCreateGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version,
::std::optional<::Editor::Services::PersistenceGroupType > groupType )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $createGroup()

MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorServerPersistenceServiceV2::$createGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version,
::std::optional<::Editor::Services::PersistenceGroupType > groupType )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $deleteGroup() [1/2]

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorServerPersistenceServiceV2::$deleteGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_getGroupRootPath()

MCAPI ::Core::PathBuffer<::std::string > Editor::Services::EditorServerPersistenceServiceV2::$_getGroupRootPath ( ::Editor::Services::PersistenceScope scope) 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.

◆ $_validateScope()

MCAPI bool Editor::Services::EditorServerPersistenceServiceV2::$_validateScope ( ::Editor::Services::PersistenceScope scope) 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.

◆ $vftableForEditorPersistenceServiceV2Provider()

static MCAPI void ** Editor::Services::EditorServerPersistenceServiceV2::$vftableForEditorPersistenceServiceV2Provider ( )
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.

◆ $vftableForIEditorService()

static MCAPI void ** Editor::Services::EditorServerPersistenceServiceV2::$vftableForIEditorService ( )
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.

◆ getGroup()

virtual ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorPersistenceServiceV2::getGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version )
virtualinherited

◆ deleteGroup() [2/2]

virtual ::Scripting::Result_deprecated< void > Editor::Services::EditorPersistenceServiceV2::deleteGroup ( ::StackRefResult<::Editor::Services::PersistenceGroup > const group)
virtualinherited

◆ fetchGroups()

virtual ::std::vector<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorPersistenceServiceV2::fetchGroups ( ::std::optional<::std::string > groupNamespace,
::std::optional<::std::string > namespacedName,
::std::optional<::Editor::Services::PersistenceScope > scope,
::std::optional< int > version )
virtualinherited

◆ _createCacheGroup()

MCAPI ::WeakRef<::Editor::Services::PersistenceGroup > Editor::Services::EditorPersistenceServiceV2::_createCacheGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
int version,
::Editor::Services::PersistenceGroupType groupType )
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.

◆ _createGroup()

MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorPersistenceServiceV2::_createGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version,
::Editor::Services::PersistenceGroupType groupType )
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.

◆ _getGroup()

MCAPI ::StackRefResult<::Editor::Services::PersistenceGroup > Editor::Services::EditorPersistenceServiceV2::_getGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version )
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.

◆ _getManifestFilePath()

MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > Editor::Services::EditorPersistenceServiceV2::_getManifestFilePath ( ::Editor::Services::PersistenceScope scope)
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.

◆ _getMaxVersion()

MCAPI int Editor::Services::EditorPersistenceServiceV2::_getMaxVersion ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope )
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.

◆ _getPath()

MCAPI ::Core::PathBuffer<::std::string > Editor::Services::EditorPersistenceServiceV2::_getPath ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version ) 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.

◆ _loadGroupMetaData()

MCAPI void Editor::Services::EditorPersistenceServiceV2::_loadGroupMetaData ( ::Editor::Services::PersistenceScope scope)
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.

◆ _parseJsonToGroupManifest()

MCAPI ::std::optional<::Editor::Services::PersistenceGroupManifest > Editor::Services::EditorPersistenceServiceV2::_parseJsonToGroupManifest ( ::std::string value)
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.

◆ _saveGroupMetaData()

MCAPI bool Editor::Services::EditorPersistenceServiceV2::_saveGroupMetaData ( ::Editor::Services::PersistenceScope scope)
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 Editor::Services::EditorPersistenceServiceV2::$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.

◆ $getGroup()

MCAPI ::Scripting::Result_deprecated<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorPersistenceServiceV2::$getGroup ( ::std::string const & namespacedName,
::Editor::Services::PersistenceScope scope,
::std::optional< int > version )
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.

◆ $deleteGroup() [2/2]

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::EditorPersistenceServiceV2::$deleteGroup ( ::StackRefResult<::Editor::Services::PersistenceGroup > const group)
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.

◆ $fetchGroups()

MCAPI ::std::vector<::StackRefResult<::Editor::Services::PersistenceGroup > > Editor::Services::EditorPersistenceServiceV2::$fetchGroups ( ::std::optional<::std::string > groupNamespace,
::std::optional<::std::string > namespacedName,
::std::optional<::Editor::Services::PersistenceScope > scope,
::std::optional< int > version )
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.

◆ $isServiceInitialized()

MCAPI bool Editor::Services::IEditorService::$isServiceInitialized ( ) 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.

◆ $isServiceReady()

MCAPI bool Editor::Services::IEditorService::$isServiceReady ( ) 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()

static MCAPI void ** Editor::Services::IEditorService::$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: