14 ::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockCategory, 13>> mActiveCategories;
15 ::ll::TypedStorage<2, 2, ::Bedrock::EnumSet<::ClientInputLockType, 11>> mClientInputLocks;
22 MCAPI
void deserialize(uint data);
25 MCAPI
bool hasLockCategory(::ClientInputLockCategory category)
const;
27 MCAPI
bool hasLockType(::ClientInputLockType lock)
const;
29 MCFOLD uint serialize()
const;
31 MCAPI
void setLockCategory(::ClientInputLockCategory category,
bool state);