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

Public Types

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

Public Member Functions

ServerPlayerInputServiceoperator= (ServerPlayerInputService const &)
 
 ServerPlayerInputService (ServerPlayerInputService const &)
 
virtual ::Scripting::Result_deprecated< void > init ()
 
virtual ::Scripting::Result_deprecated< void > quit ()
 
virtual::std::string_view getServiceName () const
 
virtual ::Scripting::Result_deprecated< void > registerKeyBinding (::HashedString const &contextId, ::HashedString const &eventId, ::Editor::Input::KeyBinding const &binding, ::Editor::Input::BindingInfo const &info)
 
virtual ::Scripting::Result_deprecated< void > unregisterKeyBinding (::HashedString const &contextId, ::HashedString const &eventId)
 
virtual ::Scripting::Result_deprecated< void > registerMouseBinding (::HashedString const &contextId, ::HashedString const &eventId, ::Editor::Input::MouseBinding const &binding)
 
virtual ::Scripting::Result_deprecated< void > unregisterMouseBinding (::HashedString const &contextId, ::HashedString const &eventId)
 
virtual ::Scripting::Result_deprecated< void > updateKeyBindingProcessingState (::HashedString const &contextId, ::HashedString const &bindingId, ::std::optional< int > state)
 
virtual ::std::optional< int > getKeyBindingProcessingState (::HashedString const &contextId, ::HashedString const &bindingId) const
 
virtual ::Scripting::Result_deprecated< void > setViewportFocus (bool focused)
 
MCAPI ::Scripting::Result_deprecated< void > $init ()
 
MCAPI ::Scripting::Result_deprecated< void > $quit ()
 
MCAPI::std::string_view $getServiceName () const
 
MCAPI ::Scripting::Result_deprecated< void > $registerKeyBinding (::HashedString const &contextId, ::HashedString const &eventId, ::Editor::Input::KeyBinding const &binding, ::Editor::Input::BindingInfo const &info)
 
MCAPI ::Scripting::Result_deprecated< void > $unregisterKeyBinding (::HashedString const &contextId, ::HashedString const &eventId)
 
MCAPI ::Scripting::Result_deprecated< void > $registerMouseBinding (::HashedString const &contextId, ::HashedString const &eventId, ::Editor::Input::MouseBinding const &binding)
 
MCAPI ::Scripting::Result_deprecated< void > $unregisterMouseBinding (::HashedString const &contextId, ::HashedString const &eventId)
 
MCAPI ::Scripting::Result_deprecated< void > $updateKeyBindingProcessingState (::HashedString const &contextId, ::HashedString const &bindingId, ::std::optional< int > state)
 
MCAPI ::std::optional< int > $getKeyBindingProcessingState (::HashedString const &contextId, ::HashedString const &bindingId) const
 
MCAPI ::Scripting::Result_deprecated< void > $setViewportFocus (bool focused)
 
virtual ::Scripting::Result_deprecated< void > ready ()
 
virtual bool isServiceInitialized () const
 
virtual bool isServiceReady () const
 
MCAPI void $dtor ()
 
MCAPI ::Scripting::Result_deprecated< void > $ready ()
 
MCAPI bool $isServiceInitialized () const
 
MCAPI bool $isServiceReady () const
 

Static Public Member Functions

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

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnkb22178
 
::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::ServerPlayerInputService::init ( )
virtual

◆ quit()

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

◆ getServiceName()

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

◆ registerKeyBinding()

virtual ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::registerKeyBinding ( ::HashedString const & contextId,
::HashedString const & eventId,
::Editor::Input::KeyBinding const & binding,
::Editor::Input::BindingInfo const & info )
virtual

◆ unregisterKeyBinding()

virtual ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::unregisterKeyBinding ( ::HashedString const & contextId,
::HashedString const & eventId )
virtual

◆ registerMouseBinding()

virtual ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::registerMouseBinding ( ::HashedString const & contextId,
::HashedString const & eventId,
::Editor::Input::MouseBinding const & binding )
virtual

◆ unregisterMouseBinding()

virtual ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::unregisterMouseBinding ( ::HashedString const & contextId,
::HashedString const & eventId )
virtual

◆ updateKeyBindingProcessingState()

virtual ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::updateKeyBindingProcessingState ( ::HashedString const & contextId,
::HashedString const & bindingId,
::std::optional< int > state )
virtual

◆ getKeyBindingProcessingState()

virtual ::std::optional< int > Editor::Services::ServerPlayerInputService::getKeyBindingProcessingState ( ::HashedString const & contextId,
::HashedString const & bindingId ) const
virtual

◆ setViewportFocus()

virtual ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::setViewportFocus ( bool focused)
virtual

◆ $init()

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

◆ $registerKeyBinding()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::$registerKeyBinding ( ::HashedString const & contextId,
::HashedString const & eventId,
::Editor::Input::KeyBinding const & binding,
::Editor::Input::BindingInfo const & info )
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.

◆ $unregisterKeyBinding()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::$unregisterKeyBinding ( ::HashedString const & contextId,
::HashedString const & eventId )
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.

◆ $registerMouseBinding()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::$registerMouseBinding ( ::HashedString const & contextId,
::HashedString const & eventId,
::Editor::Input::MouseBinding const & binding )
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.

◆ $unregisterMouseBinding()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::$unregisterMouseBinding ( ::HashedString const & contextId,
::HashedString const & eventId )
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.

◆ $updateKeyBindingProcessingState()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::$updateKeyBindingProcessingState ( ::HashedString const & contextId,
::HashedString const & bindingId,
::std::optional< int > state )
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.

◆ $getKeyBindingProcessingState()

MCAPI ::std::optional< int > Editor::Services::ServerPlayerInputService::$getKeyBindingProcessingState ( ::HashedString const & contextId,
::HashedString const & bindingId ) 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.

◆ $setViewportFocus()

MCAPI ::Scripting::Result_deprecated< void > Editor::Services::ServerPlayerInputService::$setViewportFocus ( bool focused)
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::ServerPlayerInputService::$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.

◆ $vftableForServerPlayerInputServiceProvider()

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

◆ $dtor()

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

◆ $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()

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: