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

Public Types

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

Public Member Functions

TransactionManagerServiceoperator= (TransactionManagerService const &)
 
 TransactionManagerService (TransactionManagerService const &)
 
virtual::EventResult onEvent (::PlayerDimensionChangeBeforeEvent const &)
 
virtual ::Scripting::Result_deprecated< void > init ()
 
virtual ::Scripting::Result_deprecated< void > ready ()
 
virtual ::Scripting::Result_deprecated< void > quit ()
 
virtual::std::string_view getServiceName () const
 
virtual void addTransaction (::std::unique_ptr<::Editor::Transactions::TransactionContext > transactionContext)
 
virtual void clearTransactions ()
 
virtual ::Scripting::Result_deprecated< void > undo ()
 
virtual ::Scripting::Result_deprecated< void > redo ()
 
virtual uint64 undoSize () const
 
virtual uint64 redoSize () const
 
virtual ::Scripting::Result_deprecated< bool > trackBlockChangeList (::std::vector<::BlockPos > const &locations)
 
virtual ::Scripting::Result_deprecated< bool > trackBlockChangeArea (::BlockPos const &from, ::BlockPos const &to)
 
virtual ::Scripting::Result_deprecated< bool > trackBlockChangeVolume (::BlockVolumeBase const &volume)
 
virtual ::Scripting::Result_deprecated< bool > addEntityOperation (::Actor *entity, ::Editor::Transactions::EntityOperation::OperationType type)
 
virtual ::Scripting::Result_deprecated< int > commitTrackedChanges ()
 
virtual ::Scripting::Result_deprecated< int > discardTrackedChanges ()
 
virtual ::Scripting::Result_deprecated< bool > openTransaction (::std::string const &name)
 
virtual ::Scripting::Result_deprecated< bool > commitOpenTransaction ()
 
virtual ::Scripting::Result_deprecated< bool > discardOpenTransaction ()
 
virtual ::Scripting::Result_deprecated< bool > addUserDefinedOperation (::std::string const &payload, ::std::string const &operationName, ::std::function<::Scripting::Result_deprecated< void >(::std::string const &)> fnUndo, ::std::function<::Scripting::Result_deprecated< void >(::std::string const &)> fnRedo)
 
virtual uint64 pendingOperationsSize () const
 
virtual bool hasOpenTransaction () const
 
virtual void clearAllTransactionData ()
 
virtual bool isBusy () const
 
MCAPI void _handleRedoMessage (::Editor::Network::RedoOperationPayload const &)
 
MCAPI void _handleUndoMessage (::Editor::Network::UndoOperationPayload const &)
 
MCAPI ::Scripting::Result_deprecated< void > _redo ()
 
MCAPI ::Scripting::Result_deprecated< bool > _trackBlockChanges (::BlockSource const &region, ::std::vector<::BlockPos > const &locations)
 
MCAPI ::Scripting::Result_deprecated< void > _undo ()
 
MCAPI void $dtor ()
 
MCAPI::EventResult $onEvent (::PlayerDimensionChangeBeforeEvent const &)
 
MCAPI ::Scripting::Result_deprecated< void > $init ()
 
MCAPI ::Scripting::Result_deprecated< void > $ready ()
 
MCAPI ::Scripting::Result_deprecated< void > $quit ()
 
MCAPI::std::string_view $getServiceName () const
 
MCAPI void $addTransaction (::std::unique_ptr<::Editor::Transactions::TransactionContext > transactionContext)
 
MCAPI void $clearTransactions ()
 
MCAPI ::Scripting::Result_deprecated< void > $undo ()
 
MCAPI ::Scripting::Result_deprecated< void > $redo ()
 
MCAPI uint64 $undoSize () const
 
MCAPI uint64 $redoSize () const
 
MCAPI ::Scripting::Result_deprecated< bool > $trackBlockChangeList (::std::vector<::BlockPos > const &locations)
 
MCAPI ::Scripting::Result_deprecated< bool > $trackBlockChangeArea (::BlockPos const &from, ::BlockPos const &to)
 
MCAPI ::Scripting::Result_deprecated< bool > $trackBlockChangeVolume (::BlockVolumeBase const &volume)
 
MCAPI ::Scripting::Result_deprecated< bool > $addEntityOperation (::Actor *entity, ::Editor::Transactions::EntityOperation::OperationType type)
 
MCAPI ::Scripting::Result_deprecated< int > $commitTrackedChanges ()
 
MCAPI ::Scripting::Result_deprecated< int > $discardTrackedChanges ()
 
MCAPI ::Scripting::Result_deprecated< bool > $openTransaction (::std::string const &name)
 
MCAPI ::Scripting::Result_deprecated< bool > $commitOpenTransaction ()
 
MCAPI ::Scripting::Result_deprecated< bool > $discardOpenTransaction ()
 
MCAPI ::Scripting::Result_deprecated< bool > $addUserDefinedOperation (::std::string const &payload, ::std::string const &operationName, ::std::function<::Scripting::Result_deprecated< void >(::std::string const &)> fnUndo, ::std::function<::Scripting::Result_deprecated< void >(::std::string const &)> fnRedo)
 
MCAPI uint64 $pendingOperationsSize () const
 
MCAPI bool $hasOpenTransaction () const
 
MCAPI void $clearAllTransactionData ()
 
MCAPI bool $isBusy () const
 
virtual bool isServiceInitialized () const
 
virtual bool isServiceReady () const
 
MCAPI bool $isServiceInitialized () const
 
MCAPI bool $isServiceReady () const
 

Static Public Member Functions

static MCAPI void ** $vftableForEventListenerDispatcher ()
 
static MCAPI void ** $vftableForIEditorService ()
 
static MCAPI void ** $vftableForTransactionManagerServiceProvider ()
 
static MCAPI void ** $vftable ()
 
static MCAPI ::std::add_lvalue_reference_t< char const[]> ERROR_BUSY_SERVICE ()
 
static MCAPI ::std::add_lvalue_reference_t< char const[]> ERROR_NO_OPEN_TRANSACTION ()
 

Public Attributes

::ll::UntypedStorage< 8, 16 > mUnk805093
 
::ll::UntypedStorage< 8, 16 > mUnk5f5816
 
::ll::UntypedStorage< 8, 24 > mUnk74d856
 
::ll::UntypedStorage< 8, 24 > mUnkc7ac9e
 
::ll::UntypedStorage< 8, 8 > mUnk69f6c8
 
::ll::UntypedStorage< 1, 1 > mUnkaf2e0d
 
::ll::UntypedStorage< 1, 1 > mUnk3ff6c6
 
::ll::UntypedStorage< 8, 8 > mUnkc8874b
 
::ll::UntypedStorage< 4, 4 > mUnk93c97e
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Member Function Documentation

◆ init()

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

◆ quit()

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

◆ getServiceName()

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

◆ addTransaction()

virtual void Editor::Services::TransactionManagerService::addTransaction ( ::std::unique_ptr<::Editor::Transactions::TransactionContext > transactionContext)
virtual

◆ clearTransactions()

virtual void Editor::Services::TransactionManagerService::clearTransactions ( )
virtual

◆ undo()

virtual ::Scripting::Result_deprecated< void > Editor::Services::TransactionManagerService::undo ( )
virtual

◆ redo()

virtual ::Scripting::Result_deprecated< void > Editor::Services::TransactionManagerService::redo ( )
virtual

◆ undoSize()

virtual uint64 Editor::Services::TransactionManagerService::undoSize ( ) const
virtual

◆ redoSize()

virtual uint64 Editor::Services::TransactionManagerService::redoSize ( ) const
virtual

◆ trackBlockChangeList()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::trackBlockChangeList ( ::std::vector<::BlockPos > const & locations)
virtual

◆ trackBlockChangeArea()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::trackBlockChangeArea ( ::BlockPos const & from,
::BlockPos const & to )
virtual

◆ trackBlockChangeVolume()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::trackBlockChangeVolume ( ::BlockVolumeBase const & volume)
virtual

◆ addEntityOperation()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::addEntityOperation ( ::Actor * entity,
::Editor::Transactions::EntityOperation::OperationType type )
virtual

◆ commitTrackedChanges()

virtual ::Scripting::Result_deprecated< int > Editor::Services::TransactionManagerService::commitTrackedChanges ( )
virtual

◆ discardTrackedChanges()

virtual ::Scripting::Result_deprecated< int > Editor::Services::TransactionManagerService::discardTrackedChanges ( )
virtual

◆ openTransaction()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::openTransaction ( ::std::string const & name)
virtual

◆ commitOpenTransaction()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::commitOpenTransaction ( )
virtual

◆ discardOpenTransaction()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::discardOpenTransaction ( )
virtual

◆ addUserDefinedOperation()

virtual ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::addUserDefinedOperation ( ::std::string const & payload,
::std::string const & operationName,
::std::function<::Scripting::Result_deprecated< void >(::std::string const &)> fnUndo,
::std::function<::Scripting::Result_deprecated< void >(::std::string const &)> fnRedo )
virtual

◆ pendingOperationsSize()

virtual uint64 Editor::Services::TransactionManagerService::pendingOperationsSize ( ) const
virtual

◆ hasOpenTransaction()

virtual bool Editor::Services::TransactionManagerService::hasOpenTransaction ( ) const
virtual

◆ clearAllTransactionData()

virtual void Editor::Services::TransactionManagerService::clearAllTransactionData ( )
virtual

◆ isBusy()

virtual bool Editor::Services::TransactionManagerService::isBusy ( ) const
virtual

◆ _handleRedoMessage()

MCAPI void Editor::Services::TransactionManagerService::_handleRedoMessage ( ::Editor::Network::RedoOperationPayload 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.

◆ _handleUndoMessage()

MCAPI void Editor::Services::TransactionManagerService::_handleUndoMessage ( ::Editor::Network::UndoOperationPayload 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.

◆ _redo()

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

◆ _trackBlockChanges()

MCAPI ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::_trackBlockChanges ( ::BlockSource const & region,
::std::vector<::BlockPos > const & locations )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ _undo()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TransactionManagerService::_undo ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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::TransactionManagerService::$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.

◆ $onEvent()

MCAPI::EventResult Editor::Services::TransactionManagerService::$onEvent ( ::PlayerDimensionChangeBeforeEvent 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.

◆ $init()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TransactionManagerService::$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.

◆ $ready()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TransactionManagerService::$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.

◆ $quit()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::TransactionManagerService::$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.

◆ $getServiceName()

MCAPI::std::string_view Editor::Services::TransactionManagerService::$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.

◆ $addTransaction()

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

◆ $clearTransactions()

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

◆ $undo()

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

◆ $redo()

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

◆ $undoSize()

MCAPI uint64 Editor::Services::TransactionManagerService::$undoSize ( ) 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.

◆ $redoSize()

MCAPI uint64 Editor::Services::TransactionManagerService::$redoSize ( ) 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.

◆ $trackBlockChangeList()

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

◆ $trackBlockChangeArea()

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

◆ $trackBlockChangeVolume()

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

◆ $addEntityOperation()

MCAPI ::Scripting::Result_deprecated< bool > Editor::Services::TransactionManagerService::$addEntityOperation ( ::Actor * entity,
::Editor::Transactions::EntityOperation::OperationType type )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $commitTrackedChanges()

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

◆ $discardTrackedChanges()

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

◆ $openTransaction()

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

◆ $commitOpenTransaction()

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

◆ $discardOpenTransaction()

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

◆ $addUserDefinedOperation()

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

◆ $pendingOperationsSize()

MCAPI uint64 Editor::Services::TransactionManagerService::$pendingOperationsSize ( ) 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.

◆ $hasOpenTransaction()

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

◆ $clearAllTransactionData()

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

◆ $isBusy()

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

◆ $vftableForEventListenerDispatcher()

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

◆ $vftableForTransactionManagerServiceProvider()

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

◆ $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.

◆ ERROR_BUSY_SERVICE()

static MCAPI ::std::add_lvalue_reference_t< char const []> Editor::Services::TransactionManagerServiceProvider::ERROR_BUSY_SERVICE ( )
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.

◆ ERROR_NO_OPEN_TRANSACTION()

static MCAPI ::std::add_lvalue_reference_t< char const []> Editor::Services::TransactionManagerServiceProvider::ERROR_NO_OPEN_TRANSACTION ( )
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: