LeviLamina
Loading...
Searching...
No Matches
EntityStorageKeyComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 32, ::std::string> mStorageKey;
10 ::ll::TypedStorage<8, 32, ::std::string> mLastSerializedActorState;
11 ::ll::TypedStorage<1, 1, bool> mDirtyFromNonSerializedState;
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI ::EntityStorageKeyComponent& operator=(::EntityStorageKeyComponent&&);
24 // NOLINTEND
25};
Definition EntityStorageKeyComponent.h:5
MCAPI::EntityStorageKeyComponent & operator=(::EntityStorageKeyComponent &&)