LeviLamina
Loading...
Searching...
No Matches
Editor::ScriptModule::ScriptWidgetComponentClipboard Class Reference
+ Inheritance diagram for Editor::ScriptModule::ScriptWidgetComponentClipboard:

Public Member Functions

ScriptWidgetComponentClipboardoperator= (ScriptWidgetComponentClipboard const &)
 
virtual::Editor::Widgets::WidgetComponentType const getComponentType () const
 
MCAPI ScriptWidgetComponentClipboard (::Editor::ScriptModule::ScriptWidgetComponentClipboard const &)
 
MCAPI ScriptWidgetComponentClipboard (::Editor::ServiceProviderCollection &serviceProviders, ::mce::UUID const &componentId, ::std::string const &componentName, ::Scripting::WeakTypedObjectHandle<::Editor::ScriptModule::ScriptWidget > owner, ::Editor::ScriptModule::ScriptWidgetService &parentService, ::std::optional<::Scripting::StrongTypedObjectHandle<::Editor::ScriptModule::ScriptClipboardItem > > const &optionalClipboardItem, ::std::optional<::Editor::ScriptModule::ScriptWidgetComponentClipboardOptions > options)
 
MCAPI ::Scripting::Result<::Vec3, ::Editor::ScriptModule::ScriptWidgetComponentErrorInvalidComponent_scriptGetClipboardOffset () const
 
MCAPI ::Scripting::Result_deprecated< void > _scriptSetClipboardOffset (::Vec3 const &offset)
 
MCAPI void _setClipboardOffset (::Vec3 const &offset)
 
MCAPI void _setHighlightHullColor (::ScriptModuleMinecraft::ScriptRGBA const &color)
 
MCAPI void _setHighlightOutlineColor (::ScriptModuleMinecraft::ScriptRGBA const &color)
 
MCAPI void _setHullColor (::ScriptModuleMinecraft::ScriptRGBA const &color)
 
MCAPI void _setMirror (::Mirror m)
 
MCAPI void _setNormalizedOrigin (::Vec3 const &pivot)
 
MCAPI void _setOutlineColor (::ScriptModuleMinecraft::ScriptRGBA const &color)
 
MCAPI void _setRotation (::Rotation r)
 
MCAPI void _setShowOutline (bool visible)
 
MCAPI void * $ctor (::Editor::ScriptModule::ScriptWidgetComponentClipboard const &)
 
MCAPI void * $ctor (::Editor::ServiceProviderCollection &serviceProviders, ::mce::UUID const &componentId, ::std::string const &componentName, ::Scripting::WeakTypedObjectHandle<::Editor::ScriptModule::ScriptWidget > owner, ::Editor::ScriptModule::ScriptWidgetService &parentService, ::std::optional<::Scripting::StrongTypedObjectHandle<::Editor::ScriptModule::ScriptClipboardItem > > const &optionalClipboardItem, ::std::optional<::Editor::ScriptModule::ScriptWidgetComponentClipboardOptions > options)
 
MCAPI::Editor::Widgets::WidgetComponentType const $getComponentType () const
 
virtual void _handleWidgetComponentStateChange (::Editor::Network::WidgetComponentStateChangePayload const &)
 
virtual void _onOwnerPositionUpdate ()
 
MCAPI ::Scripting::Result< void, ::Editor::ScriptModule::ScriptWidgetComponentErrorInvalidComponent_deleteComponent ()
 
MCAPI void _setLockToSurface (bool lockToSurface)
 
MCAPI void _setVisible (bool visible)
 
MCAPI::Vec3 const getWorldPosition () const
 
MCAPI void setPositionOffset (::Vec3 const &offset)
 
MCAPI void * $ctor (::Editor::ServiceProviderCollection &serviceProviders, ::mce::UUID const &componentId, ::std::string const &componentName, ::Scripting::WeakTypedObjectHandle<::Editor::ScriptModule::ScriptWidget > owner, ::Editor::ScriptModule::ScriptWidgetService &parentService, ::std::optional<::Editor::ScriptModule::ScriptWidgetComponentBaseOptions > options)
 
MCAPI void $dtor ()
 
MCAPI void $_handleWidgetComponentStateChange (::Editor::Network::WidgetComponentStateChangePayload const &)
 
MCAPI void $_onOwnerPositionUpdate ()
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bindScript ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 40 > mUnk7b4fbf
 
::ll::UntypedStorage< 1, 1 > mUnk81f975
 
::ll::UntypedStorage< 1, 1 > mUnkd4706b
 
::ll::UntypedStorage< 4, 12 > mUnk62bf0a
 
::ll::UntypedStorage< 4, 12 > mUnk865513
 
::ll::UntypedStorage< 1, 1 > mUnkba9362
 
::ll::UntypedStorage< 4, 24 > mUnk86fec1
 
::ll::UntypedStorage< 4, 24 > mUnkaa0b3f
 
::ll::UntypedStorage< 4, 24 > mUnk75e7a4
 
::ll::UntypedStorage< 4, 24 > mUnk118379
 
::ll::UntypedStorage< 8, 8 > mUnk677b3a
 
::ll::UntypedStorage< 8, 8 > mUnk9aec33
 
::ll::UntypedStorage< 1, 1 > mUnk3edffa
 
::ll::UntypedStorage< 8, 32 > mUnke816e4
 
::ll::UntypedStorage< 8, 16 > mUnk25ae07
 
::ll::UntypedStorage< 8, 32 > mUnk236c64
 
::ll::UntypedStorage< 4, 12 > mUnk2bdc64
 
::ll::UntypedStorage< 1, 1 > mUnk4f80ca
 
::ll::UntypedStorage< 1, 1 > mUnke2205c
 

Constructor & Destructor Documentation

◆ ScriptWidgetComponentClipboard() [1/2]

MCAPI Editor::ScriptModule::ScriptWidgetComponentClipboard::ScriptWidgetComponentClipboard ( ::Editor::ScriptModule::ScriptWidgetComponentClipboard 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.

◆ ScriptWidgetComponentClipboard() [2/2]

MCAPI Editor::ScriptModule::ScriptWidgetComponentClipboard::ScriptWidgetComponentClipboard ( ::Editor::ServiceProviderCollection & serviceProviders,
::mce::UUID const & componentId,
::std::string const & componentName,
::Scripting::WeakTypedObjectHandle<::Editor::ScriptModule::ScriptWidget > owner,
::Editor::ScriptModule::ScriptWidgetService & parentService,
::std::optional<::Scripting::StrongTypedObjectHandle<::Editor::ScriptModule::ScriptClipboardItem > > const & optionalClipboardItem,
::std::optional<::Editor::ScriptModule::ScriptWidgetComponentClipboardOptions > options )
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

◆ getComponentType()

virtual::Editor::Widgets::WidgetComponentType const Editor::ScriptModule::ScriptWidgetComponentClipboard::getComponentType ( ) const
virtual

◆ _scriptGetClipboardOffset()

MCAPI ::Scripting::Result<::Vec3, ::Editor::ScriptModule::ScriptWidgetComponentErrorInvalidComponent > Editor::ScriptModule::ScriptWidgetComponentClipboard::_scriptGetClipboardOffset ( ) 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.

◆ _scriptSetClipboardOffset()

MCAPI ::Scripting::Result_deprecated< void > Editor::ScriptModule::ScriptWidgetComponentClipboard::_scriptSetClipboardOffset ( ::Vec3 const & offset)
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.

◆ _setClipboardOffset()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setClipboardOffset ( ::Vec3 const & offset)
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.

◆ _setHighlightHullColor()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setHighlightHullColor ( ::ScriptModuleMinecraft::ScriptRGBA const & color)
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.

◆ _setHighlightOutlineColor()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setHighlightOutlineColor ( ::ScriptModuleMinecraft::ScriptRGBA const & color)
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.

◆ _setHullColor()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setHullColor ( ::ScriptModuleMinecraft::ScriptRGBA const & color)
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.

◆ _setMirror()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setMirror ( ::Mirror m)
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.

◆ _setNormalizedOrigin()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setNormalizedOrigin ( ::Vec3 const & pivot)
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.

◆ _setOutlineColor()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setOutlineColor ( ::ScriptModuleMinecraft::ScriptRGBA const & color)
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.

◆ _setRotation()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setRotation ( ::Rotation r)
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.

◆ _setShowOutline()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentClipboard::_setShowOutline ( bool visible)
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.

◆ bindScript()

static MCAPI ::Scripting::ClassBinding Editor::ScriptModule::ScriptWidgetComponentClipboard::bindScript ( )
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.

◆ $ctor() [1/3]

MCAPI void * Editor::ScriptModule::ScriptWidgetComponentClipboard::$ctor ( ::Editor::ScriptModule::ScriptWidgetComponentClipboard 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.

◆ $ctor() [2/3]

MCAPI void * Editor::ScriptModule::ScriptWidgetComponentClipboard::$ctor ( ::Editor::ServiceProviderCollection & serviceProviders,
::mce::UUID const & componentId,
::std::string const & componentName,
::Scripting::WeakTypedObjectHandle<::Editor::ScriptModule::ScriptWidget > owner,
::Editor::ScriptModule::ScriptWidgetService & parentService,
::std::optional<::Scripting::StrongTypedObjectHandle<::Editor::ScriptModule::ScriptClipboardItem > > const & optionalClipboardItem,
::std::optional<::Editor::ScriptModule::ScriptWidgetComponentClipboardOptions > options )
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.

◆ $getComponentType()

MCAPI::Editor::Widgets::WidgetComponentType const Editor::ScriptModule::ScriptWidgetComponentClipboard::$getComponentType ( ) 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.

◆ $vftable()

static MCAPI void ** Editor::ScriptModule::ScriptWidgetComponentClipboard::$vftable ( )
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.

◆ _handleWidgetComponentStateChange()

virtual void Editor::ScriptModule::ScriptWidgetComponentBase::_handleWidgetComponentStateChange ( ::Editor::Network::WidgetComponentStateChangePayload const & )
virtualinherited

◆ _onOwnerPositionUpdate()

virtual void Editor::ScriptModule::ScriptWidgetComponentBase::_onOwnerPositionUpdate ( )
virtualinherited

◆ _deleteComponent()

MCAPI ::Scripting::Result< void, ::Editor::ScriptModule::ScriptWidgetComponentErrorInvalidComponent > Editor::ScriptModule::ScriptWidgetComponentBase::_deleteComponent ( )
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.

◆ _setLockToSurface()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentBase::_setLockToSurface ( bool lockToSurface)
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.

◆ _setVisible()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentBase::_setVisible ( bool visible)
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.

◆ getWorldPosition()

MCAPI::Vec3 const Editor::ScriptModule::ScriptWidgetComponentBase::getWorldPosition ( ) 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.

◆ setPositionOffset()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentBase::setPositionOffset ( ::Vec3 const & offset)
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.

◆ $ctor() [3/3]

MCAPI void * Editor::ScriptModule::ScriptWidgetComponentBase::$ctor ( ::Editor::ServiceProviderCollection & serviceProviders,
::mce::UUID const & componentId,
::std::string const & componentName,
::Scripting::WeakTypedObjectHandle<::Editor::ScriptModule::ScriptWidget > owner,
::Editor::ScriptModule::ScriptWidgetService & parentService,
::std::optional<::Editor::ScriptModule::ScriptWidgetComponentBaseOptions > options )
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::ScriptModule::ScriptWidgetComponentBase::$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.

◆ $_handleWidgetComponentStateChange()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentBase::$_handleWidgetComponentStateChange ( ::Editor::Network::WidgetComponentStateChangePayload 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.

◆ $_onOwnerPositionUpdate()

MCAPI void Editor::ScriptModule::ScriptWidgetComponentBase::$_onOwnerPositionUpdate ( )
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.

The documentation for this class was generated from the following file: