LeviLamina
Loading...
Searching...
No Matches
ScriptModuleDebugUtilities::ScriptTextShape Class Reference
+ Inheritance diagram for ScriptModuleDebugUtilities::ScriptTextShape:

Public Types

enum class  Flags : uint {
  Remove = 1 , New = 2 , UpdateLocation = 4 , UpdateScale = 8 ,
  UpdateRotation = 16 , UpdateTimeleft = 32 , UpdateColor = 64 , UpdateText = 128 ,
  UpdateBoxBound = 256 , UpdateLineEndLocation = 512 , UpdateArrowHeadLength = 1024 , UpdateArrowHeadRadius = 2048 ,
  UpdateSegmentCount = 4096 , SerializeAll = 4294967294
}
 

Public Member Functions

virtual void populatePacketData (::ScriptModuleDebugUtilities::PacketShapeData &packet) const
 
virtual void applyUpdatedData (::ScriptModuleDebugUtilities::PacketShapeData const &packet)
 
MCAPI ScriptTextShape (::ScriptModuleDebugUtilities::ScriptTextShape const &)
 
MCAPI::ScriptModuleDebugUtilities::ScriptTextShape & operator= (::ScriptModuleDebugUtilities::ScriptTextShape const &)
 
MCAPI void setText (::std::string text)
 
MCAPI void * $ctor (::ScriptModuleDebugUtilities::ScriptTextShape const &)
 
MCAPI void $dtor ()
 
MCAPI void $populatePacketData (::ScriptModuleDebugUtilities::PacketShapeData &packet) const
 
MCAPI void $applyUpdatedData (::ScriptModuleDebugUtilities::PacketShapeData const &packet)
 
MCAPI void remove ()
 
MCAPI void * $ctor (::ScriptModuleDebugUtilities::ScriptDebugShape const &)
 

Static Public Member Functions

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

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk483fd5
 
::ll::UntypedStorage< 1, 1 > mUnk30d837
 
::ll::UntypedStorage< 4, 12 > mUnkd2f96a
 
::ll::UntypedStorage< 4, 12 > mUnk30f287
 
::ll::UntypedStorage< 4, 4 > mUnk4b5d2f
 
::ll::UntypedStorage< 4, 24 > mUnkd5bb4a
 
::ll::UntypedStorage< 4, 8 > mUnkdec18d
 
::ll::UntypedStorage< 4, 8 > mUnkc1fde9
 
::ll::UntypedStorage< 8, 24 > mUnkbe0af3
 
::ll::UntypedStorage< 8, 8 > mUnk1fd12e
 
::ll::UntypedStorage< 4, 4 > mUnkc0fd57
 
::ll::UntypedStorage< 4, 4 > mUnk821e2b
 
::ll::UntypedStorage< 1, 1 > mUnka45b2a
 

Constructor & Destructor Documentation

◆ ScriptTextShape()

MCAPI ScriptModuleDebugUtilities::ScriptTextShape::ScriptTextShape ( ::ScriptModuleDebugUtilities::ScriptTextShape 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.

Member Function Documentation

◆ populatePacketData()

virtual void ScriptModuleDebugUtilities::ScriptTextShape::populatePacketData ( ::ScriptModuleDebugUtilities::PacketShapeData & packet) const
virtual

◆ applyUpdatedData()

virtual void ScriptModuleDebugUtilities::ScriptTextShape::applyUpdatedData ( ::ScriptModuleDebugUtilities::PacketShapeData const & packet)
virtual

◆ operator=()

MCAPI::ScriptModuleDebugUtilities::ScriptTextShape & ScriptModuleDebugUtilities::ScriptTextShape::operator= ( ::ScriptModuleDebugUtilities::ScriptTextShape 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.

◆ setText()

MCAPI void ScriptModuleDebugUtilities::ScriptTextShape::setText ( ::std::string text)
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.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleDebugUtilities::ScriptTextShape::bind ( )
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/2]

MCAPI void * ScriptModuleDebugUtilities::ScriptTextShape::$ctor ( ::ScriptModuleDebugUtilities::ScriptTextShape 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.

◆ $dtor()

MCAPI void ScriptModuleDebugUtilities::ScriptTextShape::$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.

◆ $populatePacketData()

MCAPI void ScriptModuleDebugUtilities::ScriptTextShape::$populatePacketData ( ::ScriptModuleDebugUtilities::PacketShapeData & packet) 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.

◆ $applyUpdatedData()

MCAPI void ScriptModuleDebugUtilities::ScriptTextShape::$applyUpdatedData ( ::ScriptModuleDebugUtilities::PacketShapeData const & packet)
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 ** ScriptModuleDebugUtilities::ScriptTextShape::$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.

◆ remove()

MCAPI void ScriptModuleDebugUtilities::ScriptDebugShape::remove ( )
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() [2/2]

MCAPI void * ScriptModuleDebugUtilities::ScriptDebugShape::$ctor ( ::ScriptModuleDebugUtilities::ScriptDebugShape 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.

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