LeviLamina
Loading...
Searching...
No Matches
CameraInstruction Struct Reference

Classes

struct  FadeInstruction
 
struct  SetInstruction
 
struct  TargetInstruction
 

Public Member Functions

MCAPI bool operator== (::CameraInstruction const &other) const
 
MCAPI void write (::BinaryStream &stream) const
 

Static Public Member Functions

static MCAPI ::Bedrock::Result<::CameraInstructionread (::ReadOnlyBinaryStream &stream)
 

Public Attributes

::ll::TypedStorage< 4, 96, ::std::optional<::CameraInstruction::SetInstruction > > mSet
 
::ll::TypedStorage< 8, 32, ::std::optional<::CameraInstruction::TargetInstruction > > mTarget
 
::ll::TypedStorage< 1, 2, ::std::optional< bool > > mRemoveTarget
 
::ll::TypedStorage< 1, 2, ::std::optional< bool > > mClear
 
::ll::TypedStorage< 4, 36, ::std::optional<::CameraInstruction::FadeInstruction > > mFade
 

Member Function Documentation

◆ operator==()

MCAPI bool CameraInstruction::operator== ( ::CameraInstruction const & other) 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.

◆ write()

MCAPI void CameraInstruction::write ( ::BinaryStream & stream) 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.

◆ read()

static MCAPI ::Bedrock::Result<::CameraInstruction > CameraInstruction::read ( ::ReadOnlyBinaryStream & stream)
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.

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