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

Public Member Functions

MCAPI CameraAimAssistDataRegistryComponent ()
 
MCAPI void _parseAndLoadAimAssistCategories (::EntityContext &levelEntity, ::Puv::Loader<::SharedTypes::v1_21_50::CameraAimAssistCategoriesFile > const &loader, ::std::string const &fileData)
 
MCAPI void _parseAndLoadAimAssistPreset (::EntityContext &levelEntity, ::Puv::Loader<::SharedTypes::v1_21_50::CameraAimAssistPresetFile > const &loader, ::std::string const &fileData)
 
MCAPI bool _validatePresetCategorySetting (::std::string const &categoryId) const
 
MCAPI::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const & addCategory (::EntityContext &levelEntity, ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition &&category)
 
MCAPI::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const & addPreset (::EntityContext &levelEntity, ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition &&preset)
 
MCAPI void loadJsonFilesForServer (::EntityContext &levelEntity, ::cereal::ReflectionCtx const &ctx, ::ResourcePackManager const &resourcePackManager)
 
MCAPI::CameraAimAssistPresetsPacket makePresetsPacketFromFullRegistry () const
 
MCAPI::CameraAimAssistPresetsPacket makeUpdatePresetsPacketFromDirtyRegistry (::CameraAimAssistDataRegistryDirtyComponent const &registryDirtyComponent) const
 
MCAPI void synchronizeWithClients (::CameraAimAssistDataRegistryDirtyComponent const &registryDirtyComponent, ::PacketSender &packetSender)
 
MCAPI::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const * tryGetCategory (::HashedString const &id) const
 
MCAPI::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const * tryGetPreset (::HashedString const &id) const
 
MCAPI void * $ctor ()
 
MCFOLD void $dtor ()
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 64, ::std::unordered_map<::HashedString, ::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition > > mPresets
 
::ll::TypedStorage< 8, 64, ::std::unordered_map<::HashedString, ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition > > mCategories
 
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmRegistriesLock
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 

Constructor & Destructor Documentation

◆ CameraAimAssistDataRegistryComponent()

MCAPI CameraAimAssistDataRegistryComponent::CameraAimAssistDataRegistryComponent ( )
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

◆ _parseAndLoadAimAssistCategories()

MCAPI void CameraAimAssistDataRegistryComponent::_parseAndLoadAimAssistCategories ( ::EntityContext & levelEntity,
::Puv::Loader<::SharedTypes::v1_21_50::CameraAimAssistCategoriesFile > const & loader,
::std::string const & fileData )
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.

◆ _parseAndLoadAimAssistPreset()

MCAPI void CameraAimAssistDataRegistryComponent::_parseAndLoadAimAssistPreset ( ::EntityContext & levelEntity,
::Puv::Loader<::SharedTypes::v1_21_50::CameraAimAssistPresetFile > const & loader,
::std::string const & fileData )
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.

◆ _validatePresetCategorySetting()

MCAPI bool CameraAimAssistDataRegistryComponent::_validatePresetCategorySetting ( ::std::string const & categoryId) 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.

◆ addCategory()

MCAPI::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const & CameraAimAssistDataRegistryComponent::addCategory ( ::EntityContext & levelEntity,
::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition && category )
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.

◆ addPreset()

MCAPI::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const & CameraAimAssistDataRegistryComponent::addPreset ( ::EntityContext & levelEntity,
::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition && preset )
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.

◆ loadJsonFilesForServer()

MCAPI void CameraAimAssistDataRegistryComponent::loadJsonFilesForServer ( ::EntityContext & levelEntity,
::cereal::ReflectionCtx const & ctx,
::ResourcePackManager const & resourcePackManager )
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.

◆ makePresetsPacketFromFullRegistry()

MCAPI::CameraAimAssistPresetsPacket CameraAimAssistDataRegistryComponent::makePresetsPacketFromFullRegistry ( ) 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.

◆ makeUpdatePresetsPacketFromDirtyRegistry()

MCAPI::CameraAimAssistPresetsPacket CameraAimAssistDataRegistryComponent::makeUpdatePresetsPacketFromDirtyRegistry ( ::CameraAimAssistDataRegistryDirtyComponent const & registryDirtyComponent) 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.

◆ synchronizeWithClients()

MCAPI void CameraAimAssistDataRegistryComponent::synchronizeWithClients ( ::CameraAimAssistDataRegistryDirtyComponent const & registryDirtyComponent,
::PacketSender & packetSender )
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.

◆ tryGetCategory()

MCAPI::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const * CameraAimAssistDataRegistryComponent::tryGetCategory ( ::HashedString const & id) 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.

◆ tryGetPreset()

MCAPI::SharedTypes::v1_21_50::CameraAimAssistPresetDefinition const * CameraAimAssistDataRegistryComponent::tryGetPreset ( ::HashedString const & id) 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()

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

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