LeviLamina
Loading...
Searching...
No Matches
ClientInputLockComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/container/EnumSet.h"
7
#include "mc/entity/components/ClientInputLockType.h"
8
#include "mc/entity/enums/ClientInputLockCategory.h"
9
10
struct
ClientInputLockComponent
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockCategory, 13>> mActiveCategories;
15
::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockType, 11>> mClientInputLocks;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCNAPI
void
_applyActiveCategoryLocks
();
22
// NOLINTEND
23
};
ClientInputLockComponent
Definition
ClientInputLockComponent.h:10
ClientInputLockComponent::_applyActiveCategoryLocks
MCAPI void _applyActiveCategoryLocks()
src
mc
entity
components
ClientInputLockComponent.h
Generated on Fri Jun 13 2025 05:04:31 for LeviLamina by
1.12.0