LeviLamina
Loading...
Searching...
No Matches
EntityStorageKeySystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntityContext;
8// clang-format on
9
11public:
12 // static functions
13 // NOLINTBEGIN
14 MCAPI static ::std::string generateStorageKey(int64 actorId);
15
16 MCAPI static bool
17 getIsDirtySinceSerialization(::EntityContext& entity, ::std::string const& currentSerializedState);
18
19 MCAPI static void setDirtyFromNonSerializedState(::EntityContext& entity);
20
21 MCAPI static void setLastSerializedState(::EntityContext& entity, ::std::string const& currentSerializedState);
22 // NOLINTEND
23};
Definition EntityContext.h:17
Definition EntityStorageKeySystem.h:10