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

Classes

struct  PlayerSessionInfo

Public Types

enum class  SessionState : int {
  Idle = 0 , Archiving = 1 , ArchiveComplete = 2 , AwaitingTransferResponse = 3 ,
  ExecutingTransfer = 4 , ReturningToEditor = 5
}
enum class  State : int { Uninitialized = 0 , Initialized = 1 , Ready = 2 }

Public Member Functions

EditorPlaytestManagerService & operator= (EditorPlaytestManagerService const &)
 EditorPlaytestManagerService (EditorPlaytestManagerService const &)
virtual ::Scripting::Result_deprecated< void > init ()
virtual ::Scripting::Result_deprecated< void > quit ()
virtual::std::string_view getServiceName () const
virtual::Editor::Playtest::SessionResult getPlaytestSessionAvailability (::WeakEntityRef playerRef)
virtual void beginPlaytestSession (::WeakEntityRef playerRef, ::Editor::GameOptions const &options, ::std::function< void(::Editor::Playtest::SessionResult const &)> callback)
virtual void _handlePlayersSessionTransferResponse (::WeakEntityRef playerRef, ::Editor::Network::PlaytestBeginSessionTransferResponsePayload const &payload)
MCAPI EditorPlaytestManagerService (::Editor::ServiceProviderCollection &providers)
MCAPI::Editor::Services::EditorPlaytestManagerService::PlayerSessionInfo * _createSessionInfo (::mce::UUID const &clientUUID)
MCAPI void * $ctor (::Editor::ServiceProviderCollection &providers)
MCAPI void $dtor ()
MCAPI ::Scripting::Result_deprecated< void > $init ()
MCAPI ::Scripting::Result_deprecated< void > $quit ()
MCAPI::std::string_view $getServiceName () const
MCAPI::Editor::Playtest::SessionResult $getPlaytestSessionAvailability (::WeakEntityRef playerRef)
MCAPI void $beginPlaytestSession (::WeakEntityRef playerRef, ::Editor::GameOptions const &options, ::std::function< void(::Editor::Playtest::SessionResult const &)> callback)
MCAPI void $_handlePlayersSessionTransferResponse (::WeakEntityRef playerRef, ::Editor::Network::PlaytestBeginSessionTransferResponsePayload const &payload)
virtual ::Scripting::Result_deprecated< void > ready ()
virtual bool isServiceInitialized () const
virtual bool isServiceReady () const
MCAPI ::Scripting::Result_deprecated< void > $ready ()
MCAPI bool $isServiceInitialized () const
MCAPI bool $isServiceReady () const
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)

Static Public Member Functions

static MCAPI void ** $vftableForIEditorService ()
static MCAPI void ** $vftableForEditorPlaytestManagerServiceProvider ()
static MCAPI void ** $vftableForEditorPlayerPlaytestServiceProvider ()
static MCAPI void ** $vftable ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnkbabb70
::ll::UntypedStorage< 8, 8 > mUnkc8874b
::ll::UntypedStorage< 4, 4 > mUnk93c97e
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Constructor & Destructor Documentation

◆ EditorPlaytestManagerService()

MCAPI Editor::Services::EditorPlaytestManagerService::EditorPlaytestManagerService ( ::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::EditorPlaytestManagerService::init ( )
virtual

◆ quit()

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

◆ getServiceName()

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

◆ getPlaytestSessionAvailability()

virtual::Editor::Playtest::SessionResult Editor::Services::EditorPlaytestManagerService::getPlaytestSessionAvailability ( ::WeakEntityRef playerRef)
virtual

◆ beginPlaytestSession()

virtual void Editor::Services::EditorPlaytestManagerService::beginPlaytestSession ( ::WeakEntityRef playerRef,
::Editor::GameOptions const & options,
::std::function< void(::Editor::Playtest::SessionResult const &)> callback )
virtual

◆ _handlePlayersSessionTransferResponse()

virtual void Editor::Services::EditorPlaytestManagerService::_handlePlayersSessionTransferResponse ( ::WeakEntityRef playerRef,
::Editor::Network::PlaytestBeginSessionTransferResponsePayload const & payload )
virtual

◆ _createSessionInfo()

MCAPI::Editor::Services::EditorPlaytestManagerService::PlayerSessionInfo * Editor::Services::EditorPlaytestManagerService::_createSessionInfo ( ::mce::UUID const & clientUUID)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker 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::EditorPlaytestManagerService::$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.

◆ $dtor()

MCAPI void Editor::Services::EditorPlaytestManagerService::$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.

◆ $init()

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

◆ $getPlaytestSessionAvailability()

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

◆ $beginPlaytestSession()

MCAPI void Editor::Services::EditorPlaytestManagerService::$beginPlaytestSession ( ::WeakEntityRef playerRef,
::Editor::GameOptions const & options,
::std::function< void(::Editor::Playtest::SessionResult const &)> callback )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $_handlePlayersSessionTransferResponse()

MCAPI void Editor::Services::EditorPlaytestManagerService::$_handlePlayersSessionTransferResponse ( ::WeakEntityRef playerRef,
::Editor::Network::PlaytestBeginSessionTransferResponsePayload 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.

◆ $vftableForIEditorService()

MCAPI void ** Editor::Services::EditorPlaytestManagerService::$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.

◆ $vftableForEditorPlaytestManagerServiceProvider()

MCAPI void ** Editor::Services::EditorPlaytestManagerService::$vftableForEditorPlaytestManagerServiceProvider ( )
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.

◆ $vftableForEditorPlayerPlaytestServiceProvider()

MCAPI void ** Editor::Services::EditorPlaytestManagerService::$vftableForEditorPlayerPlaytestServiceProvider ( )
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.

◆ $ready()

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

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.

◆ $vftable() [2/2]

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