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
11public:
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
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI void _applyActiveCategoryLocks();
22 // NOLINTEND
23};
Definition ClientInputLockComponent.h:10